I have implemented a grid using OData Server Operations, very similar to this example:
https://www.telerik.com/kendo-react-ui/components/grid/data-operations/odata-server-operations/
But now I can't highlight the selected row. Using the process function does not allow for server side paging, filtering or sorting.
I can't use `getSelectedState` as my version of the grid has no exported member.
Is there any other way I can highlight the selected row?