We recently upgraded to SNAPSHOT_v9.1d_2013-10-25/Enterprise Deployment and now columns are not hiding. If we are trying to hide more than one column with ListGrid.hideField() or ListGrid.hideFields() it is not hiding the columns properly now. Only the first column is hidden and the others are not. Hiding columns was working before upgrading. I'm using IE9. I don't see any visible errors being thrown.
dataGrid.hideFields("hour2s", "hour2");
Thanks.
dataGrid.hideFields("hour2s", "hour2");
Thanks.
Comment