Hi Carlos,
Query #1: How do the navigation start, previous, next, finish with buttons?
We suspect that your requirement to navigate through the grid records using pager. We can enable paging for grid using the AllowPaging property of the Grid. Please refer to the below API reference documentation for more information.
The default page size is 12. We can change the pager properties using the pageSettings property of the Grid. Please refer to the below documentation.
We can also customize the pager using the Pager template feature of the Grid. Please refer to the below online documentation.
If your requirement is to navigate through the grid using external buttons, please revert.
Query #2: How to perform search master values?
We can perform searching in Grid by enabling the AllowSearching property of the grid and also enabling the toolbar item “search” for searching the corresponding records in Grid dataSource. Please refer to the below online sample link.
We can also perform searching externally using the search method of the Grid. Please refer to the below API documentation.
For your reference, we have modified the previously updated sample with the paging and searching enabled, which can be downloaded from the below location.
Regards,
Ragavee U S.