All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for Silverlight Forum
/
Window
/
RadWindow move crazy
Cancel
Telerik UI for Silverlight
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
P
1 posts
Member since:
Nov 2007
Posted 15 Jul 2009
Link to this post
When I move a RadWindow, the component moves very very very quickly
My code is classic :
<
UserControl
xmlns
=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:
x
=
"http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:
telerikNavigation
=
"clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
x:
Class
=
"SilverlightApplication1.MainPage"
Width
=
"640"
Height
=
"480"
>
<
Grid x:
Name
=
"LayoutRoot"
Background
=
"White"
>
<
telerikNavigation:RadWindow
Background
=
"Beige"
Name
=
"wind"
/>
</
Grid
>
</
UserControl
>
I use Silverlight 3 (final release) and your version 2009_2_701 or 2009_2_710 with the same result.
Boyan
Admin
758 posts
Posted 15 Jul 2009
Link to this post
Hello P,
This is a known problem. It appears only in Silverlight 3 as for now we are still not released our official Silverlight 3 installation, for now the released Silverlight 3 bits are more like a preview and it is possible to have some issues. More info you can get from this
thread
.
All the best,
Boyan
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Check out the tips
for optimizing your support resource searches.
Back to Top
Close