Datagrid select row: could navigate to page #570

Open
opened 2026-01-29 17:39:36 +00:00 by claunia · 0 comments
Owner

Originally created by @Foitn on GitHub (Oct 5, 2022).

Is your feature request related to a problem? Please describe.
When I use the DataGrid.SelectRow() method, the proper item is selected.
It would be a great addition if the DataGrid would also navigate (page wise) to the proper page on which this item is located.
Currently when I add a new item, that is on page 2, page 1 is still selected and I only see the selection when I manually navigate to page 2.
E.g.
datagrid_select_row

Describe the solution you'd like
Once I use the SelectRow() method on a DataGrid, it will perform the following:

  • Select the Item (as it currently does)
  • Navigate to the page on which this item is located.

This could also be a boolean parameter for the SelectRow method, to choose the behavior.

Describe alternatives you've considered

Additional context

Originally created by @Foitn on GitHub (Oct 5, 2022). **Is your feature request related to a problem? Please describe.** When I use the DataGrid.SelectRow() method, the proper item is selected. It would be a great addition if the DataGrid would also navigate (page wise) to the proper page on which this item is located. Currently when I add a new item, that is on page 2, page 1 is still selected and I only see the selection when I manually navigate to page 2. E.g. ![datagrid_select_row](https://user-images.githubusercontent.com/14889176/194067092-4af5e157-d283-44c2-ad26-82744cea7c89.gif) **Describe the solution you'd like** Once I use the SelectRow() method on a DataGrid, it will perform the following: * Select the Item (as it currently does) * Navigate to the page on which this item is located. This could also be a boolean parameter for the SelectRow method, to choose the behavior. **Describe alternatives you've considered** - **Additional context** -
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#570