Click here to Skip to main content
15,860,861 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I want to create a WPF nested datagrid which will have a fixed header and sub-header.Below are some points which are required to create the nested grid control:-

1. The Main grid rows will have data aligned to the Main header columns and the nested grid rows will have data aligned to the sub-header columns.
2. On click of Main grid row, the nested grid rows should get displayed with data coressponding to sub header columns.
3. User must be able to expand multiple Main grid rows.


The collection(Main grid) which has to be binded to this control has another collection as property which contains the rows of the Sub rwos(Nested grid).
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900