Open slanbr opened 2 years ago
Hi @slanbr ,
Placing a DataGrid inside another will break virtualization which leads to the performance impact you noticed. This is not MahApps specific, its how WPF works. I highly recommend to try a different approach, also from the UI experience it may not be the best solution.
Happy coding Tim
Hello @timunie ,
Using the option to make the grid editable by expanding the line also causes the same problem of slowness, is this also referring to virtualization?
Possible. Maybe try to limit the size of the nested DataGrid.
I'm using Datagrid with editable fields and in some cases a datagrid inside another, when I use this way my datagrid is getting very slow when I have several lines. Is there any way to improve performance or is this bad practice?