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
475
Rowindex is not a member of 'Infragistics.Win.UltraWinGrid.CellEventArgs'.
posted

Yesterday I was working on my code and was able to use "CELLVALUECHANGED" handle.  I also had code in another AFTERCELLUPDATE block of code that used E.ROWINDEX.  I did something this morning that now indicates an error on these lines and says that E.ROWINDEX is no longer valid.  What did I do?

Am I referencing the wrong import statement or reference.  The object generated my initial cellvaluechanged event for me, but it is no longer available.