Categories | Question details Back To List | ||
Splitting a cell Hi, I'm haing a column with width=100. I want the cell to be split into two parts of 75 and 25. Is it possible to split the cell.? If yes then how can we get that functionality.? Could u please suggest me. Answer posted by Support on Apr 14, 2008 06:41 You can't split the cell, but you can create a two column with width 75 and 25, and while creating top header row, mark them as colspan Please check http://dhtmlx.com/docs/products/dhtmlxGrid/samples/header_footer/grid_complexheader.html?un=1208181466000 |