Clear example on using Grid and Tabbar in ajax-html mode?

Can you please point me to an example of how to use grid with tabbar if tabbar is set to ajax-html mode? Or give me the basic steps. I currently have:

tabbar = new dhtmlXTabBar("a_tabbar", "top"); //tabbar.setSkin('modern'); tabbar.setImagePath("../codebase/imgs/"); tabbar.addTab("a1", "Overview", "65px"); tabbar.addTab("a2", "Documentation", "140px"); tabbar.addTab("a3", "Vendor Q&A", "125px"); tabbar.addTab("a4", "Team Mgmnt", "150px"); tabbar.addTab("a5", "Notes / Discussion", "125px"); tabbar.setHrefMode("ajax-html"); tabbar.setContent("a1", "a1"); tabbar.setContentHref("a2", "../site_hospital_files/pop_tabs/documents_tab.php?status=pending&var1="+holy); tabbar.setContent("a3", "../site_hospital_files/pop_tabs/vendorqa_tab.php?status=pending&var1="+holy); tabbar.setContent("a4", "a4"); tabbar.setContentHref("a5", "../site_hospital_files/pop_tabs/notes_tab.php?status=pending&var1="+holy); tabbar.setTabActive("a1"); tabbar.enableAutoReSize(true,true); tabbar.enableAutoSize(true,true);

Then I’ve tried everything to get the grid going in one of the tabs but nothing works. I’m not sure where to include all the javascript files and where my container needs to go. Some simple steps or an example would help alot. Thanks!

You should use attachGrid() method to add grid to a tabbar cell:
dhtmlx.com/docs/products/dht … nside.html