Hello. Is there a way to have the horizontal scrollbars always show? I have a lot of data with children rows. Once you expand a child row, the scrollbars are pushed to the bottom. Is there anything to do about this? Thank you
The horizontal scrollbar always appears at the bottom of the element which it scrolls. You can set the height of your RadzenDataGrid so it is fixed.
That worked. Thank you