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

How to add Checkbox into the first column?

3 Answers 71 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
wg
Top achievements
Rank 1
wg asked on 30 Aug 2010, 10:57 AM
Hi,

I want to add Checkbox into the first column, like Assembly Minifier of telerik (Actually is Minifier made of TreeListView?)

Also please check the attached pic.

Thanks in advance,
Bill

3 Answers, 1 is accepted

Sort by
0
Accepted
Yavor Georgiev
Telerik team
answered on 30 Aug 2010, 11:11 AM
Hello wg,

 You can use a GridViewCheckBoxColumn and bind it to a boolean property of your model.

 The Assembly Minifier currently uses RadTreeView, as work on it began before the rewriting of RadTreeListView.

Regards,
Yavor Georgiev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
wg
Top achievements
Rank 1
answered on 30 Aug 2010, 11:22 AM
Hi Yavor,

Thank you so much for the quick answer.

Maybe I should not ask here, but how to define multiple column with RadTreeView? I took a look at the demo of RadTreeView but I didn't find it. So, looks RadTreeView misses multiple column and TreeListView misses Checkbox?

Or how can I build a layout like Assembly Minifier with both  Multiple column and Checkbox?

Thanks,
WG
0
Accepted
Yavor Georgiev
Telerik team
answered on 30 Aug 2010, 11:28 AM
Hello wg,

 RadTreeView does not support a true multi-column layout by design. Checkbox selection is built-in, as detailed in this demo.

 You can also insert a GridViewCheckBoxColumn in RadTreeListView to also achieve a CheckBox, which you can bind to a property of your data object.

Regards,
Yavor Georgiev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeListView
Asked by
wg
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
wg
Top achievements
Rank 1
Share this question
or