Completed
Last Updated: 09 Sep 2014 12:06 by ADMIN
ADMIN
Ivan Petrov
Created on: 16 Mar 2012 07:44
Category: PageView
Type: Bug Report
3
FIX. RadPageView - When changing the selected page through code the first item in the tab order of the page gets focused.
Steps to reproduce:
1. Drag a page view to a form and add two pages to it.
2. Add a button on the first page.
3. Drag a button to the form and in its Click event handler add code to change the selected page of the page view to the second one.
4. Add an event handler for the Enter event of the button on the first page.
Run the project and when you click the button to change the page you will see that the button on the first page gets the focus.
0 comments