tabbar with grid.

When I use a tabbar with hrefmode=ajax-html, and try to render and html page (jsp) which has a htmltable / DHTMLXGrid, it doesn’t show the dhtmlxgrid object in the tabbar, other html contents are displayed though?? any ideas why?



the jsp page when accessed independently it displays the DHTMLXGrid properly.

“ajax-html” mode purposed to load static HTML content.
Tabbar component able to recognize and process inline javascript code, but if loaded page has links to some external css|js files - they will not be loaded.
You need to include all external js file in top page.