We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How do I get the a given cell type when QueryCellInfo is used

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

1 Reply

AD Administrator 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?

Loader.
Up arrow icon