Hi,
My Grid has Two groupby Columns I'm able to Hide The The row . .( $('#divDeliverySlotManager tbody .k-grouping-row:contains("DayValue")').hide();)
and I'm unable to hide Column. please Find the Screen Capture (highlighted Column) .
Thanks!!
1 Answer, 1 is accepted
0
Angel Petrov
Telerik team
answered on 25 Mar 2014, 06:46 AM
Hi Noah,
In order to hide a column in the grid you can use the hideColumn method of the GridTableView. Since in the concrete case the first column should be hidden you can do something like this.