Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Telerik Admin
Created on: 19 Oct 2012 11:00
Category: Book
Type: Bug Report
4
Book: RightPageIndex is wrong when using KeyboardNavigation
We have a RadBook control defined as:
<telerik:RadBook Margin="20" Height="400" x:Name="book" IsKeyboardNavigationEnabled="True">
<telerik:RadBookItem Content="Page1" />
<telerik:RadBookItem Content="Page2" />
<telerik:RadBookItem Content="Page3" />
</telerik:RadBook>

If we go to the last (third) page, the RightPageIndex becomes 2, and after that go back to the Page1 and Page2, the RightPageIndex is 0, which is incorrect.
The issue manifests itself ONLY if the keyboard is used for navigation. If pages are turned with the mouse - the RightPageIndex is correct.
0 comments