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

DataForm with custom editor to display a ListView in a new View

3 Answers 91 Views
DataForm - Xamarin.iOS
This is a migrated thread and some comments may be shown as answers.
Fabricio
Top achievements
Rank 1
Fabricio asked on 04 Feb 2017, 03:03 AM

Is it possible in UI for Xamarin to have a DataForm with a custom editor to display a ListView (with options to choose from) in a new View/Page?

This behaviour I am trying to describe is similar to searching/choosing a Table and/or Location in the sample app "Telerik UI for iOS" (Data Form > Reservations).

Any pointer would be appreciated.

3 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 09 Feb 2017, 11:18 AM
Hi Fabricio,

Opening a new page/view is not available in Xamarin forms DataForm.

Best regards,
Ves
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
john
Top achievements
Rank 1
answered on 29 Aug 2017, 08:53 AM
But could you insert a listview via the custom editor in a readonly scenario?
0
Ves
Telerik team
answered on 31 Aug 2017, 04:50 PM
Hi John,

You can find the custom editors explained in our Editors help topic. Related to the read-only scenario, note the available virtual methods in Android DataFormEditor, listed in the above help article. The custom editors should be implemented for each platform and this is where you can implement any requirements you might have. You can find examples with custom editors in our help -- AutoCompleteEditor in Android and E-mail and Password Editors in iOS.  In GetCustomEditorType/GetCustomViewerForProperty you can provide your own editor types.

Best regards,
Ves
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
DataForm - Xamarin.iOS
Asked by
Fabricio
Top achievements
Rank 1
Answers by
Ves
Telerik team
john
Top achievements
Rank 1
Share this question
or