Hi everyone,
I have a form with two grids and in these I have to show the same datasource, but the first one has to be filtered by a query instead than the second one who has to show the entire data.
The problem is that if I filter the first datasource, automatically the second will take the changes that I've made on the first one. So I tried to create another datasource that would be filled with the entire data of the existing one, but it doesn't work.
The exisiting datasource is based on a temporary table (InMemory) that is filled by a class.
Any help or tip?
Thanks