-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SfComboBox in User Control Property value not passed #38
Comments
Hi @SunshineSpring666 , SelectedItem is a BindableProperty but the type is Object, So you can get and set the SelectedItem value directly. Could you please explain more details about what type of issue you have been faced. Regards, |
|
We can get the SelectedItem of SfComboBox in your application. Please have the screenshot for your reference. ScreenShot Since we were not aware for your exact scenario. Could you please share the following information.
This will allow us to investigate further and provide a better solution as soon as possible. Regards, |
We suspect that the binding was not proper, and we would suggest changing the binding to a text as per the below code snippet:
Regards, |
Hi Team, |
We would like to discuss more about your issue, so please share your details to [email protected] mail id, which will be helpful for us to proceed further. |
Hi,
In some cases we need to put SfComboBox inside custom control for reusability. Some Properties are defined as BindableProperty to pass values in and out of the custom control.
The SelectedItem of SfComboBox don't get passed as expected in below demo project, weird. Please take a look at it.
Thanks a lot.
SfComboBoxCustomControl.zip
The text was updated successfully, but these errors were encountered: