| ALGrid - editing in form |
|
While certain applications need to display and edit data directly in the grid with
the help of inplace editors, other applications may need to display data in the
grid but edit its values in a separate form.
The latter approach is demonstrated in this sample project. The data is browsed in the grid but edited in a separate form which is invoked when row editing is initiated. After editing is complete ALGrid will display modified data. The ALGrid is able to save its current state (focused row, sorting, etc) before editing, and then restore its state when editing is complete. |