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

CheckAll Button

4 Answers 53 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Berkman
Top achievements
Rank 1
Berkman asked on 24 May 2013, 01:11 AM
Hi,

How to add a CheckAll button to dropdowntree?

Thanks,
Berk.

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 May 2013, 03:51 AM
Hi Berk,

The CheckAll button feature has been added in the latest version of Telerik RadControls for ASP.Net Ajax version Q2 2013 Beta. Please upgrade your RadControls to the latest version.

Thanks,
Princy.
0
Peter Filipov
Telerik team
answered on 24 May 2013, 07:04 AM
Hi Berkman,

Please review the following link to our beta demos.

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Berkman
Top achievements
Rank 1
answered on 12 Aug 2013, 12:10 PM
Hi

I need to access the treeview inside this control and access a node based on text in C#. Please provide the correct c# code.

Thanks
Berk
0
Shinu
Top achievements
Rank 2
answered on 12 Aug 2013, 12:31 PM
Hi Berkman,

Please have a look into the following C# code I tried which works fine at my end.

C#:
RadTreeNode node1 = ModuleDropDownTree.EmbeddedTree.Nodes.FindNodeByText("YourNodeText");

Thanks,
Shinu.
Tags
DropDownTree
Asked by
Berkman
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Peter Filipov
Telerik team
Berkman
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or