Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
@SunshineSpring666

Description

@SunshineSpring666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp