This question is locked. New answers and comments are not allowed.
I have following issue
I am using telerik Gridview control (which is shown in a pop up xaml within a main window) and I am grouping rows using GroupDescriptors. MY group row panels and sub-row items under them are being messed up after certain steps that involves group row item collapse, expand and scrolling.
Here is the series of steps that I took to fix the problem I am facing
1. I have Telerik Silverlight Controls Q3 2009 SP1. And problem is as mentioned before. Telerik.Windows.Controls.GridView.dll version 2009.3.1208.1030
2. I downloaded the telerik silverlight controls Q1 2010. This fixed the problem of messed up sub-row items but the sub totals seen on group row items were still messing up. Telerik.Windows.Controls.GridView.dll version 2010.1.218.1030
3. I searched telerik website and found out from this thread - http://www.telerik.com/community/forums/silverlight/gridview/grouping-not-working.aspx - that GridView behavior is issue ridden when used in a pop up window. And therefore downloaded the sample project (as provided in thread) and used the dlls in my project. My project worked absolutely fine (apart from some irrelevant issues). Telerik.Windows.Controls.GridView.dll version 2010.1.402.1030
4. Then I decided to download the latest nightly build of Telerik controls at following location - http://www.telerik.com/downloads/nightbuildfiles/mmg/RadControls_for_Silverlight_3_2010_2_1022_DEV.zip - and applied to my project. However, this time the GridView fails to initialize with following error message "unknown attribute Name on element RadGridView". This attribute is my control identifier (x:Name) which is absolutely valid. Telerik.Windows.Controls.GridView.dll version 2010.2.1022.1030
I am using telerik Gridview control (which is shown in a pop up xaml within a main window) and I am grouping rows using GroupDescriptors. MY group row panels and sub-row items under them are being messed up after certain steps that involves group row item collapse, expand and scrolling.
Here is the series of steps that I took to fix the problem I am facing
1. I have Telerik Silverlight Controls Q3 2009 SP1. And problem is as mentioned before. Telerik.Windows.Controls.GridView.dll version 2009.3.1208.1030
2. I downloaded the telerik silverlight controls Q1 2010. This fixed the problem of messed up sub-row items but the sub totals seen on group row items were still messing up. Telerik.Windows.Controls.GridView.dll version 2010.1.218.1030
3. I searched telerik website and found out from this thread - http://www.telerik.com/community/forums/silverlight/gridview/grouping-not-working.aspx - that GridView behavior is issue ridden when used in a pop up window. And therefore downloaded the sample project (as provided in thread) and used the dlls in my project. My project worked absolutely fine (apart from some irrelevant issues). Telerik.Windows.Controls.GridView.dll version 2010.1.402.1030
4. Then I decided to download the latest nightly build of Telerik controls at following location - http://www.telerik.com/downloads/nightbuildfiles/mmg/RadControls_for_Silverlight_3_2010_2_1022_DEV.zip - and applied to my project. However, this time the GridView fails to initialize with following error message "unknown attribute Name on element RadGridView". This attribute is my control identifier (x:Name) which is absolutely valid. Telerik.Windows.Controls.GridView.dll version 2010.2.1022.1030