The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi I want to use Sfgrid as a menu when you select the row and it returns the ID then redirect to a different detail page. Please point me in the right direction, thanks a lot.
JPJeevakanth Palaniappan Syncfusion Team December 7, 2021 07:56 AM UTC
Hi Hugh,
Greetings from Syncfusion support.
We have validated your query and you can achieve your requirement by using the RowSelected event of the grid. In the event handler you can navigate to different page by using the NavigationManager. Please refer the below ode snippet and the sample for your reference.