I have a datasource with 50 rows per page. The table has some 500 rows. I also have a grid on this datasource, and an action to sort the values when a header column is clicked. By using I also tried to base the order by clause of the datasource on a parameter (order by is declared as :orderBy where :orderBy is the parameter), set this parameter to How can I sort the entire result set by re-executing the query with a new order by each time? Thank you. Akis |
Hi Akis, You can sort the entire result set by re-executing the query by setting the sortMode attribute of the grid column to be sorted as "ExecuteQuery";
Kind Regards, Ibrahim The solution was in front of me!!!! I was using "InDatasource". Thank you Ibrahim for one more time. Akis
(06 Oct '12, 03:01)
Vlisidis Akis
|