Forums

Full Version: Exporting whole data grids in pdf as a table format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
var comp = sdk.getWidget( 'datagrid5' );
comp.m_exporttopdfgrid.exportastable = true; 
comp.m_exporttopdfgrid.theme = "striped"; 
comp.m_exporttopdfgrid.orientation = "l";