I’m creating the datafields, columns and data dynamically from a JSON object. I have run into several issues besides the scroll bar grid lockup problem.
1) when setting the column width to an empty string all of the column widths are extremely small and pressed up against the left of the grid.
2) when the width is removed from the column settings it appears that the column width is only based on the header length and not the data.
3) can’t seem to be able to expand the width of the column manually in the browser. While fiddling with the jsFiddle I found that if I group the grid I can then change the width of a column manually.
4) can’t figure out a way to remove the quotes from the cellsrenderer function name in the JSON object
5) using ‘autoheight: true, autorowheight: true’ locks up the browser with 590 rows.
6) figured out the scrollbar issue while setting up the jsFiddle. This only happens when the showdefaultloadelement is set to false.
I have setup a jsFiddle as an example. All of these issues can be seen there with minor changes to the config of the grid.
http://jsfiddle.net/Tm4ct/14/
Thanks,
Roy