subgrid problem

Hi,

I’m facing some problem on the usage of subgrids.Presently,i’m returning a the response in the following format from servlet

sb.append("");

sb.append("");

                    sb.append("" + rs.getString(2)+ “”);

                    sb.append("" + rs.getString(3) + “”);

                    sb.append("" + rs.getString(4) + “”);

                    sb.append("");

sb.append("");

This one is a simple one ,now my requirement is I have 3 lists. one for projects and one for reports and one for items.



now i want the following format using 3 lists

---------------------------------------------------------------------------------

project xxx vvv bbb nnnn mmm

reports

items

--------------------------------------------------------------------------------



now maintaing the reports and items list inside the project list…now in which format i have to set the format and how to use this response data in grid…please help me.


You can use grid linked to grid. Master grid’s column should has “subgrid” type. Please see more information here support@dhtmlx.com