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

[Solved] Design time problem

5 Answers 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Donald
Top achievements
Rank 1
Donald asked on 01 May 2008, 07:18 AM
Every time i touch the design time part of my grid it re-adds the columns but formats them incorrectly, so my control doesn't appear correctly.  Once i delete these columns, it works fine.

The columns that are incorrectly put in there have Telerik.Web.UI.... instead of Telerik:.... Here is an example of what is being put in my columns:

<

Telerik.Web.UI.GridClientSelectColumn UniqueName="Select"></Telerik.Web.UI.GridClientSelectColumn>

<

Telerik.Web.UI.GridBoundColumn DataField="UserFirstName" HeaderText="First Name"

UniqueName="column2"></Telerik.Web.UI.GridBoundColumn>

<

Telerik.Web.UI.GridBoundColumn DataField="UserLastName" HeaderText="Last Name"

UniqueName="column3"></Telerik.Web.UI.GridBoundColumn>

Can someone help me fix this problem, it is irratating to keep deleting this text.

thanks

don

5 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 01 May 2008, 07:57 AM
Hello Donald,

This is indeed a weird problem but I'm afraid were not able to isolate what is causing it until now. The problem appears in Visual Studio 2008 design-time, is this the same case on your end as well?

Would you check if you get that in a new Web Site or Web Application? It might be something with the web.config setting so if you get that working in a new project, please compare the settings.

I hope this helps!

Kind regards,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Donald
Top achievements
Rank 1
answered on 01 May 2008, 08:38 AM
Yes, this is in VS 2008 and i suspect something is incorrect in the web.config also, but don't know what it is.  I did create a new project and it seems to work ok.  I see the line below but don't know what it does.

what is this line used for in the httphandlers:

<

add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />

0
Konstantin Petkov
Telerik team
answered on 01 May 2008, 08:47 AM
Hello Donald,

This is the Web resource registration probably added with the RadScriptManager control. Does removing the line as well as commenting the RadScriptManager and replace it with the ASP:ScriptManager helps resolving the problem? Although we are not aware of such a dependency, it will be of great help to isolate the issue, no matter what is causing that.

Looking forward to hearing from you.

Best wishes,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Donald
Top achievements
Rank 1
answered on 02 May 2008, 07:10 PM
I removed this entry with no change, i tried taking out a bunch of stuff, but nothing seems to change the behavior. 

For what its worth, i think it stems from i started this project with an earlier version of the telerik controls and  i have since upgraded and removed the older one (which was a trial version).

don
0
Konstantin Petkov
Telerik team
answered on 05 May 2008, 08:25 AM
Hello Donald,

Can you move the code/pages into a new project? Unfortunately this is the only idea coming to my mind as resolution since the problem seem to always appear with old projects. I hope this is an applicable solution in your case.

Greetings,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Donald
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Donald
Top achievements
Rank 1
Share this question
or