Hello,
I have a TreeGrid with only one TreeGridField.
I have a few default nodes that are displayed by default, and when I open one of them, I dynamically add sub-nodes after a call to the server. Those node titles are usually big (in width).
My problem is that they are wider than the column's width, and so the title disappear at the end of the column. The only way to show the complete title is to manually enlarge the column.
Is there a way to do that automatically? Or to add a scrollbar in the field?
I have my scrollbars in the ListGrid, my tree grid is autofit.Both, overflow:Auto, bodyOverflow:Visible.
I think those are the right settings, but my problem is that the bodyOverflow does not update when I add nodes afterward.
Thanks for any help!
I have a TreeGrid with only one TreeGridField.
I have a few default nodes that are displayed by default, and when I open one of them, I dynamically add sub-nodes after a call to the server. Those node titles are usually big (in width).
My problem is that they are wider than the column's width, and so the title disappear at the end of the column. The only way to show the complete title is to manually enlarge the column.
Is there a way to do that automatically? Or to add a scrollbar in the field?
I have my scrollbars in the ListGrid, my tree grid is autofit.Both, overflow:Auto, bodyOverflow:Visible.
I think those are the right settings, but my problem is that the bodyOverflow does not update when I add nodes afterward.
Thanks for any help!