SmartClient_SNAPSHOT_v90d_2013-04-05
All browsers
I have a datasource with fields that do not define the title attribute. This is because I use a dynamic async method to retrieve custom column titles based on the users login (users are part of companies which use different terminology for business objects. The implementation works correctly - the grid displays the correct titles for each user.
However, when using exportClientData for XLS exports, the column headers are the field name, which is the correct behavior since the datasource config does not set titles.
Can I override the exportClientData method so I can provide these override titles in the request, or is there an API from javascript to set field titles?
All browsers
I have a datasource with fields that do not define the title attribute. This is because I use a dynamic async method to retrieve custom column titles based on the users login (users are part of companies which use different terminology for business objects. The implementation works correctly - the grid displays the correct titles for each user.
However, when using exportClientData for XLS exports, the column headers are the field name, which is the correct behavior since the datasource config does not set titles.
Can I override the exportClientData method so I can provide these override titles in the request, or is there an API from javascript to set field titles?
Comment