Hi,
We are working on rebuilding our application with React and I'm just getting to a page that will use a Kendo grid. We have an existing pagination system that I think we'd like to continue using going forward, so I need to recreate it for the Kendo Grid. Is it possible to build custom pagination in the grid footer, or would I have to build it outside of the grid and hope it looks decent?
For example, I need the page details (row and total) on the far left, and the pagination and page size selection on the right. Also, we use both input and numeric pagination together. For example, if I have 16 pages of data my pagination might look like 1...4 5 6 7 8 ...16 where 6 would be an input box.