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.

Parents
  • 29105
    Verified Answer
    Offline posted

    Hello dpickart,

    Rowindex has not been a member of the CellEventArgs for quite some time. Which version of NetAdvantage are you using? The current event arg for the AfterCellUpdate event is e.Cell.Row.Index.

Reply Children
No Data