Hi team,
I am using webdatagrid in one of my applications.In the webdatagrid i have an unboundcheckbox column. For the checkbox field the headercheckbox mode is set to off. I am experiencing some weird behaviour though.Sometimes the checkbox field are shows an 2 state checkbox ( checked and unchecked) and sometimes the checkbox field are shown as tri state checkbox ( partial, checked and unchecked) . I am clueless as to what is causing this. Pls advice.
Hi yadusaxena,
The UnboundCheckBoxField is actually a tri state checkbox for every cell. It just has to be explicitly set to null to display partial usually. If you have a sample showing this tri-state behavior when you think it shouldn't, we could check it out for you.
regards,David Young