We have a Editable List Grid with the following settings:
So if you click on a record the record gets editable.
Then you can navigate through the fields with the tabulator or between records with the arrowkeys.
In Chrome and IE it's fast. But in FireFox (23.0.1) it's very slow and not managable for the enduser.
I've disabled FireBug but that had no impact.
Is this a known issue? Is there a solution?
SmartGWT 4.0
SmartClient Version: v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)
Code:
getGrid().setCanEdit(true);
getGrid().setAutoSaveEdits(false);
getGrid().setModalEditing(false);
getGrid().setSaveByCell(false);
getGrid().setEditOnFocus(false);
getGrid().setEditByCell(false);
getGrid().setEditEvent(ListGridEditEvent.CLICK);Then you can navigate through the fields with the tabulator or between records with the arrowkeys.
In Chrome and IE it's fast. But in FireFox (23.0.1) it's very slow and not managable for the enduser.
I've disabled FireBug but that had no impact.
Is this a known issue? Is there a solution?
SmartGWT 4.0
SmartClient Version: v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)