AD
Administrator
Syncfusion Team
January 13, 2005 06:33 PM UTC
If you just want to swap out the displayed text (not really do anything with it except see it on the screen), then you can handle the DrawCellDisplayText event. There get the e.DisplayText, and reset it to be what you want to see.
SR
Spencer Robinson
January 13, 2005 06:48 PM UTC
OK...but in hooking that event I have access to the text to be Displayed, but how do I know what column is firing that?
I only want to do this on say one out of three columns so is there a way to hook it for only one column?
AD
Administrator
Syncfusion Team
January 13, 2005 07:13 PM UTC
Try
e.Style.CellIdentity.ColIndex