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
170
Manipulate cell property?
posted

I have a grid that is databound with a column of type boolean.

it shows up on the grid as checkboxes. That's fine.

There are some rows with the checkboxes that I would like to "hide".

There seems to be no property to hide the checkbox b/c it is bound ... so is it possible to change the cell type to text and set the value to null thereby making the cell blank (e.g. without the checkbox).

is this possible?

thanks.