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

TreeList Binding

1 Answer 65 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Susi
Top achievements
Rank 1
Susi asked on 27 Jun 2012, 06:09 AM
Dear All,

We are developing product in asp.net using c sharp in 4-tier architecture namely DataAccessLayer,BusinessLayer,ServiceLayer and PresentationLayer.I have 3 methods namely SelectRoles,SelectRoleFeatures and Assign And UnassignRoleFeatures to bind in RadTreeList and that we are having multiple roles and rolefeatures.Every role have rolefeatures.How to assign and unassign rolefeatures in checkbox at TreeList.How to bind Roles and RoleFeatures in Treelist and update role feature.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 02 Jul 2012, 06:02 AM
Hi Susi,

The RadTreeList control gives you the opportunity for hierarchical representation of the underlying data like in a treeview. So first of all your data, to which the RadTreeList is bound needs to be hierarchical. Then in order to have checkbox into the treelist column you could use TreeListCheckBoxColumn column or a TreeListTemplateColumn where you could add any control into its ItemTemplate. More information and live example you could find on this link:
http://demos.telerik.com/aspnet-ajax/treelist/examples/columns/columntypes/defaultcs.aspx

I hope this helps.

Kind regards,
Radoslav
the Telerik team
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.
Tags
TreeList
Asked by
Susi
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or