Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Exporting data to excel from Databound grid
posted

I have a grid bound to BindingSource. Certain columns contain codes for which a corresponding description is fetched and displayed instead of description. When this grid is exported to excel, grid sends out codes instead of description. Is there any way to make grid send the description instead of codes?

  • 469350
    Verified Answer
    Offline posted

    bnmerch said:
    Certain columns contain codes for which a corresponding description is fetched and displayed instead of description.

     

    How exactly are you doing this? The typical way to do something like this would be to use a ValueList. But if you were using a ValueList, then it would work for the export, as well.