In TTMSFNCDataGrid, is it possible to:
- Add or remove columns with customizable options?
- Allow users to drag and drop columns to change their positions?
- Save the grid configuration (column order, visibility, widths, etc.) to a file or database table when the screen is closed?
- Load and apply the saved configuration automatically when the screen is opened again?
Also, is there a way to apply dataset field properties such as alignment, captions, and display formats to the grid columns?
Pieter
(Pieter)
2
Hi,
Yes this is possible. The column configuration can be saved to JSON. In fact, every object in FNC can be persisted.
more info about the capabilities of the grid can be found here:
Can you provide some Demo Example to consider all my points.
Pieter
(Pieter)
4
There are plenty of samples after installing the trial version / registered version.
Here is a link to documentation, blog and video series
and JSON persistence: