This is a migrated thread and some comments may be shown as answers.

Missing properties in Q1 2010 RadGridView

1 Answer 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 2
Robert asked on 16 Mar 2010, 03:36 AM
Hi There,

I've just upgraded my assemblies to use the Q1 2010 version of the RadGridView.  Right off the hop I get errors that the ColumnsWidthMode and UseAlternateRowStyle properties are no longer found on the Grid.  Where did these properties go?  I scanned the what's changed document for Q1 2010 and didn't see any mention that these properties went away.  I am using the recently released Silverlight 4 RC however this was working with the Silverlight bits and it's having moved from the 2009 version to the Q1 2010 that has introduced this problem.

If anyone can clarify if these properties really did go the way of the dodo or whether I'm just really confused, I'd appreciate it.

Thanks,
Robert

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Mar 2010, 07:42 AM
Hello Robert,

These properties were marked as obsolete back in Q3 2009 and now removed for Q1 2010. More info can be found here:

Q3 2009
http://www.telerik.com/products/silverlight/whats-new/release-history/q3-2009-version-2009-3-1103-1285738400.aspx
http://www.telerik.com/help/silverlight/radgridview-changes-backward-compatibility.html

Q1 2010
http://www.telerik.com/products/silverlight/whats-new/release-history/q1-2010-version-2010-1-0309.aspx
http://www.telerik.com/help/silverlight/changes-backward-compatibility.html

In short:

ColumnsWidthMode => ColumnWidth
UseAlternateRowStyle => AlternationCount

For example if you want to replace ColumnsWidthMode="Fill" you can use ColumnWidth="*" and you can AlternationCount="2" to get UseAlternateRowStyle behavior.


Sincerely yours,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Robert
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or