I have a data model that is constantly updating and if the user groups by a column the selected row will be lost when a new row is added. I replicated this with the real time updating sample by turning on the grouping.
Hello Edwin,
Thank you for your post. I have been looking into it. The behavior you have described is expected. When a new row is added to the grid the previous selected one gets unselected and the new one become selected and active. This is the default behavior of the grid.
Please do not hesitate to let me know if you have any further questions on the matter.
I do not see the new row get selected when it is added. The current selection is cleared and no rows are selected after the new one is added. Is there any way to turn this off. My data is constantly changing and new rows are added, and I want to keep the users selection because it triggers other parts of the UI.
Also this only seems to happen when using the grouping feature. When not grouping the selection is not cleared when new rows are added.
I have been researching your issue. I have created a small sample application to test the behavior you have described and could not reproduce the issue. I have attached the sample application, would you please modify the sample with the functionality you are using, in order for me to be able to reproduce the issue and provide you with better support.
Looking forward to your response.
I am just checking your progress on the issue. Please do not hesitate to let me know if you have any further questions on the matter.