Hi,
We add a button to invoke
‘printGrid’ function in your
default2.aspx. It works fine in
IE9 and
FireFox. Please setup your browser to enable printing background and images.
GridWeb provides an attribute named
"OnContextMenuShowClientFunction” to be invoked on client.
C#
OnContextMenuShowClientFunction="onshowmenu"
function onshowmenu()
{
var g = document.getElementById("g");
g.ContextMenu.hide();
window.open();
}
This can suit your need.
Many Thanks and Kind Regards,
Shakeel Faiz
Support Developer
Aspose Sialkot Team
Contact UsAspose - The .NET and Java Component Publisher
Keep in touch! We're on
Twitter and
Facebook