Discussion
Find out user sorting order
Hi All,
We have a pagelist which is defined in a Grid and has sorting enabled. In the user portal, we the user views the list, he can sort it by any property in any order.
After he has sorted he can update the record and save it. To save the record we are calling an activity. In this activity, after the save step, I am loading the list again, but I was to retain the sort that the user made.
Is there anyway I can find out by which property the list has been sorted and in what order(ASC or DEC)?
Thanks
Sujithram
Hi Sujithram,
You can find the property by using pxsqlstatementpre/post property in that respective page.
you can fid the property and order sorted by using what comes next ORDER BY.