LinkgridToDatasource does not add column to TMSFMXLiveGrif

Hi,
With previous versions of Delphi (until 11.2) i used to add columns to a linkgridTodatasource and the same columns was added also to the TMSFMXLivegrid linked to.

With Delphi 11.3 (using the latest version of FMX UI Pack), when the "visible" property of a column is set to "false" in LinkgridTodatasource, no column is added to the TMSFMXLivegrid linked (or it's deleted)

Is it an issue with Delphi 11.3 or with TMSFMXLiveGrid?
Is it simply a new "design" and i should found a workaround?

Thanks for your help

The Visible property has never been implemented. To only show selected fields, you only need to add / organize those fields in the dataset fields editor.

Actually, i set the linkgridtodatasource dynamically, using custom colums for each user before opening the dataset.
I found a workaround by adding "manually" a column to the TMSFMXLiveGrid if the corresponding column is marked "not visible"

I assume my problem is solved

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.