Using (SC_SNAPSHOT-2012-02-27_v8.2p/PowerEdition Deployment 2012-02-27)
Hello, I have a foreign key in my ListGrid, which can be edited with a SelectItem with a different optionDataSource. Of course, the value field is the id of this foreign table, and the display field is `someForeignField` out of `MyForeignTable`.
Can I get the display value to be shown in the Excel (XLS) export, instead of the value field as is used now? I tried both exportClientData and exportData on the ListGrid object.
Thanks in advance for any help.
Hello, I have a foreign key in my ListGrid, which can be edited with a SelectItem with a different optionDataSource. Of course, the value field is the id of this foreign table, and the display field is `someForeignField` out of `MyForeignTable`.
Can I get the display value to be shown in the Excel (XLS) export, instead of the value field as is used now? I tried both exportClientData and exportData on the ListGrid object.
Thanks in advance for any help.
Comment