This is a migrated thread and some comments may be shown as answers.

How Hide a Column?

1 Answer 109 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
TISAL
Top achievements
Rank 1
TISAL asked on 27 Jan 2015, 07:05 PM
In KendoGrid you have for example Hidden():

@(Html.Kendo().Grid<MyModel>()  
    .Name("cdhReservaGrid")
    .HtmlAttributes(new {@class="slim-rows"})
    .Columns(columns =>
    {
        columns.Bound("IdReserva").Hidden();       
    })    

How do you do this in Kendo TreeList??

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 28 Jan 2015, 12:16 PM

Hello Ruben,

Column hiding is not supported in current version of the widget. We are working on this feature and hopefully it will be available for Q1 2015 release.

Regards,
Alex Gyoshev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TreeList
Asked by
TISAL
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or