Grid doesn't render at all when inside a hidden div
Grid doesn't render at all when inside a hidden div
I have a Grid that is rendered inside a div that is initially hidden. When the hidden div is set visible, the Grid does not render. Is there a property to set on the Grid that will allow it to render once it's in a visible container?
Note: The hidden div is not controlled by ExtJS code. It is just plain html.
I know this is an old thread but I am new to ExtJs and I am seeing this same behavior. I inspected it but am not sure which element you are referring to. There are so many extra "div's"
The problem lies in the fact that my application is a combination of MVC, jQuery and ExtJs. I resolved my issue by changing out some of the jQuery code for ExtJs code and the data now displays in the grid.