SmartClient 9.1 Pro - 6/22 nightly build
I have a listgrid with selectionAppearance: "checkbox", which correctly displays a checkbox at the beginning of each row, and a checkbox in the header above it.
Normally, the behavior for this should be that if you click the checkbox in the header, all of the checkboxes in the row should be checked. However, what I see is that it doesn't do anything, and there are no errors in the console. I've checked this in both Firefox and IE.
The odd thing is that if I go into the grid headers and choose "Group by" then it begins to work. If I ungroup the grid, it goes back to not working.
In all cases, the individual checkboxes work just fine.
Can anyone think of anything I should check into? Maybe some incompatible grid options?
I have a listgrid with selectionAppearance: "checkbox", which correctly displays a checkbox at the beginning of each row, and a checkbox in the header above it.
Normally, the behavior for this should be that if you click the checkbox in the header, all of the checkboxes in the row should be checked. However, what I see is that it doesn't do anything, and there are no errors in the console. I've checked this in both Firefox and IE.
The odd thing is that if I go into the grid headers and choose "Group by" then it begins to work. If I ungroup the grid, it goes back to not working.
In all cases, the individual checkboxes work just fine.
Can anyone think of anything I should check into? Maybe some incompatible grid options?
Comment