Replies: 3 comments 2 replies
-
Hello, If I understand correctly you want to handle lists within lists inside your complex object with DataGrid. Pseudo-code
|
Beta Was this translation helpful? Give feedback.
-
Overriding Display Template seems to be a good idea, I will research in this direction :). Some more code details: Razor page:
Code:
|
Beta Was this translation helpful? Give feedback.
-
Well I found my logic issue. I think the best idea is, to have 3 seperate DataGrids, which react on selection of each other. This way I can filter/sort/etc. each part seperatly but also make shure that the displayed data correspond correctly. Thanks for your support anyway :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to use Datagrid for drill down on data, because of filtering, easy use and almost no coding. But I'm currently having issues with a data collection like this:
Toplevel:
Is it possible to bind a sublist to a DataGridColumn?
Beta Was this translation helpful? Give feedback.
All reactions