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