Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3166
First row in the child band becomes Active Row even when I am editing another child row
posted

Hi,

First row in the child band becomes Active Row even when I am editing another child row.

The scenario is not straight forward. It does not always occur, after a few clicks on another cell its not reproducable. And the base grid (derived from UltraWinGrid) does override number of properties and does event handling. I could not spot anything obvious from the base grid code.

I debugged the callstack for by overriding the OnActiveRowChange.


 Infragistics2.Win.UltraWinGrid.v10.3.dll!Infragistics.Win.UltraWinGrid.UltraGridBase.SetActiveRow
 Infragistics2.Win.UltraWinGrid.v10.3.dll!Infragistics.Win.UltraWinGrid.UltraGrid.EnsureTempActiveRowAssigned
 Infragistics2.Win.UltraWinGrid.v10.3.dll!Infragistics.Win.UltraWinGrid.UltraGrid.OnPaint

Would appreciate any pointers