Hello, 2 bugs i found on tree grid :
– the onSelectRow event doesn't work when I use cell edit (not tested on a normal grid, maybe the same ?), even if I click on non-editable cells to select the row.
– if ExpandColClick is set to true, a click on the text will expand (just as expected) and select the row, and trigger normally the previously cited onSelectRow event !! (cellEdit still activated)
But the problem is that if we click on a blank part of the cell, the row will be selected without triggering the event.
And if a cell has been selected with a click on the text and we next click on a blank part of another cell, both rows will be selected !
If I find time, I'll get in the code to see how is all of that. I think the trick is to put the same event on the entire row that wich is actually on the ExpandColClick.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top