AD
Administrator
Syncfusion Team
August 25, 2004 12:15 PM UTC
You can try subscribing to the grid.Model.QueryRowHeight event and dynamically set the row height on demand.
In the event, you would check e.Index and decide what row height is needed, and then set e.Size to that value and set e.Handled = true. You would NOT set values into grid.Model.RowHeights as this would still slow things down.