Hi!
When I select a row on a ListGrid and then press F2 or double-click the row, my ListGrid switches to edit mode and I'm able to edit the selected record, though I have set canEdit to false. The same is with TreeGrid. I definitely don't want my ListGrid to be edited in that way.
Is that a feature or a bug?
Environment: SmartGWT 2.5 eval build 2011-07-01, Java 1.6.0_21, GWT 2.2.0, Ubuntu 10.10
Thanx in advance
When I select a row on a ListGrid and then press F2 or double-click the row, my ListGrid switches to edit mode and I'm able to edit the selected record, though I have set canEdit to false. The same is with TreeGrid. I definitely don't want my ListGrid to be edited in that way.
Is that a feature or a bug?
Environment: SmartGWT 2.5 eval build 2011-07-01, Java 1.6.0_21, GWT 2.2.0, Ubuntu 10.10
Thanx in advance
Comment