Default checkbox to unchecked

Hi,

How do I default checkbox to uncheck when rendering in grid?

Thanks,
Brian

If you want your checkbox to be unchecked while render rows, you should pass 0 to the tag in xml:
0

Thanks

how we can validate check box with in grid

You may try to use ValidBoolean as parameter of setColValidators command or “validate” attribute.

docs.dhtmlx.com/doku.php?id=dhtm … tion_rules