Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

I've got two problems with the CheckListBox within a SfDataGrid GridTemplateColumn. I use the control within the EditTemplate with binded ItemsSource and OneWay-Binded SelectedItems-Property. Unfortunately this works not correctly. There are two problems:


  1. When I bind SelectedItems, the items won't get checked within the CheckListBox. I've checked, that the correct items are in the binded ObservableList.
  2. When end editing, all items getting unchecked again. The ItemChecked-Event gets fired with the Property "Checked" set to false in the EventArgs.

Can you check this?
Thanks!