I am using a web data grid. Is there a way that I can have the row edit template remain open and be able to either edit or add multiple records at one time. It seem kinda odd if I have to click save and reopen the row edit template each time. I would like to save and continue.
Hope that makes sense.
Hello Abby, It has been a while since you posted and yet, here are several helpful links and info regarding the questions asked. You could use BatchUpdating to update the edited rows in the DB at once. Navigating trough multiple rows is discussed in the following topic. To use the row edit template to scroll through multiple rows>
Here is a related topic, extending the RowEditTemplate functionality, that could be of interest to you. How to use Row Editing Template to add new row>
Please note, that there are CodeSamples in these forum threads uploaded.
Thank you for posting in our forum.
Another way to word this is.. is there a way to do a Batch Update/Add using the Row Edit template. I think for my case, using the row edit template is cleaner but I want to keep the screen open to do multiple row Update/Add.
Thoughts?