Categories | Question details Back To List | ||
Dhtmlxgrid Hi, i developed dhtmlxgrid it has done successfully in i want to merge the cells. for that in XML file i wrote the line like this, <cell colspan="2">1</cell></cell> but it has produced error object does not found in this property or method i dont know i missed any javascript files Kindly give me the valuable solutions Thanks in Advance S Lambert Leonard Answer posted on Sep 09, 2009 00:27 Merging cells functionality is available in PRO version only. If you have PRO version to merge cells you should add following line to the grid initialization: mygrid.enableCollSpan(true); |