Hi Everybody!
I want to set focus to the first GridBoundColumn while a Inserting/Editing process. Searching for a while, I found this Topic, and It helped me a lot. In that topic there are 2 options to achieve what I want. The second option ddn't work in my case, and I suspect that is due to my RadGrid is inside a RadAjaxPanel. But I guess I can solve that if I use the RadScriptManager's method "SetFocus()".
Thus far, I have been using the Topic's first option without a problem, until I tried to do the same thing with the "PopUp" EditMode property value, and I'm getting the following JS message error:
Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
Line: 50781009
Char: 1
Code: 0
So, I'm wondering if it's possible to do the same thing illustrated on the Topic, but in the PopUp version of the Edit Mode?
Thanks!