Categories | Question details Back To List | ||
sort pb with rowspan in grid Hi, I got a problem while sorting with rowspan in dhtmlxgrid v.1.6 build 80512. My XML is like this : <rows> <row> <cell rowspan="2">my common value</cell> <cell>my unique value</cell> </row> <row> <cell>my common value</cell> <cell>my unique value</cell> </row> </rows> I load it into the grid enabling the rowspan. Everything works great until here. When I sort a column in the grid, the rowspan is broken and the common values disapear from the lines it wasn't displayed. Row's data are shifted. I explain : my unique value is displayed as the first column, and the second column is empty and the browser send me a JS error : ur._childIndexes is undefined in the dhtmlxgrid_rowspan.js. Can you help me to solve this issue ? Thanks. Answer posted by Support on Jul 05, 2008 05:50 Problem confirmed and fixed, fix will be included in next build. Please contact us directly, at support@dhtmlx.com if you need updated js file ASAP. |