Hi, I've taken a look around and I found a way to hide the Header of a SfDatagrid using the header row height, but as stated in the subject I would like if it is possible to hide the row when the detail sfdatagrid has no records.
In my case I have a primary grid with 4 detail grids under each record. These grids can contain data or be empty. I'd like to know if it is possible to link somehow the HeaderRowHeight to the presence of records (for example I can build a converter bound to the record number of the related field collection), but I don't know how to properly create the binding to the grid property from the "master" record.
thanks
Sabrina