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
935
Boolean column cells with check, uncheck and not show any
posted

Hi,

I need to display  Boolean datagrid column  cell as below.

if ( valid == true) - checkbox with checked

if(valid == false) - checkbox with uncheck and different back color

if(valid == null) - donot display any (no check box).

 

Thanks