Hello,
I know from KB that QueryRowHeight is not supported in DetailsViewGrid and I supposed that this means that the event is not supported only in the nestedgrid.
Instead, it seems that after adding a DetailsViewDefinition in the parent SfDataGrid the QueryRowHeight event is not fired anymore, even if it is added to the parent datagrid.
If I comment out the DetailsViewDefinition the event is fired again.
Am I wrong in something or this is the expected behavior?
Is there any way to auto set the height of a row based on its content in the parent SfDataGrid if this has a nested DetailsViewDefinition?
Best regards,
Giacomo