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 am using 1.6.1.8 databound grid. I have a databound grid with my own "LookupCell" type. In my QueryCellInfo handler, I am setting some of those column cells as "Static" depending on some other column value in the same row.
Using Grid[row,col] is giving me "LookupCell" allways.
How do I get the cell type of a given row,col (basically calling QueryCellInfo)?
thanks,
- Reddy
ADAdministrator Syncfusion Team April 26, 2004 08:15 PM UTC
grid[row, col] normally would hit QueryCellInfo unless the value is retrieved from the grid''s volatile cache.
Where are you calling grid[row, col] from? If you first call grid.ResetVolatileData before calling grid[row, col] does it hit QueryCellInfo then?