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

Checkboxes Selection Mode

1 Answer 38 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sebastian
Top achievements
Rank 1
Sebastian asked on 09 Feb 2015, 02:57 PM
Hi,

Im working on a Windows phone App, and im using RadDataBoundListBox in my project.

I've been looking, and there is no option for the "selection mode".
The problem is that i have to read some configurations from an XML file, and one of them indicates if the user can select only one, or he can select multiple items.
I have implemented this functionality using the "ItemCheckedStateChanged" to control the only one selection mode.

But, there is an other configuration that is giving me a hard time.
The thing is:Once the user have selected one on the list, the selection count cannot go back to 0 (there has to be always one item checked).


Any ideas on how can i do this?
Thanks.

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 12 Feb 2015, 03:20 PM
Hello Sebastian,

Thank you for contacting us.

You can use a combination of the ItemTap and SelectionChanged events to achieve this scenario. I have attached a sample project that demonstrates how to do this.

I hope this helps.

Regards,
Rosy Topchiyska
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.

 
Tags
DataBoundListBox
Asked by
Sebastian
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or