This question is locked. New answers and comments are not allowed.
Hi,
I'm evaluating the Telerik Silverlight controls to see if they will be useful in our project.
When I try to test a scenario from our existing regular ASP.NET application with the Telerik SL GridView the browser will freeze. And it's not because I'm trying to call a heavy method synchronously.
My scenario is:
The user will enter some search-criterias and the search result will be shown in several dynamically added GridView controls. My problem is that when I set the ItemsSource on the dynamically added GridView, the browser freezes.
I have a custom UserControl containing a GridView, and it is an instance of this control I'm dynamically adding to a stackpanel. If I add the controls static in the XAML it works, so I'm thinking it might have something to do with adding controls on a WCF callback.
I have a small solution illustrating the problem, but I'm only allowed to upload images...??
Thanks in advance.
/Mikkel
PS.: I'm not sure if this is a problem in the Telerik GridView or the problem is the way I'm adding controls dynamically.
I'm evaluating the Telerik Silverlight controls to see if they will be useful in our project.
When I try to test a scenario from our existing regular ASP.NET application with the Telerik SL GridView the browser will freeze. And it's not because I'm trying to call a heavy method synchronously.
My scenario is:
The user will enter some search-criterias and the search result will be shown in several dynamically added GridView controls. My problem is that when I set the ItemsSource on the dynamically added GridView, the browser freezes.
I have a custom UserControl containing a GridView, and it is an instance of this control I'm dynamically adding to a stackpanel. If I add the controls static in the XAML it works, so I'm thinking it might have something to do with adding controls on a WCF callback.
I have a small solution illustrating the problem, but I'm only allowed to upload images...??
Thanks in advance.
/Mikkel
PS.: I'm not sure if this is a problem in the Telerik GridView or the problem is the way I'm adding controls dynamically.
