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.
please, some pointers
required ..
i want to be informed when the row/col combination of the cell has changed.
[ as in msflexgrid].I was using that event to have a cage around a group of rows in the same column.
i dont want arrow movement to take me beyond the top or bottom of my group of allowed responses{1 per row..same column}
Mahesh Naik
ADAdministrator Syncfusion Team September 28, 2004 12:40 PM UTC
If you want to know when the current cell location has moved, you can use the grid.CurrentCellMoving/Moved event.
If you want to know when a cell value has changed, you can use grid.CurrentCellChanged (raised with each keystroke) or grid.CurrentCellValidating (raised when you leave the cell).