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

CheckBox column check uncheck

4 Answers 104 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
james
Top achievements
Rank 1
james asked on 07 Jan 2015, 03:31 AM
Is there a way to use the checkbox column on the client side without putting the radtreelist in edit mode? I want the behavior of the select column but without allowing whole row selection. 

4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 09 Jan 2015, 05:37 PM
Hello,

I am not sure if I understand what exactly you are trying to achieve. Could you please elaborate a bit more?
Are you using TreeListSelectColumn as shown in this demo:
http://demos.telerik.com/aspnet-ajax/treelist/examples/selecting/serversideselection/defaultcs.aspx

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
james
Top achievements
Rank 1
answered on 12 Jan 2015, 03:53 PM
Really what I want to do is keep the select column selection independent from row selection. In other words, I want to be able to select rows using the Selection col and keep the selection regardless of mouse click on another row. Currently in my implementation, after selecting multiple rows using the checkbox in the selection col if I left mouse click all the selections are lost. Right mouse click in  a different row adds the row to the selected rows but it also displays the popup context menu. The behavior I'm looking for is for these two functions to be independent. I want to be able to select/deselect multiple rows using the selection col only and the selections not be altered by any other actions.
0
Pavlina
Telerik team
answered on 15 Jan 2015, 03:40 PM
Hi,

Did you try setting UseSelectColumnOnly property to true inside treelist client settings as shown below?

<ClientSettings Selecting-UseSelectColumnOnly="true"></ClientSettings>

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
james
Top achievements
Rank 1
answered on 15 Jan 2015, 10:37 PM
That solves the problem of the left mouse click deselecting but it's still not independent of the of the mouse selection. I may just use a button col for selecting(inclusion) to keep it independent of row selection for context menu or other action.
Tags
TreeList
Asked by
james
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
james
Top achievements
Rank 1
Share this question
or