Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mike on Aug 15, 2008 10:11
open dhtmlx forum
tabbar with grid from jsp

I would like to implement a smiple tabbar with a grid on each tab that is populated with rows of a database.

Ideally, I would like to use jsp to query the database and populate the grid. I have been able to use the grid and tabbar seperately (on seperate html pages) but I have been unsuccesful in placing the grid on the tabbar.

Can you point me to a simple example which incorporates the tabbar and grid while populating the grid from jsp?


Mike
Answer posted by Support on Aug 18, 2008 01:35
The grid can be initialized in any HTML container, so it not a problem to init it inside the tab of tabbar.
In same time the way of grid init doesn't related to the way of data loading in grid, so you can load data from xml feed in any case.

http://dhtmlx.com/docs/products/dhtmlxTabbar/samples/interaction_other_components/tab_dhtmlx.html?un=1219049730000
full code of sample can be checked in tabbar package