Hi,
I have found a serious issue in my development in Queries. When we create a new query on run-time the sorting of column ascending/descending or searching via filters works nicely. But when using EXEC_SP to fetch some complex data inside query has issue with sorting Ascending/Descending on the query grids.
I not able to sort or even filter data in the grid.
I assume whenever a query show the data into grid it store temp somewhere and whatever action or sorting of column do it make it works on client side.
please help or suggest.