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

ASP.NET AJAX Q3 2011 Upgrade Problem

2 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John McNamara
Top achievements
Rank 1
John McNamara asked on 21 Feb 2012, 02:27 PM
HI,

I have been asked to upgrade a web application to RadControls ASP.NET AJAX Q3 2011 from Telerik ASP.NET Q3 2007  ( I know !!!!) . I am using a master page, dev language is c# and am targetting .net 4 framework.

I have ran the upgrade wizard and emoved all reference to previous Telerik versions,

Problem is I get the following error when launching master page "Using themed css files requires a header control on the page." ( I'm not using a themed css as far as I can see )....
When I add runat="server" to the master page I get the following error when I launch a page containing RadGrid "The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)."

so I am in a vicious circle !!!

I searched all forum but the answers always relate to .NET 2.0...

Any suggestions on this?

Thanks so much in advance,
John

2 Answers, 1 is accepted

Sort by
0
Elliott
Top achievements
Rank 2
answered on 21 Feb 2012, 09:29 PM
I got that message - and fixed it by moving javascript with <%= %> constructs (jquery finds) to RadCodeBlock(s)
0
John McNamara
Top achievements
Rank 1
answered on 22 Feb 2012, 11:12 AM
Hi Marianne,

Thank you so much, that solved the problem.

Kind Regards,
John
Tags
Grid
Asked by
John McNamara
Top achievements
Rank 1
Answers by
Elliott
Top achievements
Rank 2
John McNamara
Top achievements
Rank 1
Share this question
or