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

TKDataFormOptionsEditor and FormSheet

1 Answer 39 Views
DataForm - Xamarin.iOS
This is a migrated thread and some comments may be shown as answers.
Josian
Top achievements
Rank 1
Josian asked on 27 May 2016, 01:22 PM

Hi,

I'm trying to load a DataForm in a modal view :

- actionDataForm.ModalPresentationStyle = UIModalPresentationStyle.FormSheet;

When I use an EditorClass of type "TKDataFormOptionsEditor", I can't click on the ">" button to show the options list.

It works fine when I open the DataForm in full screen mode.

How can I make it work ?

Regards,

1 Answer, 1 is accepted

Sort by
0
Adrian
Telerik team
answered on 01 Jun 2016, 08:53 AM
Hi, Josian,

Thank you for writing. 
As noticed in our documentation TKDataFormOptionsEditor requires TKDataFormViewController and a UINavigationController used to present it because it needs to push a UIViewController with the options that the user will choose from. Most likely the described issue is caused because such UINavigationController is not present in the hierarchy.
I hope this helps.

Regards,
Adrian
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
Josian
Top achievements
Rank 1
Answers by
Adrian
Telerik team
Share this question
or