AD
Administrator
Syncfusion Team
May 6, 2004 04:39 PM UTC
QueryCellInfo (or its equivalent in our baseclass) is how the grid gets the data from the DataSource. So, if QueryCellInfo does not fire, you would have no data to use in the grid.
Exactly how is QueryCellInfo interfering with your code in RowLeave? (If you RowLeave code requests a value from the grid, QueryCellInfo will be triggered. If you do not want this, do not request a grid value. Instead, get the value directly from your DataSource, not going through the grid.)