-
DataGrid displaying previous query results with latest query results
I have a data grid which returns the results of queries to different tables, the tables have different schemas.
When I run the query against table 1 the results are returned correctly, if I run against table 2 the results are returned correctly, but if I then go back to querying table 1 then both the results for table 2 (the previous query) and table 1 are shown on screen.
I confirmed that the gateway is returning just the results for table 1.
Because the data grid column names change, depending on the table being queried, the columns tab has just 1 entry, column1 where Data Field Name is set to * and Display Name is set to *. I also have “Keep NonExistent Columns” set to false.
Anyone know how to fix this issue?
Log in to reply.