AD
Administrator
Syncfusion Team
September 1, 2005 10:06 AM UTC
In QueryCellStyleInfo, you get the cell value directly from e.Style.CellValue.
But if you just want to format the text that is displayed, you can handle the TableControlDrawCellDisplayText and set e.DisplayText there to easily control what text is drawn in the cell.