How to enable/disable a TMSFNCDataGrid in TMS Web Core form?
I need simply to disable the grid on editing of the current record of the dataset (editing is performed using separated standard Twedbedits) and re-enable the grid on post, for navigate dataset for select current record.
But I don't find anything for prevent temporary use of the grid.
Thanks in advance
There is an option to disable editing via TMSFNCDataGrid.Options.Editing.Enabled := False;
Hi Pieter,
Yes, but I want to disable user scroll or other action on grid. Scrolling grid or change current record must be disable. Like as the entire grid is "grayed", not active, no action enabled (but visible).
After record post (or cancel) than the grid must return active.
Thanks