Hi everyone,
I’m using a treegrid widget with row details configuration. The content of row details has one link and one div, initially div is hidden and with link user can shows/hides the div.
If I don’t define height for treegrid initially I can see all rows but when I expand content of row details then last rows of treegrid are hidden.
If I define height (500px for example) for treegrid then vertical scroll appears and I can see all rows but again when I expand content of row details then last rows of treegrid are hidden.
How can I solve this?
Best regards.