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

AutoGenerateColumns Moved

6 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paul Gallen
Top achievements
Rank 1
Paul Gallen asked on 27 May 2009, 12:53 PM
Hi,

In your documentation for Q1 2009 SP2 (version 2009.1.526) WPF RadGridView it states that:-
"AutoGenerateColumns moved from RadGridView to GridViewDataControl"
however AutoGenerateColumns appears as an option when editing the radGridView node in xaml

P

6 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 27 May 2009, 01:03 PM
Hello Paul Gallen,

The property was indeed moved to GridViewDataControl but RadGridView inherits from GridViewDataControl and that is why you are seeing AutoGenerateColumns on RadGridView.

Sincerely yours,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Paul Gallen
Top achievements
Rank 1
answered on 27 May 2009, 01:21 PM
Thanks.
I have just upgraded to  Q1 2009 SP2. I have used your tool to update my projects and now I have 110 various errors! Examples;

Error 2 The attachable property 'Columns' was not found in type 'RadGridView'. C:\Projects\CMX\FTS.CMX.CMXUIFramework\Controls\ContactDetails\ucList.xaml 59 18 FTS.CMX.CMXUIFramework

Error 6 The type 'telerik:GridViewDataColumn' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\CMX\FTS.CMX.CMXUIFramework\Controls\ContactDetails\ucList.xaml 64 22 FTS.CMX.CMXUIFramework

Error 1 The type 'telerik:RadGridView' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\CMX\FTS.CMX.CMXUIFramework\Controls\ContactDetails\ucList.xaml 57 14 FTS.CMX.CMXUIFramework

What have I done wrong

P
0
Milan
Telerik team
answered on 27 May 2009, 01:57 PM
Hi Paul Gallen,

Well, when you get too many errors in the Errors tab of Visual Studio the best thing to do is to open the Output tab and find the first error that is reported there. You can do that faster by searching for ": error".
The first line that contains such string will guide you to the original error. Without seeing this error I could only speculate.
One thing that comes to my mind is that if you have installed SP2 in a different location your assembly references might point to a non-existent assemblies.

Greetings,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Paul Gallen
Top achievements
Rank 1
answered on 27 May 2009, 02:09 PM
Thanks Milan,

It was indeed the references pointing to nonexistent locations. I thought your tool fixed up these references. So... What does your upgrade tool perform

Best

P

0
Accepted
Milan
Telerik team
answered on 27 May 2009, 02:20 PM
Hi Paul Gallen,

Currently our installer does not provide upgrade functionality - you should manually uninstall previous versions and then install the new one.

We are working on automatic upgrade but it is still unclear when it will be introduced.

All the best,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Paul Gallen
Top achievements
Rank 1
answered on 27 May 2009, 02:45 PM
OK Thanks

P
Tags
GridView
Asked by
Paul Gallen
Top achievements
Rank 1
Answers by
Milan
Telerik team
Paul Gallen
Top achievements
Rank 1
Share this question
or