Hello,
I have a grid with a custom pager, and i fill in the data one page at a time. Based on the selected page i call an API and get the items for the particular page and set them in the [dataSource] property of the grid.
Is there a way i can keep the gird sorting component UI without the default sorting made by the component?
I want to send the selected sorting parameters to my API and do the sorting there and get back only the results for the page i have selected from the custom pager.
Thank you.