Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2045
clear cell value
posted

I have text column in xamWebGrid that retrive color name from sql data. In CellControlAttached event I convert that value to cell background color. Now I want clear cell value, since I don't need to show that value in cell. The problem is cell value is read only in this event. What should I do?

Thanks