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
1115
change current row in code behind
posted

As I indicated in the post about changing the page size, I have figured that out, and I can even end up on the new correct page after doing so.  What I cannot figure out is how to manually set the new row number in code.

_XamGrid.ActiveCell.Row.Index gets me the index, but does not let me set it, since it appears to be read only.

Anyone know how we can set the index?  Or perhaps infragistics could make index get and set.