Hi,
I am using GWT 2.8.2 and SmartGWT 6.1-p20170724 power version.
When I use ListGrid.setListEndEditAction(RowEndEditAction.NEXT), a new row get inserted on last cell tab-out or down-key press on last row with empty cell, However I need to add a sequence number etc. in newly added record.
I tried using defaultValues too for same but it can not be achieved by listgrid.defaultValues as sequence number vary on each row.
So, How I can add values for 'sequence number' and other field in listgrid while tabbing out on last cell of the last row. If achievable please tell me how to stop new row insertion on down-key press as well? As I need to insert new row on tabbing out only.
--
Thanks
I am using GWT 2.8.2 and SmartGWT 6.1-p20170724 power version.
When I use ListGrid.setListEndEditAction(RowEndEditAction.NEXT), a new row get inserted on last cell tab-out or down-key press on last row with empty cell, However I need to add a sequence number etc. in newly added record.
I tried using defaultValues too for same but it can not be achieved by listgrid.defaultValues as sequence number vary on each row.
So, How I can add values for 'sequence number' and other field in listgrid while tabbing out on last cell of the last row. If achievable please tell me how to stop new row insertion on down-key press as well? As I need to insert new row on tabbing out only.
--
Thanks
Comment