Using smartgwt 2.2 on IE8.
My listgrid has a nestedgrid being populated on click or row header like showed in showcase.
The print preview is not showing the nested grid expanded data in it.
I saw that the Print button on showcase also is doing the same and not able to show teh nested grid populated data in print preview.
Please let me know if there is solution.
Call -
on clicking printpriview however get an error -
My listgrid has a nestedgrid being populated on click or row header like showed in showcase.
The print preview is not showing the nested grid expanded data in it.
I saw that the Print button on showcase also is doing the same and not able to show teh nested grid populated data in print preview.
Please let me know if there is solution.
Call -
Code:
Canvas.showPrintPreview(new Object[]{form , grid, subAuditDetailWidget} );
on clicking printpriview however get an error -
Code:
com.smartgwt.client.core.JsObject$SGWT_WARN: 19:30:34.920:MUP7:WARN:ListGrid:isc_ListGrid_7:This component has no specified fields. In order to display data fields must be set up either via an explicit call to setFields() or by binding to a dataSource. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1669) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) at java.lang.Thread.run(Unknown Source)
Comment