AD
Administrator
Syncfusion Team
November 16, 2004 09:37 PM UTC
Is this a GridControl? If so, you can handle the DrawCellDisplayText. If e.DisplayText is NaN, then set e.DisplayText to what you want to see.
AD
Administrator
Syncfusion Team
November 16, 2004 09:40 PM UTC
If you are using a GridGroupingControl, then use TableControlDrawCellDisplayText and e.Inner.DisplayText.