Hi Rizwan,
Greetings from Syncfusion support.
Query – 1: “Grid record by default render 12, my need its 25. ”
From your query we could see that you wish to render 25 records in a page. For this you need to set the pageSize property of the pageSettings as demonstrated in the below code snippet,
|
PageSettings(page => page.PageSize(25)) |
The pageSize property defines the number of records to be displayed in a page. While the pageSizes property renders a dropdown in the pager which allows you to dynamically change the page size from the defined set of values. This is shown in the below image,
Query – 2: “I need grid header fixed, without scroll option”
If you need to set the Grid header to a fixed position, then we suggest you to set the height to the Grid component. This will render scroll for the records and keep the header in a fixed position.
|
@Html.EJS().Grid("FlatGrid").Height("400px") |
We have prepared a sample based on the above queries for your reference. You can download it from the following link,
Please get back to us if you require any further assistance.
Regards,
Sujith R