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

Treeview with checkboxes ?

5 Answers 144 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Yor
Top achievements
Rank 1
Yor asked on 14 Nov 2016, 09:31 AM

Hello.

I wonder if Telerik have some controls which can play the role as TreeView with checkboxes for Xamarin Forms ?

5 Answers, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 14 Nov 2016, 06:29 PM
Hi Yor,

At this time, UI for Xamarin Cross-Platform does not have a TreeView component, although we have approved the development of such a component in a future release (you can add your vote to it here).

The ListView does support MultipleSelection mode, which will render checkboxes on some platforms, but it doesn't support nested tree data with selection for the nested items. If the nesting isn't critical, you can flatten the data by Grouping it and using the DelegateGroupDescriptor.

Please let us know if you have any further questions.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
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
0
Vaibhav
Top achievements
Rank 1
answered on 23 Nov 2016, 04:15 PM
Is there any update on Tree View for Xamarin forms ? Is it ready to use or yet to come ?
0
Lance | Manager Technical Support
Telerik team
answered on 23 Nov 2016, 05:28 PM
Hi Vaibhav,

My response to Yor (below) was approximately a week ago and the status has not changed. You can always check in on the status of the feature request by going to this "Add TreeView to UI for Xamarin" feedback item in our feedback portal.

Note: You can "like" it to increase the priority of the item.

Currently the feature is in the green "Approved" stage, you will see it change to an orange "Under Development" stage when we've begin working on it. When it has been completed and has added to the suite, you'll see it change to a blue "Completed" stage. 

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
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
0
Eric
Top achievements
Rank 1
answered on 25 Jul 2017, 07:12 PM
How are we able to prevent the rendering on the checkboxes on some platforms for the radlistview?
0
Lance | Manager Technical Support
Telerik team
answered on 28 Jul 2017, 06:06 PM
Hi Eric,

At this time, removing the multiple selection checkboxes is not an option available on the RadListView. We've designed the control to meet the platform guidelines, where on iOS such guidance is to show a checkbox (or similar toggle-able indicator) when in multiple selection mode.

I recommend opening a support ticket here and ask the dev team if there is a way to access the cell's CheckView from a custom ListViewRenderer so that you can hide it. You also want be able to still show the user that row is selected, so you'll need to update the BackgroundView's coloring when an item is selected and deseletced

Regards,
Lance | Tech Support Engineer, Sr.
Progress 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
General Discussions
Asked by
Yor
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Vaibhav
Top achievements
Rank 1
Eric
Top achievements
Rank 1
Share this question
or