You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ataGridView`
- The List view form allows the themes to be changed across the application.
- Demonstrates the removal of the Details row headers
- Demonstrates the usage of a ExtColumn type
- Shows how to hide columns
- How to implement the re-sortable single list
- Mandy has 1 Item
- Mark has 4
#60#79
Is your feature request related to a problem? Please describe.
This function ality (not the outlook one) and in .Net5 winforms
https://www.codeproject.com/Articles/13403/Fully-functional-Nested-DataGrid
Notice the headers above each nest
Using code similar to this:
https://www.c-sharpcorner.com/UploadFile/deveshomar/nested-datagrid-in-C-Sharp-window-forms/
Other links:
https://docs.microsoft.com/en-us/samples/dotnet/samples/winforms-flexgridshowcase-cs/
https://www.codeproject.com/Tips/835501/Master-Detail-Datagridview
https://www.codeproject.com/Tips/1215736/Master-Detail-Datagridview-in-Csharp
https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/creating-a-master-detail-form-using-two-datagridviews?view=netframeworkdesktop-4.8
https://help.syncfusion.com/windowsforms/datagrid/masterdetailsview
The text was updated successfully, but these errors were encountered: