For some reason, I have a large treegrid that seems to load fine (when I inspect it in Firebug - no error alerts either), but isn’t visible in FireFox. However, I have another small & simple treegrid that shows up fine on the same page.
Any ideas?
but isn’t visible in FireFox
If grid doesn’t throw any error while loading , the only possible reason of invisibility - the grid’s container has zero height
Please check the initial size of HTML element used as grid container, if its not set - grid will have zero height and as result, will not be visible.