Export Excel - Cell Display Value

Hi, While exporting the grid into an excel file, I can not take the display member of selected items for the combobox typed cells. Is there a way?

2 Replies

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. > > > >

Loader.
Up arrow icon