chalu
10 Nov 2011, 7:42 PM
Please who can help me with printing a GXT Grid as explained here : http://www.sencha.com/forum/showthread.php?154413-How-To-Print-A-Grid-Component-In-New-Browser-Window.
I think where I am stuck now is how to pass the GXT Grid component to the ExtJs plugin, I am trying to obtain the id of the GXT Grid and then pass it to the ExtJs plugin. However neither getId() nor getItemId() on the GXT Grid has worked, they both produce "undefined" meaning that ExtJs cannot see any component with the id or itemId that our GXT Grid has
Thanks in advance.
I think where I am stuck now is how to pass the GXT Grid component to the ExtJs plugin, I am trying to obtain the id of the GXT Grid and then pass it to the ExtJs plugin. However neither getId() nor getItemId() on the GXT Grid has worked, they both produce "undefined" meaning that ExtJs cannot see any component with the id or itemId that our GXT Grid has
Thanks in advance.