Categories | Question details Back To List | ||
Spliting Hi, I used the following line to split the grid: myGrid.splitAt(2); It is working fine in IE but not in firefox. In firefox i am getting the following error: this.setColumnHidden is not a function. Please help me... thanks haritha Answer posted by Stanislav on Sep 29, 2008 15:53 >>this.setColumnHidden is not a function. Such error can occur if you are using standard edition of dhtmlxgrid instead of PRO ( split not supported by standard edition ) Maybe old version somehow cached in case of FF |