How would someone put all items in a DetailTableView into edit mode when the parent is expanded?
I have already viewed the documentation outlining how to put everything into edit mode by default using the PreRender event. Not only does this put the DetailTableView items in edit mode, but also the MasterTableView (unwanted). In addition, this causes the paging mechanism to become useless as the first page is always displayed.
In another article, a method of adding the indexes to the EditIndexes collection is covered. I do not see how you can add the indexes of the DetailTableView items to this collection.
Any help would be greatly appreciated. The current mechanism which requires users to click an Edit button next to each row and then update is "cumbersome" according to my users. Providing the ability to edit in batch (updating in batch is covered in one of your articles) would be priceless.
Regards,
Jake
I have already viewed the documentation outlining how to put everything into edit mode by default using the PreRender event. Not only does this put the DetailTableView items in edit mode, but also the MasterTableView (unwanted). In addition, this causes the paging mechanism to become useless as the first page is always displayed.
In another article, a method of adding the indexes to the EditIndexes collection is covered. I do not see how you can add the indexes of the DetailTableView items to this collection.
Any help would be greatly appreciated. The current mechanism which requires users to click an Edit button next to each row and then update is "cumbersome" according to my users. Providing the ability to edit in batch (updating in batch is covered in one of your articles) would be priceless.
Regards,
Jake