Need grid footer navigation buttons to go by record instead of page

1 Answer 108 Views
Grid
Doug
Top achievements
Rank 1
Doug asked on 30 Nov 2022, 03:38 PM
I have a grid with Pageable="false," and I need footer navigation buttons to work for each record; clicking "Next" or "Previous" would highlight the row below or above the currently highlighted row. Same goes for "First" and "Last." Any thoughts or recommendations would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Timothy J
Top achievements
Rank 2
Bronze
Iron
Iron
answered on 30 Nov 2022, 03:48 PM

You're going to need to have your own custom button, not the implicit ones from the grids pager.

Next, You're going want to look @ Blazor Grid - Single Selection - Telerik UI for Blazor

and implement single selection and use SelectedItems to affect the selected row.

Tags
Grid
Asked by
Doug
Top achievements
Rank 1
Answers by
Timothy J
Top achievements
Rank 2
Bronze
Iron
Iron
Share this question
or