I have sort of mentioned this in another post but, I think I need to explain it better and focus my post... I apologize for somewhat double posting.
I have a requirement of needing InPlace editing (similar to a excel spreadsheet) but, Form based editing if the user double clicks the row. The default state of the grid would be to allow editing in the fields but, if the user double clicks the row, the grid is replaced by an edit form for that row.
To further complicate things, the edit form will need to cycle through the grid on tabs (if the user presses tab on the last field in the edit form, it will display the data from the next row in the form... If no row exists, it will create a new row)
Any thoughts on how to approach this using as much of the built in grid functionality as possible.
- Thanks.
I have a requirement of needing InPlace editing (similar to a excel spreadsheet) but, Form based editing if the user double clicks the row. The default state of the grid would be to allow editing in the fields but, if the user double clicks the row, the grid is replaced by an edit form for that row.
To further complicate things, the edit form will need to cycle through the grid on tabs (if the user presses tab on the last field in the edit form, it will display the data from the next row in the form... If no row exists, it will create a new row)
Any thoughts on how to approach this using as much of the built in grid functionality as possible.
- Thanks.