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
230
Finding the REAL Row Index
posted

OK Folks ... lots of power in the infragistics grid, but I need some help on what "should" be an easy problem.  I need the REAL index of the row in the list.  This index sits independent of any column sort or row pin.  There must be a row property that is storing this index location as I can pin a row, its index changes to 0, I then unpin it and it returns to its original location.  I have tried different combinations of the following:

Index

ListIndex

VisibleIndex

But NONE of these 3 properties is actually referencing the real row index for display.  So where would I find that row property? 

Thanks for any feedback you may have!