Hi,
We are using GWT 2.8.1 and SmartGWT 6.1 power version.
We have a requirement where a user would want to insert an empty row at any index in a ListGrid. By index I mean the row position.
This implies that the user would want to add an empty row before or after any existing row. Is this achievable in the ListGrid?
Currently when we add a new row in the ListGrid, it is always added at the end.
How can we do this?
Thanks,
Sidharth.
We are using GWT 2.8.1 and SmartGWT 6.1 power version.
We have a requirement where a user would want to insert an empty row at any index in a ListGrid. By index I mean the row position.
This implies that the user would want to add an empty row before or after any existing row. Is this achievable in the ListGrid?
Currently when we add a new row in the ListGrid, it is always added at the end.
How can we do this?
Thanks,
Sidharth.
Comment