HI ,
I am using TableResultSet to to display the datagrid in webtop 6.5sp3.
The data in the datagrid is getting poulated and shown in webtop.
The problem is the data in the datagrid is not sorted .
My datagrid is using paging and search filter .
How do i sort the data based on object name in the datagrid that is populated using TableResultSet.
am using below .
dpr.setResultSet(trs, null)
dpr.initBind();
Can anyone pls let me know how to sort the grid based on object name .
Regards
Srini