Page Settings assign new value of page size

Is it possible to change the page size of Grid control runtime?


1 Reply

MS Madhu Sudhanan P Syncfusion Team November 26, 2018 07:23 PM UTC

Hi Kaloyan, 

Thanks for contacting Syncfusion support. 

You can change the pageSize dynamically as follows. 


<script> 
    var grid = document.getElementById("Grid").ej2_instances[0]; 
    grid.pageSettings.pageSize = 10; 
</script> 



Regards, 
Madhu Sudhanan P 


Loader.
Up arrow icon