The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
Can Essential Grid output hierarchical data in a manner similar to Access 2000 (Show child data in an embedded grid rather than using the default Essential Grid method)?
ie. Output the data in a style similar to that below (When row is expanded child data is shown in an embedded grid).
CustomerID LastName FirstName
1 Jones Erin
|_ OrderID Description Quantity UnitPrice
1 Jacket 1 $120
2 Pants 2 $ 70
3 Shirt 3 $ 40
2 Jones Katie
|_ OrderID Description Quantity UnitPrice
4 Jacket 1 $140
3 Smith Nick
|_ OrderID Description Quantity UnitPrice
5 Shirt 2 $ 30
4 Smith Karen
See jpg in attached zip file for a better rendition.
Note that the Customer table has fields
CustomerID LastName FirstName
the Order table has fields
OrderID CustomerID Description Quantity Price
The Customer and Order tables are linked by CustomerID
Maybe I could override Essential Grid's default behavior in RowExpanding and RowCollapsing?
Note Zz prefix and zZ postfix should be removed from email address to get actual email.
Thanks,
Wayne