Link to home
Start Free TrialLog in
Avatar of ksfok
ksfok

asked on

Gridview tab order

I found Gridview tab order works only with a dataset/table datasource and not with an objectdatasource. I have been pulling my hair over this for days. Please advise. Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Ajay Sharma
Ajay Sharma
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ksfok
ksfok

ASKER

What's the event for a gridview?
Avatar of ksfok

ASKER

Now I have made the tabbing work. But when the cell is tabbed to, the focus is set on the cell and not on the textbox inside. I have to manually place the mouse over the cell to set focus on the textbox. How can the focus be set on the textbox when the tab reaches the cell?
Thanks.
use   e.Item.Cells(0).Controls(0).TabIndex = CInt(Session("tabs")) + 1