BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
<asp:UpdatePanel runat="server">
<ContentTemplate>
<ej:Grid ID="Grid1" runat="server" AllowSorting="True" OnServerWordExporting="FlatGrid_ServerWordExporting" OnServerPdfExporting="FlatGrid_ServerPdfExporting" OnServerExcelExporting="FlatGrid_ServerExcelExporting" AllowPaging="True">
. . .
</ej:Grid>
</ContentTemplate>
<Triggers>
<asp:PostBackTrigger controlid="FlatGrid"/>
</Triggers>
</asp:UpdatePanel>
|