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

Rad tree view adding client templates

1 Answer 52 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Akiri
Top achievements
Rank 1
Akiri asked on 13 Oct 2016, 05:37 AM

Im creating a treeview on client side and there is a requirement of adding multiple radio buttons columns dynamically.

How can I achieve adding multiple columns client side with proper alignment. I couldnt find any article showing how to add radio button columns.

 

 node = new Telerik.Web.UI.RadTreeNode();
                    node.set_text(msg.d[i].Text);
                    node.set_value(msg.d[i].ID);
                    var dataItem = msg.d[i];
                    node.set_expandMode(Telerik.Web.UI.TreeNodeExpandMode.WebService);
                   objTree.get_nodes().add(node);

               
                 

1 Answer, 1 is accepted

Sort by
0
Anton
Telerik team
answered on 13 Oct 2016, 08:09 AM
Hi,

Unfortunately currently there is no multi-column support for the RadTreeView. Although you can obtain such custom functionality by using NodeTemplate as shown in this forum thread.

Regards,
Anton
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
TreeView
Asked by
Akiri
Top achievements
Rank 1
Answers by
Anton
Telerik team
Share this question
or