Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rajendra on Jun 23, 2009 03:42
open dhtmlx forum
sub_row

hiii
I am using Dhtmlx grid 2.1 My reference id is 274355555 I want to edit the sub_row cloumn please can some one help me out how to
edit sub_row column I will be thank ful to you.
mygrid = new dhtmlXGridObject('gridbox');
mygrid.setImagePath("../../codebase/imgs/");
mygrid.setHeader("A,Book,Author,Price,In Store,Shipping,Bestseller,Date");
...
mygrid.setColTypes("sub_row,edtxt,ed,price,ch,co,ra,ro");

mygrid.init();
mygrid.loadXML("grid_srow.xml");

Rajendra Bhattacharya
P I Infosoft Private Limited
63 A, Ber Sarai
New Delhi - 110016
Mobile: 9990855016
Tel: 11-26536766
Fax: 11-26529155
Email: rajendra@prakriti.in
Web: www.prakriti.in
Answer posted by dhxSupport on Jun 23, 2009 04:20
Sub row which appear of you are clicking on the “+” sing is not a grid cell and cannot be editable. You can try to use dhtmlxTreeGrid which has more extended parent-child functionality. Please see more information here http://www.dhtmlx.com/docs/products/dhtmlxTreeGrid/index.shtml