Declined
Last Updated: 04 Aug 2021 07:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 8
Category: Book
Type: Feature Request
32
Allow single page display.
Declined
Last Updated: 04 Aug 2021 07:19 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 4
Category: Book
Type: Feature Request
28
There could be a way to allow the content of a single page of the book to spread two pages.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Book
Type: Feature Request
14
Simulataneously working with multiple books needed.
Declined
Last Updated: 28 Oct 2021 09:36 by ADMIN
ADMIN
Created by: Simeon
Comments: 4
Category: Book
Type: Feature Request
12
There could be different design for the left and right pages of the book.
Unplanned
Last Updated: 05 Jan 2017 07:58 by Andrii
ADMIN
Created by: Telerik Admin
Comments: 4
Category: Book
Type: Bug Report
10
When hover over the fold of the right(left) page and around the fold, sometimes the opposite -left (right) page is changing its content (the next page is shown)
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Book
Type: Feature Request
7
Center the book when only 1 page is on the screen
Won't Fix
Last Updated: 12 Nov 2019 13:09 by ADMIN
Setting transparent background to RadBookItem doesn't work properly.
Unplanned
Last Updated: 03 Jan 2017 20:30 by TMatt
ADMIN
Created by: Tina Stancheva
Comments: 3
Category: Book
Type: Feature Request
5
Load only the visible pages when the Book is virtualized
Unplanned
Last Updated: 05 Jan 2017 07:58 by TMatt
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Book
Type: Feature Request
5
Load on demand feature support similar TreeView.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
Exception is thrown when removing multiple items from a business collection displayed in the RadBook
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Book
Type: Feature Request
4
Currently, RadBook sets its RightPageIndex to 0 whenever a page is removed.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
When the Book is placed in a RadWindow sometimes its first page is flickering
Unplanned
Last Updated: 05 Jan 2017 07:58 by Anacore
Possibility to have RadBookItems with different sizes (pages with different sizes)
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Book
Type: Bug Report
4
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.
Unplanned
Last Updated: 05 Jan 2017 07:58 by deva sudan
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Book
Type: Feature Request
4
Vertical page turn
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Setting the RightPageIndex throws exceptions if the RadBook ItemContainerGenerator is not yet started

As a workaround you can set the property controlling the RightPageIndex in a dispatcher: 
this.Dispatcher.BeginInvoke(new Action(() => { dataContext.CurrentIndex = 2; }));

Another workaround would be setting the desired index after the containers have been generated. Use the ItemContainerGenerator.StatusChanged event and perform a check whether ItemContainerGenerator.Status is equal to the status "GontainersGenerated". If that condition is satisfied then setting the RightPageIndex should not throw exception.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
When you switch too fast between a hard page and a soft page, you lose the ability to change the page through the fold or by clicking on it.
Unplanned
Last Updated: 05 Jan 2017 07:58 by Mirko
ADMIN
Created by: Tina Stancheva
Comments: 3
Category: Book
Type: Bug Report
3
When a hard page is dragged and the mouse is released outside the Book range, there are flipping animation issues:

We start flipping the first (hard) page by clicking with your Mouse in the PageFoldArea. Holding the mousebutton we move the page over the middle of the book and outside of the books rectangle we stop holding the mouse button - the currently flipped page remains at the position it is, instead of completing the flipping process (although we released the mousebutton)…

Then we can move the mouse to the right upper corner of the next right page…
… move the mouse in the pagefoldarea and (before the hard page terminates its flipping process) click on page with index 2. Now the strange behavior starts. The book pages are now incorrectly displayed. If then you click on the right bottom page fold, parts of the coverpage suddenly reappear…
At a certain point the book control cannot be used than anymore.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Simeon
Comments: 0
Category: Book
Type: Feature Request
3
allow user to be able to set the pages to flip automaticaly
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Hard pages always can be turned over by single click no matter of the value of PageFlipMode
1 2