Hi,
We are using Isomorphic smartclient version 5.6 for our application. We have a requirement in which a user can add a new row to the listgrid in the following ways
1) Click on a button which opens a dialog and the user enters the data which gets added to the listgrid in the parent screen.
2) The user can add a row by clicking on the first row in the Listgrid which says "Click here to add a new row." When clicked, the first row becomes editable and the user saves the record.
In both the above cases, the row gets added to the end of the listgrid. This will be a problem if it involves pagination as the user will have to scroll to the last page to see the newly added row.
Is there any way in which we can get the newly added row as the first row in the listgrid so that the user will know that the row is added ?
Any help would be appreciated!
Thanks,
Karthik
We are using Isomorphic smartclient version 5.6 for our application. We have a requirement in which a user can add a new row to the listgrid in the following ways
1) Click on a button which opens a dialog and the user enters the data which gets added to the listgrid in the parent screen.
2) The user can add a row by clicking on the first row in the Listgrid which says "Click here to add a new row." When clicked, the first row becomes editable and the user saves the record.
In both the above cases, the row gets added to the end of the listgrid. This will be a problem if it involves pagination as the user will have to scroll to the last page to see the newly added row.
Is there any way in which we can get the newly added row as the first row in the listgrid so that the user will know that the row is added ?
Any help would be appreciated!
Thanks,
Karthik
Comment