SunshineSpring666
SunshineSpring666
Update: **The above issue exist with latest components:** - Visual Studio 16.10.0 Preview3 - Xamarin 5.0.0.2012 - Syncfusion.Xamarin 19.1.0.63 - Windows 10 Build 21382 - Windows 10 SDK Build 20344
When putting the SfComboBox inside a custom control, the bound value of SelectedItem don't get passed out of the custom control as expected in the rendered Page. Please see the...
Hi team, The selected item is expected to get rendered in the green square below. The selected Customer needed to be passed through the Custom Control to the item in...
Hi Team, Sorry, I didn't state it clearly. My problem is: I need to make the value actually assigned to the ObservableCollection of OrderQueue when the item in SfComboBox is...
Another situation: On Android devices, when adding an item to ObservableCollection of the base KanbanModel, it raises **System.NullReferenceException: 'Object reference not set to an instance of an object.'** However, **if...
Sorry for belated reply. Actually I **didn't adopt MVVM pattern in the project, so all the logic is in code-behind of the ContentPage**. In this situation, the mentioned Exception occurs....
Based on the official demo and above code, the exception still got raised when adding custom kanban model to the observable collection, even when the BindingContext was set. Thanks a...
Hello. I'm facing the issue on Android device when Frame is inside a ListView's ItemTemplate, the tap event doesn't get called when item is tapped.
Implementation solutions such as [xamarin-forms-send-and-receive-sms](https://[officialdoniald.com](https://officialdoniald.com/2020/09/01/xamarin-forms-send-and-receive-sms/)/2020/09/01/xamarin-forms-send-and-receive-sms/) which worked in Xamarin don't work in MAUI anymore.
OK, I see. Thanks for the reply.