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
No Data
Reply
  • 37774
    posted

    Does that cell's column allow activation?  It sounds like the grid is trying to activate that cell but something is preventing it from doing so.  Are you in edit mode on another cell and it's in an invalid state?

    -Matt

Children