I'm using GwtRpcDataSource for my grid and the clientOnly flag is set to false. Always when the record count is lower than page size, the grid sorts on client side. How can I avoid this? I want to use my own sorting algorithm on server.
Thanks
Thanks