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

Html.Kendo().TreeView().Checkboxes(false) renders checkboxes

1 Answer 50 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Dino
Top achievements
Rank 1
Dino asked on 08 Nov 2012, 07:23 PM
Hi there, 

I checked the source code for Checkboxes(bool enabled) in the treeview builder and found the following:

 public TreeViewBuilder Checkboxes(bool enabled)
        {
            return Checkboxes(config => config.Enabled(true));
        }

Is it normal that even passing false the checkboxes are enabled? The parameter passed seems to never be used. I'm using 2012.2.913.

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 13 Nov 2012, 12:55 PM
Hi Dino, 


Thank you for reporting this -- as colleague of mine Alexander mention in another forum post - it is rather obvious that we overlooked this. It has been fixed for the upcoming Q3 release, which will be shipped this week. 

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TreeView
Asked by
Dino
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or