Hi All,
I am facing an issue in row adding event.
Upon new row addition,
Kindly provide a solution to display the newly added record on the top of the grid in the 1st page or highlight the same.
Thanks,
Parthiban
Hello,
Basically you could consider using BatchUpdating as in this case the new rows will always appear at the bottom of the grid, while there is PostBack to the Server. After PostBack, the records will be displayed in their correct position in the grid, depending on the sorting applied. Hope this is useful in your application.