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