I am using clr-datagrid. After datagrid is drawed, the height of datagrid is fixed and never changed. I think there is some logics to calculate the height according to the number of rows.
I also use expandable rows, when I expand some rows, I expected the whole datagrid height is expanded so that the rows aren't cut.
I overrided the class 'datagrid-host'. I deleted the display property of the class. after that, even though the height is fixed, I don't see the row's cut anymore. but I don't think this is the right way to control the height of datagrid.
<clr-datagrid _ngcontent-xhi-c1="" ng-reflect-selected="" ng-reflect-row-selection-mode-deprecated="false" class="datagrid-host" **style="height: 3683px;"**>
....
</clr-datagrid>
this height is presented after few secs.. I want to know where the height is calculated..