We cannot add new records to grids that utilize CanSelectCells after upgrading to 5.1:
From smartgwt ee 4.1p_2014-03-23 to 5.1p_2015-12-16:
1.Set setCanSelectCells(true) in grid initialization
2.Call startEditingNew() method after the grid created.
To reproduce, open the screen after updating. Add a record. edit.
Comment