Hello Friends,
I have a form with three Picker controls for user to select values. All these Pickers are bound with data source. Clicking on them pops up all the items and user can select the items. This is working correctly.
However what the issue here is there are lots of items in the data source so I need Search functionality for users to look for a item and select it. Can you please help me how can I achieve this?
I have tried opening a new form and selecting values from there but I don't know how to preserve the values of other picker controls when coming back from new forms.
Please help me how can I achieve this.
Thank You