Hi,
I am novice to infragistics programming.
I have this piece of code to move row from one position to other after certain operation.
The row is moved correctely first time i call this method but from next time onwards i am not able to move any row.
Also when i see the value of row in watch window it is still displaying the old values(the ones which were successfully moved at the beginning).
Please help me.May be i am missing something here after intially rows were moved successfully. :(
{
UltraGridRow row = this.TopControl.Grid.Rows[from];
}
~Andy
Hi Andy,
I don't see any reason why this wouldn't work. Have you tried testing this out in a small sample project?Are you calling this method multiple times in a row? I wonder if maybe the row order is updated lazily.
Hi Mike,
I know this is an old issue but it is not working for me as well. I am seeing a warning message that Move is not a member of RowsCollection object. I think it's a version issue. We're running 2005 Vol. 1. Can you confirm? Thanks
It looks like the Move method was added in 2005 Vol. 2.