Categories | Question details Back To List | ||
Hide the row on grid Can I hide the row on grid but still have its value (all cells) when I am serializing the data from that grid using Grid.serialize()? Answer posted by Support on Dec 29, 2008 17:10 You can use grid.setRowHidden(id,true); to hide row in grid ( method has known limitation, it may be problematic in case of srnd mode ) Technically instead of hidden row you can use global level userdata http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Storing_additional_data.html#grid_art_userdata |