Categories | Question details Back To List | ||
Retrieve Value from Hidden Column How do we hide the column of all rows using XML code for DHTMLXGrid. Also,how do we retrieve value from that hidden column? Answer posted by Support on Aug 29, 2008 09:55 >>How do we hide the column of all rows using XML code <rows> Value can be retrievent in common way var value = grid.cells(i,j).getValue(); Answer posted by Valerie on Sep 04, 2008 06:19 Thanks! |