This question is locked. New answers and comments are not allowed.
We are having Grid scrolling performance issues. I saw on a post here that you are releasing a beta at the end of January that will address performance issues
http://www.telerik.com/community/forums/silverlight/gridview/grid-with-large-number-of-rows-and-columns.aspx
I have some questions.
Is there any possibility to getting an advanced look at it? That said, one factor I did not see noted here was styling. I'll describe our situation
- We are binding the grid to a list of objects say, Person with typical fields like LastName, FirstName, etc. There are about 30 properties of this class.
- Person also contains another object and we are binding to two properties of that contained object, hence: Person.DepartmentName and Person.Selected
- We hard-define two columns in the XAML
- We auto-generate the rest of the columns but exclude about four of the 30 columns.
When the Grid is NOT styled using our custom styling, it is very slow.
When the Grid IS styled, using our custom styling, it is unusable as far as scrolling is concerned.
Do you think you beta will address such issues?
Thanks!
Updated, I have created a support ticket for this problem with an example program: 381855
http://www.telerik.com/community/forums/silverlight/gridview/grid-with-large-number-of-rows-and-columns.aspx
I have some questions.
Is there any possibility to getting an advanced look at it? That said, one factor I did not see noted here was styling. I'll describe our situation
- We are binding the grid to a list of objects say, Person with typical fields like LastName, FirstName, etc. There are about 30 properties of this class.
- Person also contains another object and we are binding to two properties of that contained object, hence: Person.DepartmentName and Person.Selected
- We hard-define two columns in the XAML
- We auto-generate the rest of the columns but exclude about four of the 30 columns.
When the Grid is NOT styled using our custom styling, it is very slow.
When the Grid IS styled, using our custom styling, it is unusable as far as scrolling is concerned.
Do you think you beta will address such issues?
Thanks!
Updated, I have created a support ticket for this problem with an example program: 381855
