In old UltraWebGrid I can click below typing (saving) row and new row added automatically below that row.
How can I achieve same functionality on client side for WebDataGrid?
Hello arkgroup,
From what I understood after reading your post, I think that you are looking for the Row Adding behavior along with the batch updating functionality.
This way, you would be able to add a new row to the grid without doing a postback.
Please take a look at the following sample:
http://ko.infragistics.com/samples/aspnet/data-grid/batch-updating.
Feel free to let me know if this suits your needs, I will be happy to assist you further on this.
I am sorry, i maybe did not explain this correctly. I have grid with no data and empty new row on the top. When I entered data and exit, I want new row to be shown right below as next new row.