Hi,
How do I default checkbox to uncheck when rendering in grid?
Thanks,
Brian
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.