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
215
setting focus outside of grid
posted

I want to set focus to an html control that is outside of the grid, when the user clicks on a cell.  I've implemented the cellclickhandler, and it is being called and is doing everything else it is supposed to do, but it won't set the focus on the textbox.  It seems that because I clicked on the cell, that has the focus, and it won't let me set it elsewhere.  Is there a way to do this?