Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jdm on Mar 12, 2009 09:59
open dhtmlx forum
two grids in same tab

Hi,

Is possible have two(2) grids in same tab with dhtmlxtabbar ?
How?

Thanks for your support

JDM
Answer posted by Alex (support) on Mar 13, 2009 03:21

Hello,

Tabbar allows to put in its tabs any html elements:

tabbar.setContent(tabId,htmlObj); 

You can place container into the tab. There can be two other containers inside the attached container.

So, grids can be initializaed in these containers.