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 have a combobox in the grid and when i select an item in the combobox , i need to do some action based on the item selected.Which even should i use ??
I tried with the CurrentCellChanged event but even though i selected an item in the combobox , the cell value propery and text property showed as empty.
ADAdministrator Syncfusion Team May 5, 2005 09:57 AM UTC
In CurrentCellChanged, you get the new value from grid.CurrentCell.Renderer.ControlText. The style information like style.Cellvalue and style.Text stored in the grid does not actually change until you leave the cell.