TMSFMXLiveGrid can filter by date ?

Hi,

There is a way to filter TMSFMXLiveGrid by date?

Hi,

Filtering is not enabled on a TTMSFMXLiveGrid with an active connection. You need to filter on dataset level instead.

My Livegrid is populated from a Treeview who is populated with filenames of files stored on cloud (using: "TMSFMXCloudDropBox" or "TMSFMXCloudGDrive" or "TMSFMXCloudSkyDrive" or "TMSFMXCloudYandexDisk")

Can i filtered by date, the files stored on cloud pushed to Treeview (by creation date) ?

Hi,

The filtering is text based not date based. so yes, you can filter on date, but you'll need to make sure the date format matches what is displayed as text in the grid itself. You can apply a filter with TMSFMXGrid1.Filter.Add; set the condition and then call TMSFMXGrid1.ApplyFilter;