This question is locked. New answers and comments are not allowed.
Hi.. When I add a dropshadow the images dissappear when paging. Any ideas?
thanks
<telerikNavigation:RadBook x:Name="Book" Width="640" Height="480" Grid.Column="1"
RightPageTemplate="{StaticResource PageTemplate}"
LeftPageTemplate="{StaticResource PageTemplate}" >
<telerikNavigation:RadBook.Effect>
<DropShadowEffect BlurRadius="3" ShadowDepth="10" Color="Gray" />
</telerikNavigation:RadBook.Effect>
</telerikNavigation:RadBook>
4 Answers, 1 is accepted
0
Hello Jon,
I wasn't able to reproduce this issue on our side. Can you please have a look at the solution I attached and let me know if it works for you or if I'm missing something?
Thank you in advance for your cooperation.
All the best,
Tina Stancheva
the Telerik team
I wasn't able to reproduce this issue on our side. Can you please have a look at the solution I attached and let me know if it works for you or if I'm missing something?
Thank you in advance for your cooperation.
All the best,
Tina Stancheva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Jon
Top achievements
Rank 1
answered on 02 Nov 2011, 07:06 PM
Hi..
I can't run your sample
Error 1 The type or namespace name 'RadBook' could not be found (are you missing a using directive or an assembly reference?) C:\SilverlightApplication9\obj\Debug\MainPage.g.i.cs 40 18 SilverlightApplication9
Can you provide me with the web piece too..
thanks
I can't run your sample
Error 1 The type or namespace name 'RadBook' could not be found (are you missing a using directive or an assembly reference?) C:\SilverlightApplication9\obj\Debug\MainPage.g.i.cs 40 18 SilverlightApplication9
Can you provide me with the web piece too..
thanks
0
Hello Jon,
The application runs without any issue on our side. Also the assemblies that are required when using the RadBook control are included in the zip I sent - in the Referenced Assemblies folder.
Can you please make sure that they are properly referenced and try to rebuild the project? Please let me know how it goes.
Regards,
Tina Stancheva
the Telerik team
The application runs without any issue on our side. Also the assemblies that are required when using the RadBook control are included in the zip I sent - in the Referenced Assemblies folder.
Can you please make sure that they are properly referenced and try to rebuild the project? Please let me know how it goes.
Regards,
Tina Stancheva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Jon
Top achievements
Rank 1
answered on 03 Nov 2011, 06:20 PM
Hi..
Your sample does work. Not the RadBook
thanks again
Must be something in my code or app.
Your sample does work. Not the RadBook
thanks again
Must be something in my code or app.