Pagination for Detail Grid

1 Answer 70 Views
Grid
seenu
Top achievements
Rank 2
Iron
Iron
Iron
seenu asked on 25 Jan 2022, 08:22 AM

Hi

i have implemented detail grid using sample https://www.telerik.com/kendo-react-ui/components/grid/rows/hierarchy/

I have pagination implemented on child grid, when i change page of any one of child grid,  all the child grid page is getting their page #.  is there a way to achieve this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 25 Jan 2022, 08:30 AM

Hello,

This is expected as each detail Grid is rendered by the same DetailComponent and I assume you are setting the same paging to all of them.

In order for all of them to have separate paging, that will require the developer to keep information in the DetailComponent for every child Grid paging configuration. That has to be done on the application level by the developer as the Grid will render based on the data that it receives. 

Regards,
Stefan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

seenu
Top achievements
Rank 2
Iron
Iron
Iron
commented on 28 Jan 2022, 06:10 AM

thank you Stefan. we have achieved by having separate child component 
Tags
Grid
Asked by
seenu
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Stefan
Telerik team
Share this question
or