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

how to make treelist controls editable

2 Answers 104 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Srinivas
Top achievements
Rank 1
Srinivas asked on 15 Apr 2011, 01:12 PM

 Hi ,
 we have requirement to place editable checkboxes at the treelist control. we are able to set the checkbox columns using the

TreeListCheckBoxColumn . but we are not able to make it editable. is there a way that i can make them editable such a way that when i click on the check box it should checked and if it contains child elements in it ,those also be checkable accordily.

Please suggest me on this.

For your information we are using 2010.3.1215.40 version of teleriks controls

 

 

 

 

 

 


thanks / Srinivas

2 Answers, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 18 Apr 2011, 09:33 AM
Hi Srinivas,

You can use a TreeListTemplateColumn with a CheckBox in the ItemTemplate to show editable checkboxes in items that are not edited. You can also refer to the RadTreeList data editing demos to get acquainted with the latest data-editing capabilities added to RadTreeList. If you want to use a TreeListTemplate  column, attached is a test page demonstrating one approach you can take. The checked state of the checkboxes are tracked across parent - child treelist items.



Veli
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Ronald
Top achievements
Rank 1
answered on 26 May 2011, 06:18 PM
Hi,

I have reviewed the example and I wanted to ask how to dynamically create the checkboxes and then bind them to data.
Tags
TreeList
Asked by
Srinivas
Top achievements
Rank 1
Answers by
Veli
Telerik team
Ronald
Top achievements
Rank 1
Share this question
or