Rank: Member Groups: Member
Joined: 12/15/2010 Posts: 12
|
I have a grid with enabled pager. Also it's enabled keyboard navigation (property EnableKeyboardNavigation is set to true). When the user navigates with the keyboard and reaches the first or the last item of the current page and he press up or down button, the current page is changed. How can I prevent this?
Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can not avoid that in client mode. If you do not wish that, you must use the Grid in server mode or callback mode.
Thanks!
|