I have an application in which some of the data is relational, and I'd like to display it in a grid and allow editing there. The alternative is to separate the relational data and require the user to edit it in a separate place.
I've looked at the SfTreeGrid, but I don't think I need that. It appears to put data that references itself to be displayed in a tree view, but that's not the case that I have.
The main data in the grid I want to display differs in shape from the sub-data it contains. For example, this is similar to what I have in mind:
First name, Last name, age
Book name, Checkout Date
The main grid would display a list of persons, and each person might have a list of books to display. All of the data on display should be editable.
Would any of the SF controls work as I have described? If so, which?
Thanks!
Gil