SmartClient Version: SNAPSHOT_v12.1d_2019-12-17/AllModules Development Only (built 2019-12-17)
and
SmartClient Version: v11.1p_2019-12-05/AllModules Development Only (built 2019-12-05)
Hello, is it possible to localize the DataSourceField.exportFormat attribute?
It seems that this attribute is not writable using <fmt> tags, and also I don't know if it would be picked client side, when doing dataSource.exportData({exportAs:"xls"})
And then there's a bug, if you modify the independence field of the countryList grid in the FSexport sample like this:
and then try to export in excel formats, you'll see that the exportFormat is ignored.
and
SmartClient Version: v11.1p_2019-12-05/AllModules Development Only (built 2019-12-05)
Hello, is it possible to localize the DataSourceField.exportFormat attribute?
It seems that this attribute is not writable using <fmt> tags, and also I don't know if it would be picked client side, when doing dataSource.exportData({exportAs:"xls"})
And then there's a bug, if you modify the independence field of the countryList grid in the FSexport sample like this:
Code:
{name:"independence", title:"Nationhood", width:100, exportFormat:"ddmmyy"}
Comment