I'm trying to create a MasterDetail for DataGrid. As default the height of DetailPanel '500px', but I want to setup height according rows count. I'm tried to do it with css, but It doesn't work because DataGrid contains the DetailPanels with different count of rows. How can I do it?
Thanks a lot!