Categories | Question details Back To List | ||
'this._content[...]' is null or not an object I am receiving the following error when I attempt to load my page. 'this._content[...]' is null or not an object I am using the tabbar and grid objects and I am uncertain which one could be the root cause of this error. Have you seen this error with the use of either of these controls? Mike Answer posted by dhtmlx support on Sep 26, 2008 04:02 This is tabbar's issue. It is possible that you tried to place content into some nonexistent tab. Please, see sample of using grid inside tabbar: dhtmlxTabbar/samples/loading_creating_tabs_content/tab_ajax_html.html ( http://www.dhtmlx.com/docs/products/dhtmlxTabbar/samples/loading_creating_tabs_content/tab_ajax_html.html ) If problem persists, please, provide any kind of the sample where it can be recreated |