Hi,
As a preface, this is using WEB Core.
I am attempting to filter my FNCDataGrid using the xdataset filtering (using the grid filtering, it seems, isn't an option).
I have set the adapter loadmode to almBuffered and implemented a filter on the dataset.
The filtering does work and returns the expected records, but the grid does not clear the records that do not meet the filter criteria.
I have linked the same datasource (the one connected to the adapter) to a TWebDBGrid and here the filtering works as expected, i.e. only the records that meet the filter show.
Any ideas as to what the issue is?
Thanks