Categories | Question details Back To List | ||
Hidden column is not set as hidden (not always) and shown (not always) Hi , I am using DHTMLX 1.5 Professional version .I am settinf a colmn as hidden .But that column is not set to hidden always . Sometime Its value with column name is visible while some other time its hidden.Could you please help me.I have used the below code to set it hidden. mygrid1.setHeader("Select,First Name,Last Name,Email,Job Title,Team Leader Flag,Team Leader") mygrid1.init(); mygrid1.setColumnHidden(5,true) Answer posted by dhxSupport on Jan 05, 2010 03:28 We cannot reproduce this issue at the latest version of dhtmlxGrid. Please find example here http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/12_pro_grid_hideColumn.html |