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
1710
Hierarchical Grid Column Checkbox
posted

I have a Hierarchical Grid that has enabled check boxes on the RowSelector of the child column and multiple selection.

I have noticed that when I click on a check box that an activeRowChanged event happens and the checked record is not added to the child's grid selected rows when it is the first record in the child grid.

if I physically click on the row, and not the check box I get a rowSelectionChanged event and that record is added the the child's grid selected rows collection.

If I click on the Checkbox on the top of the column headers I will get 3 activeRowChanged evetns and every record but the first is added to the selected rows collection.

Besides the bug in the selected rows for the collection, which I have hacked a work around by not using that function but determining the correct selection myself is there a reason why clicking a check box does not really select the row but just changes the active row.  My expectation would be that if I click a checkbox the same events fire ... Is this by design or also a bug?