Printing the grid tree view

HI My grid is displaying the information in a tree view using the “Relation” in data table. I need to do two things. #1 It should expand all the nodes automatically before printing. #2 I am using the following code this.gdbgMeritSummaryGrid.ShowTreeLines = true; It is printing the lines perfectly but it doesn’t print the “+” and “-” which denote the nodes. I need to show the node anchor too. Please help me. thanks

1 Reply

AD Administrator Syncfusion Team May 2, 2005 11:12 PM UTC

1) You can call grid.ExpandAll to expand all nodes. 2) This is a known problem that should be addressed in the next release. It is logged in the open issues database. http://www.syncfusion.com/support/issues/grid/Default.aspx?ToDo=view&questId=220&catId=87

Loader.
Up arrow icon