This question is locked. New answers and comments are not allowed.
I know its probably something else causing this, but if anyone else has seen this type of behavior, I'd appreciate the feedback
Whenever I open Xaml with grids on the page I get all kinds of errors.
I notice if I do a Clean and then a rebuild of the whole project it goes away for a little time, but then it comes back at some point.
We were on 2012.1.0314.1040
The local property "CellStyle" can only be applied to types that are derived from "GridViewColumn".
The local property "IsReadOnly" can only be applied to types that are derived from "GridViewColumn".
The local property "Columns" can only be applied to types that are derived from "GridViewDataControl".
The local property "IsSortable" can only be applied to types that are derived from "GridViewColumn".
The local property "IsFilteringAllowed" can only be applied to types that are derived from "GridViewDataControl".
The local property "CellStyle" can only be applied to types that are derived from "GridViewColumn".
The local property "CanUserSortColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "CanUserResizeColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "AutoGenerateColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "AlternateRowBackground" can only be applied to types that are derived from "GridViewDataControl".
DependencyProperty Telerik.Windows.Controls.GridView.GridViewDataControl. AutoGenerateColumns cannot be set on an object of type Telerik.Windows.Controls.RadGridView.
The local property "CanUserFreezeColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "RowIndicatorVisibility" can only be applied to types that are derived from "GridViewDataControl".
The local property "ShowGroupFooters" can only be applied to types that are derived from "GridViewDataControl"
The local property "Sorting" can only be applied to types that are derived from "GridViewDataControl".
The specified value cannot be assigned to the collection. The following type was expected: "GridViewColumn".
The local property "TextWrapping" can only be applied to types that are derived from "GridViewColumn".
Whenever I open Xaml with grids on the page I get all kinds of errors.
I notice if I do a Clean and then a rebuild of the whole project it goes away for a little time, but then it comes back at some point.
We were on 2012.1.0314.1040
The local property "CellStyle" can only be applied to types that are derived from "GridViewColumn".
The local property "IsReadOnly" can only be applied to types that are derived from "GridViewColumn".
The local property "Columns" can only be applied to types that are derived from "GridViewDataControl".
The local property "IsSortable" can only be applied to types that are derived from "GridViewColumn".
The local property "IsFilteringAllowed" can only be applied to types that are derived from "GridViewDataControl".
The local property "CellStyle" can only be applied to types that are derived from "GridViewColumn".
The local property "CanUserSortColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "CanUserResizeColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "AutoGenerateColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "AlternateRowBackground" can only be applied to types that are derived from "GridViewDataControl".
DependencyProperty Telerik.Windows.Controls.GridView.GridViewDataControl. AutoGenerateColumns cannot be set on an object of type Telerik.Windows.Controls.RadGridView.
The local property "CanUserFreezeColumns" can only be applied to types that are derived from "GridViewDataControl".
The local property "RowIndicatorVisibility" can only be applied to types that are derived from "GridViewDataControl".
The local property "ShowGroupFooters" can only be applied to types that are derived from "GridViewDataControl"
The local property "Sorting" can only be applied to types that are derived from "GridViewDataControl".
The specified value cannot be assigned to the collection. The following type was expected: "GridViewColumn".
The local property "TextWrapping" can only be applied to types that are derived from "GridViewColumn".