Hi together , I need help, I need to position my grid focus and position to the "last active cell" before save data , a kind of action type "scroll to position" . Could you help me ? Thanks
The cell's javascript object has a method called ScrollToView() that you could call to make the grid scroll the cell into view.
The code would look something like this:
Sure, usually I invoke this method from client behavior, but, at the moment , I need to invoke this from server side. It's firing after addrowbatch mode. Any idea ? Thanks in advance