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

IsCheckModeEnabled="True" is also on the GroupHeader?

2 Answers 33 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eitan
Top achievements
Rank 1
Eitan asked on 12 May 2015, 01:01 AM

Hello

When using RadJumpList with  IsCheckModeEnabled="True" and IsCheckModeActive="true"
the checkboxes are displayed, but they are also displayed in front of the GroupHeader, how can I prevent the check boxes to be displayed in front of the GroupHeaders?

Thanks
Eitan Barazani

2 Answers, 1 is accepted

Sort by
0
Eitan
Top achievements
Rank 1
answered on 12 May 2015, 01:26 AM
Also to add to this question, how do I detect when the user is checking one of the Checkboxes (i.e. IsCheckModeActive = true;). Is there an event fired?

Thanks
Eitan Barazani
0
Ves
Telerik team
answered on 14 May 2015, 12:03 PM
Hi Eitan,

Onto your questions:
 1. The GroupCheckMode property of RadJumpList will take care of this. Set it to None and the group headers will not be selectable.
 2. You can take advantage of the ItemCheckedStateChanged event. Its event arguments hold a reference to the item and if it has been checked or unchecked.

Best regards,
Ves
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
JumpList
Asked by
Eitan
Top achievements
Rank 1
Answers by
Eitan
Top achievements
Rank 1
Ves
Telerik team
Share this question
or