Hi,
i noticed a strange behaviour with a table that contains the multiselect option activated and a column with datepicker.
When selecting the row clicking on the date, we wanted the row to be selected, and the datepicker field to appear.
But when unselecting the row with the checkbox at the beginning of the line, the first time the row got unselected, but repeqating this scenarii an second time, the datepicker filed keeped open and the row didn't get unselected, but the checkbox unchecked it.
I don't know if i've been clear enought, but here is the modification I made :
in grid.celledit.js, line 44, I slightly modified the test from
|
1 |
if(iRow == $t.p.iRow && iCol == $t.p.iCol){ |
to
|
1 |
if(iRow == $t.p.iRow && iCol == $t.p.iCol && iCol != 0){ |
Hope you'll like it …
zupert
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top