I have an issue where a Detail Table (GridTableView) column is being clipped by the parent RadGrid making the long field data inaccessible.
Picture
What happens here, is the width of the detail table column exceeds the width of the parent table.
In the process the data on the right gets cut off and there's no scroll bar to access that clipped data.
I have tried setting horizontal scroll bars on the RadGrid which only worked for scrolling to the parent data and
did nothing for the Detail tables, it still got clipped by the width of the parent grid.
I have also tried inserting a scrollable DIV inside the Comments field to no avail.
Is there a way to either add a scroll bar to the Detail Table?
Thanks!