We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon