Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Tree like grid Collapse All
Subject Author Date
Zoltan Bokor Aug 31, 2010 - 7:08 AM

How can I create in a CExtGridWnd grid cells like in a tree view (cells having a parrent that I can Expand and Collapse) ? Something like this:


-- MainCell


   |


   -- SubCell1


   |


   -- SubCell2


 

Technical Support Aug 31, 2010 - 12:53 PM

Please use the CExtTreeGridWnd control demonstrated in the FilteredGrids sample application and in the following test projects:

http://www.prof-uis.com/download/forums/test_tree_grid_idea.zip
http://www.prof-uis.com/download/forums/test_tree_grid_idea(with-hiding).zip
http://www.prof-uis.com/download/forums/test_tree_grid_idea_dnd.zip
http://www.prof-uis.com/download/forums/test_tree_grid_idea_expanding.zip
http://www.prof-uis.com/download/forums/test_tree_grid_idea_outer.zip
http://www.prof-uis.com/download/forums/test_tree_grid_idea_sorting.zip
http://www.prof-uis.com/download/forums/test_tree_grid_idea_with_tracing_for_Rado.zip
http://www.prof-uis.com/download/forums/TestTreeGridCellJoin.zip
http://www.prof-uis.com/download/forums/TestTreeGridCellJoin_BIN.zip
http://www.prof-uis.com/download/forums/TestTreeGridCellJoin_SRC.zip
http://www.prof-uis.com/download/forums/TestTreeGridInFloatingBar.zip
http://www.prof-uis.com/download/forums/TestTreeGridInFloatingBar2.zip
http://www.prof-uis.com/download/forums/TestTreeGridSortingOnHeaderClick.zip

The CExtTreeGridWnd class is also used as the base class for the CExtReportGridWnd control demonstrated in the ReportGrid and FilteredGrids sample applications.
The CExtTreeGridWnd control is used internally in the CExtPropertyGridCtrl control for displaying hierarchy of property categories and values. This is demonstrated in the PropertyGrid and CompoundProperties sample applications.
You can use the CExtPPVW < CExtTreeGridWnd > template based class if you need the printing and print previewing features in the tree grid control.