Hi, I've encountered a problem. I gonna make check box cell that is not affected by check box header.
In other words, There is one column, which has check box header and check box cells and 10 rows. State of first row is checked and disable(read-only). And other rows are checked and enable.
I want thing is When, I click a check box of column header, All of cells without first cell are unchecked.
I want for your help plz ...
I've been resolved my problem for your help. thank you very much!! :)
Hello Jae,
Thank you for contacting Infragistics.
The reason clicking the checkbox in the header does not change the checkboxes in the cells is because at least one of the cells is disabled. I've attached a sample that handles the BeforeHeaderCheckStateChanged event of the grid to programmatically change the checkboxes in the cells that are not disabled.
Please let me know if you have any other questions about this.