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
140
Moving to another cell
posted

I'm trying to activate one cell into AfterCellUpdate event, for example. The code i use is: 

this.i3UltraGrid1.ActiveCell = this.i3UltraGrid1.ActiveRow.Cells["cantidad"];

But the active cell when running is the next column not the desired column. In fact i have tried with this code in a lot of events but i get

ever the same result: the cell activated is the next cell in the grid not the desired.

 

Parents Reply Children
No Data