Rank: Advanced Member Groups: Member
Joined: 3/31/2009 Posts: 52
|
I placed a grid in my web page. The following is the grid properties setting.
Grid1.EnableKeyboardNavigation = True Grid1.FullRowMode = True
When I start to edit, I would press enter and then it raise ClientSideBeginEdit event. In the client-side function, I would like to set focus on the textbox column. Like the following image.
But I don't know how to do it.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not believe there is a way to do it now. It makes perfect sense to have this ability though. So we will look into it and see if we can add it.
Thanks!
|