Hi,
is it possible to have a book as combination of my custom defined pages(cover page and last page) and in between to have pdf content (like in pdf radbook integration example).
best regards
Nebojsa Danilovic
Yes, you can achieve your requirement by using custom DataTemplateSelector. You will need to put all your business objects in a single collection (for example: ObservableCollection<object>) and pass it as ItemsSource of the RadBook. Then you should define your custom DataTemplateSelector classand you should declare it in XAML. Also note that you will need to define DataTemplates for your pages.
I attached a sample project to demonstrate this approach.
Regards,
Martin Ivanov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>