I have set options.editing.enabled to false. Everything works fine. Changes cannot be made. But after entering the Group command, grid editing is automatically enabled. How can I disable it? Setting options.editing.enabled to false does not work. The data in the grid must not be changed.
I've tested and can't reproduce this. Could you provide a code snippet or test application?
Products\tms.fnc.uipack\Demos\VCL\DataGrid\Database\Customers_FireDac_SQLite
Set property:
TMSFNCDataGrid1.Options.Editing.Enabled := False;
Add code:
procedure TForm130.FDTable1AfterOpen(DataSet: TDataSet);
begin
TMSFNCDataGrid1.Group(3);
end;
Compile and run the application. Press the Activate button.
F2 or double-click the mouse will allow you to change the data.
Thanks for the feedback, Issue could be reproduced and we have applied a fix. Next version of TMS FNC UI Pack will have this included.