how to set focus to the grid ?

Questionshow to set focus to the grid ?
hendra asked 11 years ago

Hi all,
please help.

how to set focus to the grid after tab from other control?
suppose after press tab from a textbox or button I want the grid get focus

Thanks
Hendra

1 Answers
Abu Ghufran answered 11 years ago

Hello,

Which element of grid you want to get focus. Grid is basically html table, you can focus on some input element, not table.
You can try setting onblur event on last control, and manually call jQuery('#myelement').focus() on that element.

Your Answer

15 + 1 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?