Scenario:
Grid in Conditional Update Panel
Within a UserControl
On a SiteFinity Page
Custom Export Buttons within the PagerTemplate.
Events are not firing on the server side as I cannot declaratively add the Event Triggers.
Cannot use script mananger as it's on the SiteFinity Page not in this control
Events fire on the Client Side but do nothing when executed.
Grid in Conditional Update Panel
Within a UserControl
On a SiteFinity Page
Custom Export Buttons within the PagerTemplate.
Events are not firing on the server side as I cannot declaratively add the Event Triggers.
Cannot use script mananger as it's on the SiteFinity Page not in this control
Events fire on the Client Side but do nothing when executed.
Clinet code is straightforward enough but does not error or work
function onClientExcelExportCommand(sender, eventArgs) {
var tableView = $find("<%= TransactionListGrid.ClientID %>").get_masterTableView();
tableView.exportToExcel();
}
Help is required.
Many thanks