Using ForeignKey relation |
You can use foreign key relations to add your needed keys.
A sample for foreign key demo is located in our dashboard, Location : C:\Users\.... \AppData\Local\Syncfusion\EssentialStudio\\”InstalledVersion”\Windows\Grid.Grouping.Windows\Samples\Relation And Hierarchy\Foreign-Key Reference Demo | |
Using Primary key with grouping |
Along with primary key (“Employee_ID”) setting, you can group the another column (“Year”) to show the records in the separated view.
You can make use of the below dashboard sample with the below code snippet (Grouping) Location : C:\Users\....\AppData\Local\Syncfusion\EssentialStudio\”InstalledVersion”\Windows\Grid.Grouping.Windows\Samples\Relation And Hierarchy\Related Master Details Demo //Adding column to the Group. |