Hi Telerik,
Can you please create a working sample project in VB with a RadGrid that has the following properties/specs:
- Multiple columns (FIRST_NAME, LAST_NAME, AGE)
- Allow sorting and filtering on all three columns
- EditMode="InPlace", EditType="Cell", OpenEditingEvent="DblClick"
- CommandItemTemplate with "Edit","Save Changes" and "Cancel Changes" link buttons.
- The "Save Changes" and "Cancel Changes" link buttons are not displayed at first.
- And because initially EditMode="InPlace", NO edits should be allowed when any row or cell is double-clicked.
- When the "Edit" link button is clicked:
- the "Edit" link button is hidden and the "Save Changes" and "Cancel Changes" appear
- EditMode is changed to "Batch"
- When double-clicking any cell of any row, ONLY the AGE cell of the row that was clicked will be editable.
- When edting a cell (AGE), pressing the ENTER key should move the cursor to the same cell (AGE) but on the next row.
- When the "Save Changes" link button is clicked, it should save whatever changes were made and also do some stuff on the server-side.
- When the "Cancel Changes" link button is clicked, it should discard whatever changes were made and also do some stuff on the server-side.
- The "Save Changes" and "Cancel Changes" link buttons should disappear and the "Edit" link button should re-appear.
I've been pulling my hair over this for the past 3 days and I can't seem to make it work. If my requirements are not possible, can you please suggest an alternative - my MAIN concern is that the Grid should only allow editing when the "Save Changes" and "Cancel Changes" link buttons appear after the "Edit" link button is clicked.
As always, many thanks in advance.
Virgil Rodriguez