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!

0
Votes

Hello,

we are experiencing bug on version 26.2.7, but when I have tested it on our software using 30.1.37, it is also not working, although there are differences in behavior. Steps to reproduce (not all of them might be needed):

  1. Group records using random column, but in a way that record that you want to select programmatically (lets name it record A) will not be alone in its group and also it will not be first one.
  2. Select record A that will be later selected programmatically using GUI.
  3. Pack the group with record A.
  4. Unpack another group and select random record in it.
  5. Programmatically select record A.
Results are, according to my testing, not consistent. On 26.2.7, usually nothing gets selected. On 30.1.37, there are 3 results I am getting.

  1. Nothing gets selected
  2. Correct record is selected (very rare occurrence)
  3. Random record from correct group is selected
Notes:

  1. In this SfDataGrid, there are no detail rows
  2. We are using our own subclass of SfDataGrid
  3. Before programmatically selecting record, we programmatically unpack its group (it is immediately before selecting, so maybe problem is, GUI has no time to redraw before selecting record).
Thank you in advance for fixing this bug.

Best regards,
Jozef Danko