GeertVerhoeven
Technical User
Hi,
I have a single datagrid which contains customer/order info. Currently I use the infragistics datagrid because I didn't know how to setup the collapse/expand functionality in the .NET datagrid.
The problem is that Infragistics consumes a lot of resources. Therefor I want to recreate the application with the default .NET datagrid.
How can I have the collapse/expand functionality in the default gird. I want to have something like below:
+ Customer 1
- Customer 2
- Order 1
- Order 2
- Order 3
+ Customer 3
Kind regards,
Geert Verhoeven
I have a single datagrid which contains customer/order info. Currently I use the infragistics datagrid because I didn't know how to setup the collapse/expand functionality in the .NET datagrid.
The problem is that Infragistics consumes a lot of resources. Therefor I want to recreate the application with the default .NET datagrid.
How can I have the collapse/expand functionality in the default gird. I want to have something like below:
+ Customer 1
- Customer 2
- Order 1
- Order 2
- Order 3
+ Customer 3
Kind regards,
Geert Verhoeven