Combo Box not displaying

Dear Team,

We are using community edition and tried combobox control from nuget packages Version (16.2.0.50).

Below is XAML

<StackLayout VerticalOptions="Start" HorizontalOptions="Start" BackgroundColor="Aqua" Padding="30" Margin="0,10,0,0">
                <combobox:SfComboBox HeightRequest="40"  EnableSelectionIndicator="True" x:Name="comboBox" />
            </StackLayout>

Below is CODE
 private void BindComboBoxes()
        {
            try
            {
                List<string> lstQty = new List<string> { "1", "2", "3", "4", "5" };
                comboBox.DataSource = lstQty;
            }
            catch (Exception ex)
            {
                
            }
        }
Its working perfectly fine on Marshmallow Andriod but when we try on Jellybean Tablet (Android version : 4.2.2), it does not display. If we give background color of combobox it shows on jellybean. i.e. control is rendering on device but items are not binding and item right arrow indicator is also not coming.

Is it not compatible with backward version of andriod ? 
The minimum Android Version set as  Andriod 4.1 (API Level 16- Jellybean)
Target Andriod Version set as  Use compile SDK version for xamarin form project


Please suggest what wrong we are doing. As device can be from Jellybean to Latest one andriod.

Regards
PREM

5 Replies

PA Paul Anderson S Syncfusion Team August 29, 2018 12:29 PM UTC

Hi Prem, 
  
Thank you for using Synfusion products. 
  
We have checked the reported issue with SfComboBox and we are not able to replicate at our end. We have updated the details in the incident created by you. Can you please have further followups with that. We will assist you through incident under your Direct Trac account. Our Direct Trac support system can be accessed from the following link: 
  
                               
  
  
Regards. 
Paul Anderson 



MA Mr Andrew Cope December 20, 2018 04:25 PM UTC

Did you ever get anywhere with this? I'm seeing the same behaviour with Android 8.0.0.


DR Dhanasekar R Syncfusion Team December 21, 2018 10:23 AM UTC

Hi Andrew,

 
Greetings from Syncfusion. 
 
We have tested the reported issue with Android 8.0.0. version and we are unable to reproduce the issue from our side. We have prepared the sample to with SfComboBox control and find the sample from the below link.  
 
 
We request the you to try above sample and provide us a replication procedure or modify the sample and send it back to us to replicate the issue. This will be helpful for us to provide better solution 
 
Regards, 
Dhanasekar 



MA Mr Andrew Cope December 24, 2018 09:07 AM UTC

No need, my issue relates to controls that are off-screen initially and is in the process of being resolved. Sorry for waking up an old thread.


DR Dhanasekar R Syncfusion Team December 26, 2018 08:43 AM UTC

Hi Andrew,   
   
Glad that the issue has been resolved and please get back to us if you need any other assistance.    
   
Thanks,  
Dhanasekar  


Loader.
Up arrow icon