Hi,
Thanks for your reply but the print() function is NOT working.
I got the javascript error "Object doesn't support this property or method". I used your latest dll version (2.3.1.2015)
I added a Javascript function which was called from a linkbutton's OnclientClick event as follows:
<asp:LinkButton ID="LinkButton1" runat="server" OnClientClick="PrintGrid();">Print Client</asp:LinkButton>
function PrintGrid() {
var grid = document.getElementById('<%= GridWeb1.ClientID %>');
grid.print();
}
Please suggest some solution.
Regards,
Puspal