I have a grid with inline editing, and I was wondering if it is possible to freeze all rows in the grid from selection while a row is in edit mode. I have disallowed multirow selection, but the grid row being edited is highlighted, and the grid allows the selection of another row. This causes two rows to appear highlighted, and therefore to appear selected.
Also, is it possible to make the edit row the selected row?
I have some checkbox groups outside the grid that bind to the record of the selected grid row, but I want the checkboxes to be related to the row in edit mode if the user clicks the edit pencil?
Also, how would I select the row I was editng after hitting the cancel edit icon?
Also, is it possible to make the edit row the selected row?
I have some checkbox groups outside the grid that bind to the record of the selected grid row, but I want the checkboxes to be related to the row in edit mode if the user clicks the edit pencil?
Also, how would I select the row I was editng after hitting the cancel edit icon?