Hi,
The issue I came across was after inline editing a cell in the last row the treegrid with a long line of text, part of the final row gets hidden and the table does not resize to fit the row as shown below which I tested using one of the treeGrid API examples – http://jsfiddle.net/jqwidgets/nCx5c/.
I have seen examples in the API documentation where it uses render
feature to resize the table on a button click.
But is there a way to incorporate this to event like cellEndEdit
? I tried applying render
on cellEndEdit
event and the treeGrid crashed. I was at this for quite some time and you expert advice on this would be really helpful.