Hi,
I have a grid with a DetailTableView. I need to allow multiple rows in the DetailTableView to be in edit mode. Here is my problem...
Step 1. User clicks 'edit' to put row into edit mode. User then enters a value in a textbox on the EditItemTemplate.
Step 2. User now clicks edit on a different row in the DetailTableView. This row also enters edit mode BUT the value entered in the text box on the other row is blanked out. In fact, entering edit mode on a row is blanking all the textboxes on the other edit rows.
Hope this makes sense and has a solution.
Kind regards
Nick Raphael