Posted 4 March 2020, 6:58 am EST
Hi,
When a user apply filter using the filter bar, is there a way to copy the c1TrueDBGrid.Datasource as filtered? This line of code always return the whole table with no filter
dt = (DataTable)grid.DataSource;
dt.DefaultView also returns the whole table.
Thank you
Richard