AD
Administrator
Syncfusion Team
July 25, 2003 06:03 AM UTC
It is not in GridDataBoundGrid, it is in GridDataBoundGrid.Model. Notice the code sample uses code like gridModel.QueryRowHeight where gridModel is a GridModel.
If you are using VB, then you will have to use AddHandler and RemoveHandler to subscribe and unsubscribe to this event.
AddHandler Me.GridDataBoundGrid1.Model.QueryRowHeight, AddressOf gridModel_QueryRowHeight