Hello,
I am having an issue with the loading a wingrid and setting the activerow = null and the first row in the grid is still highlighted.
There was a breaking change with this functionality back in 11.2 and at the time setting the syncwithcurrencymanager property to false resolved the issue.
This has worked fine in versions 13.1, 14.1, & 15.1. When I installed 16.1 the issue returned. Note I made no code changes. I just installed the 16.1 Jun Service Release and am still having the same issue.
For my original issue please refer to case CAS-114766-W9L3R5 and the original forum thread.
http://ko.infragistics.com/community/forums/p/79385/400847.aspx
Attached is an updated sample project using the 16.1 service release dlls.
We have this type of code all over our application.
Please advise on how to resolve this issue.
Hi Antony,
The issue here was in the way you are setting UltraGrid's data source. After you set UltraDataSource as grid's data source you called DataBind method on the grid. This is unnecessary and is the root of this issue. Removing the call to this method solves your issue.
Hello Anthony,
I have investigated your issue, and I have asked our engineering staff to examine “First row of the grid is highlighted after setting ActiveRow to null and SyncWithCurrencyManager to false” further. To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of #221569. So I’ve created a case for you CAS-174906-W7Q6B3 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.