A common usage pattern of our application is adding a number of rows to a grid, selecting, and then pasting content from excel.
Our old grid component supports this, but while trying to migrate some old screens to SmartGWT we have not been able to find a way to allow the same usage pattern in a ListGrid.
The issue stem from the fact that rows that have been added but not saved are not selectable, and so it's impossible to paste multiple cells from excel.
Is there a way to support that in SmartGWT?
Our old grid component supports this, but while trying to migrate some old screens to SmartGWT we have not been able to find a way to allow the same usage pattern in a ListGrid.
The issue stem from the fact that rows that have been added but not saved are not selectable, and so it's impossible to paste multiple cells from excel.
Is there a way to support that in SmartGWT?
Comment