Hi Friends,
I have an ASP.Net grid view for data entry. I want the following functionality: When the focus is in the last row's last cell, on pressing tab key, a new row should get added to grid view. When new row is added, the entire grid should not get refreshed, i.e. only a new blank row should appear below the last row.
Please can you give some idea to add new row without any click.I have checked in all sites but no help.All functionalities with button click "Add new row"
Please help me with this functionality
Thanks,
Bhavani