I have an ajax enabled grid with custom CommandItemTemplate buttons. Three of the buttons are set up to use the built-in export functionality for CSV, Excel and Word exports.
I have included the javascript functionality to disable ajax for the built-in export buttons and have verified the code is being executed. Exports work as expected, however my problem is after a successful export, any attempt to utilize other grid functionality causes the command bar and pager to disappear. This behavior appears to be similar to an attempted export without a full postback.
The grid is contained within a RadSplitter. The grid resides on a default.aspx page within a Site.Master page.
Any suggestions you might have would be greatly appreciated.
I have included the javascript functionality to disable ajax for the built-in export buttons and have verified the code is being executed. Exports work as expected, however my problem is after a successful export, any attempt to utilize other grid functionality causes the command bar and pager to disappear. This behavior appears to be similar to an attempted export without a full postback.
The grid is contained within a RadSplitter. The grid resides on a default.aspx page within a Site.Master page.
Any suggestions you might have would be greatly appreciated.