In one of my "Timesheet" application, the user has to enter around 300 rows in a single session. I want to give him an Excel-like data entry form where he can do bulk data entry. I tried to use the RadGrid for this purpose, but user has to click at the "Insert and Add" buttons at every row that he enters.
Is there a way to use RadGrid where the user keeps on entering records and in the end executes a single Batch Insert. I don't mind if the user has to insert, for example, 100 blank records and then fill them one by one.
What I want to achieve is that there is no button-click and no post-back until he explicitly does so.
Any suggestion.
Tariq
Is there a way to use RadGrid where the user keeps on entering records and in the end executes a single Batch Insert. I don't mind if the user has to insert, for example, 100 blank records and then fill them one by one.
What I want to achieve is that there is no button-click and no post-back until he explicitly does so.
Any suggestion.
Tariq