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.
I am using version 2.0 .
I did not see any row selection Changed event.
Depending on the selected row, I need to change the display on the other part of form.How do I handle this?
Thanks
ADAdministrator Syncfusion Team March 15, 2004 06:28 PM UTC
The event Grid.RowEnter is fired when you enter row. Grid.RowLeave is fired when you leave a row.
You can also use CurrentCellMoved event and test whether grid.CurrentCell.MoveFromRowIndex is different from grid.CurrentCell.MoveToRowIndex.