Good day, I have a grid with information and different pages, that is, on page 1 I have 10 records and on page 2 I have 5 records. I’m getting the grid information with the following Jquery:
grid = $("#InformationGrid").data("kendoGrid");
But that query only brings me information from the page where the Jquery was executed. If you ran it on page 1 you have 10 records, if you ran it on page 2 you have 5 records. How can I get you to bring me all the information no matter what page I’m on?