Hi,
I am using treegrid with one Field. I am adding nodes dynamically into the treegrid. My requirement is, treeGrid field has to adjust its width to show its contents, if the node data is larger than current column width.
If I do setAutoFitWidth(), it sets width as per the contents in the grid (default contents). Atleast if scroll bar is added, if content width is greater than current column width, it will be fine.
Is there any way to achieve this ?
I am using treegrid with one Field. I am adding nodes dynamically into the treegrid. My requirement is, treeGrid field has to adjust its width to show its contents, if the node data is larger than current column width.
If I do setAutoFitWidth(), it sets width as per the contents in the grid (default contents). Atleast if scroll bar is added, if content width is greater than current column width, it will be fine.
Is there any way to achieve this ?
Comment