I have a radzendatagrid with expandable rows that I open as childcontent using DialogService.OpenAsync with DialogOptions Draggable=true, Resizeable=true , height = auto and width=80%.
If the dialog is never moved or resized, when the expandable row is expanded the window is resized accordingly. If the dialog is ever moved or manually resized, expanding a datagrid row with NOT resize the dialog, only add the required scrollbar.
Is there something I can do to resolve this?
Please provide runnable code using our demos to demonstrate your scenario and the problem. Our demos are editable.