Hello,
We are using SmartClient_70rc2_Pro, but plan to upgrade to SmartClient version 8.
How do you tell a grid to do server sort instead of client side sort when user click on the grid header? Could you give me a roadmap or example on how to accomplish this? I’ve searched the forum and the documents, and didn’t find any obvious answer.
I currently use RPCManager.sendRequest to get the data for the grid, but it can be converted to use a datasource and use DMI call to fetch the data. The data is from third party (not from our database table). When user clicks on the header, I want to pass the sort field and sort direction to our server and our server will pass the sort field and sort direction to the third party API to fetch the data in the right order.
Thanks in advance.
We are using SmartClient_70rc2_Pro, but plan to upgrade to SmartClient version 8.
How do you tell a grid to do server sort instead of client side sort when user click on the grid header? Could you give me a roadmap or example on how to accomplish this? I’ve searched the forum and the documents, and didn’t find any obvious answer.
I currently use RPCManager.sendRequest to get the data for the grid, but it can be converted to use a datasource and use DMI call to fetch the data. The data is from third party (not from our database table). When user clicks on the header, I want to pass the sort field and sort direction to our server and our server will pass the sort field and sort direction to the third party API to fetch the data in the right order.
Thanks in advance.
Comment