AD
Administrator
Syncfusion Team
March 19, 2004 10:53 AM UTC
Instead of using gridcontrol1[row, col].Text to provide the value, you should use gridcontrol1[row, col].FormattedText to provide the value.
BI
bizdin
March 19, 2004 01:20 PM UTC
Thanks, that works fine...
>Instead of using gridcontrol1[row, col].Text to provide the value, you should use gridcontrol1[row, col].FormattedText to provide the value.
>
>
>
>