Skip to content
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

[Bug] Button's click event in the DropDownFooter of SfComboBox not get called on UWP #37

Open
SunshineSpring666 opened this issue Mar 1, 2021 · 1 comment

Comments

@SunshineSpring666
Copy link

Hi Syncfusion Team,
The click event of Button in a DropDownFooter of SfComboBox does not get fired (only on UWP). On Android it's ok.
The above issue reappeared in latest updates.

Tested Environment:
- Visual Studio 16.9.0 Preview5
- Xamarin 5.0.0.2012
- Syncfusion.Xamarin 18.4.0.44
- Windows 10 Build 21292

 Code snippet:
 `
 <!--MainPage.xaml-->
   <cb:SfComboBox DropDownFooterViewHeight="90">
        <cb:SfComboBox.ComboBoxSource>
            <ListCollection:List x:TypeArguments="x:String">
                <x:String>Item 1</x:String>
            </ListCollection:List>
        </cb:SfComboBox.ComboBoxSource>

        <cb:SfComboBox.DropDownFooterView>
            <Button Text="+ Add New" Clicked="AddNewClicked"/>
        </cb:SfComboBox.DropDownFooterView>
    </cb:SfComboBox>

// MainPage.xaml.cs
 private async void AddNewClicked(object sender, EventArgs e)
  {
      await DisplayAlert("Add New Clicked","","OK");
  }
 `

 Thanks in advance.
 Best Regards
@SunshineSpring666
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant