I read all the threads on exports and still didn't find an answer.
I have a RadGrid on the page populated by a web service.
Something like:
<DataBinding Location="~/MyWebService.asmx" SelectMethod="GetDataAndCount" EnableCaching="true" />
Whenever I try to export I'm getting an empty document. No data whatsoever but the column titles are in place though.
I've got sense it's somehow related to the client-side binding. Is there a workaround?
I have a RadGrid on the page populated by a web service.
Something like:
<DataBinding Location="~/MyWebService.asmx" SelectMethod="GetDataAndCount" EnableCaching="true" />
Whenever I try to export I'm getting an empty document. No data whatsoever but the column titles are in place though.
I've got sense it's somehow related to the client-side binding. Is there a workaround?