You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no style on the div for the template of the expandable grid template, the div is given a style="height: 330px;". I am trying to control the height of the grid using a variable on the row.entity (i.e. using rowExpandedStateChanged to load the data for the subgrid), and I have everything wired up and it would be working, except something is adding the height to the style.
I am trying to figure out what is setting this, and if this is something that we can either remove or make configurable?