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):
- 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.
- Select record A that will be later selected programmatically using GUI.
- Pack the group with record A.
- Unpack another group and select random record in it.
- 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.
Nothing gets selected
Correct record is selected (very rare occurrence)
- Random record from correct group is selected
Notes:
In this SfDataGrid, there are no detail rows
We are using our own subclass of SfDataGrid
- 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