Hi,
I'm trying to show some data for a currently selected row in UltraGrid. I attached to a AfterSelectChange event and I change some data in external control based on an ultraGrid.Selected.Rows property. When I click into any cell (I've got editable cells with dropdowns), I clear data in my external control, because no row is selected (this is a correct behaviour for me).
Everything works fine, except of a one situation. I've got a AddNewRow template under my grid. When I select my template row, event is fired - works fine. When I then click into an editable cell in my grid - event is not fired. I attached to a AfterCellActivate event, which is fired when I enter editable cell. I then check a ultraGrid.Selected.Rows property - there are no selected rows. So I lost a row selection, but an AfterSelectChange event was not fired.
Is this a desired behavior? It's a little bit confusing.
I prepared and attached a sample project.
Hello Pavel,
I have investigated your issue, and I have asked our engineering staff to examine this further. To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of #188332. So I’ve created a case for you CAS-150785-G3X3H4 and will update you for the progress of this issue via the mentioned case. You could reach your case following the link below:
https://ko.infragistics.com/my-account/support-activity
Thank you for using Infragistics Components.
Hello Milko,
Thank you for your attention. I will be looking for a reply.