We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon