Announcement
Collapse
No announcement yet.
X
-
Export functionality requires the SmartClient Server - this is covered in the docs.
-
At List Grid Export "Attempt to send transaction with specified transport 'hiddenFrame' failed - unsupported transaction type." error
Hello
I 'm using Smartclient 12 with VS Net 2017 . I have a RestDataSource which retrieve data from .Net REST API and ListGrid . I m binding to data to list via "fetchData" function and "setData".
My Export function is :
function Export() {
reportGrid.exportClientData(
{
exportAs: "xls",
exportDisplay: "window",
operationType:"clientExport",
defaultTransport:"xmlHttpRequest",
});
};
But it returns "RPCManager:Attempt to send transaction with specified transport 'hiddenFrame' failed - unsupported transaction type." I tried many ways but I didnt solve . Could you please help ?
Thank you
Tags: None
Leave a comment: