Hi,
I'm solving another problem now with hiding rows based on some condition when DetailsDefinition is enabled.
According our communication in this thread: https://www.syncfusion.com/forums/139478/rowdetailstemplate-alternative-in-sfdatagrid "QueryRowHeight"is not fired.
So how can I hide rows based on some condition? I checked https://www.syncfusion.com/kb/3191/how-to-hide-the-rows-based-on-condition-in-sfdatagrid but theres is only way with using QueryRowHeight event.
I also tried to udpate RowStyle (which I'm using to style my rows) TargetType="{x:Type syncfusion:VirtualizingCellsControl}" by using converter and setting visibility to collapsed. Not working. I also tried to set Height to 0 for cells but I had black rows instead of 0 height rows.
I really don't know what else I should try.
Thanks for any advice.
Best regards,
Peter