|
6 | 6 | </div> |
7 | 7 |
|
8 | 8 | <div id="description"> |
9 | | - <p>Paging allows you to display the contents of the Grid in page segments. |
10 | | - The number of items on a page is determined |
11 | | - by the <code><a target="_blank" class="code" |
12 | | - href="http://ej2.syncfusion.com/documentation/grid/api-pageSettingsModel.html#pagesize-number"> |
13 | | - pageSettings->pageSize |
14 | | - </a></code> property. |
15 | | - If no value is specified for the <code><a target="_blank" class="code" |
16 | | - href="http://ej2.syncfusion.com/documentation/grid/api-pageSettingsModel.html#pagesize-number"> |
17 | | - pageSettings->pageSize |
18 | | - </a></code> property, |
19 | | - the Grid will display 12 items on a page. By default, paging is disabled. |
| 9 | + <p>Paging allows you to display the contents of the Grid in page segments. |
| 10 | + By default, paging is disabled. |
20 | 11 | To enable paging, set <code><a target="_blank" class="code" |
21 | 12 | href="http://ej2.syncfusion.com/documentation/grid/api-grid.html#allowpaging-boolean">allowPaging |
22 | | - </a></code> property to true.</p> |
| 13 | + </a></code> property to true. <code><a target="_blank" class="code" |
| 14 | + href="http://ej2.syncfusion.com/documentation/grid/api-pageSettingsModel.html#pagesizes-boolean---number"> |
| 15 | + pageSettings->pageSizes |
| 16 | + </a></code> property enables a dropdown in pager which allows you to change the number of records in Grid dynamically. |
| 17 | + </p> |
23 | 18 | <p> |
24 | | - In this demo, the Grid is rendered with its default page settings, also the |
| 19 | + In this demo, the Grid is rendered with |
| 20 | + <code><a target="_blank" class="code" |
| 21 | + href="http://ej2.syncfusion.com/documentation/grid/api-pageSettingsModel.html#pagesizes-boolean---number"> |
| 22 | + pageSettings->pageSizes |
| 23 | + </a></code>set to true and |
25 | 24 | <code><a target="_blank" class="code" |
26 | 25 | href="http://ej2.syncfusion.com/documentation/grid/api-pageSettingsModel.html#pagecount-number"> |
27 | 26 | pageSettings->pageCount |
28 | | - </a></code> is set to 5. |
| 27 | + </a></code> is set to 4. |
29 | 28 | </p> |
30 | 29 | <p style="font-weight: 500">Injecting Module</p> |
31 | 30 | <p> |
|
0 commit comments