-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binding to nested data #1
Comments
Hello |
If you are looking for complex data binding, check out the official documentation section on our website. |
Hello, In my case, i am looking for to dispaly Grid binding data of a nested objects. In the end, I want to have : Template : {{ cell.value}} However, i shouldn't be feltring localData to have only the user. I want to bind to a localData. Thank you in advance for your helpe |
Maybe what you are looking for is the Hierarchical Grid |
Hello and thank's for your answer thank you |
@omar-IT Yes, please see the link I provided. |
Hello, |
Then you need to follow the first link. |
I am sorry |
Take the concepts shown in the sample and change them to achieve your desired results. |
thank you, i will do it |
Need a sample that shows how to have a column data bound to a nested property of the underlying data item.
This example assumes a collection of objects that have a user property which is an object with it's own properties we wish to display in the grid.
The text was updated successfully, but these errors were encountered: