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

Q3 2011.3.1115 camel case upgrade bug

5 Answers 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
des white
Top achievements
Rank 1
des white asked on 23 Nov 2011, 11:07 PM
I just upgraded to the latest version of the RadControls.

I upgraded through the Visual Studio 2010 Telerik menu.
The upgarde took it upon itself to modify the asp code.

Before the upgrade I had code like this...
<telerik:GridBoundColumn DataField="IC01Name" FilterControlWidth="40px"
    HeaderText="IC01 Name" SortExpression="IC01Name" UniqueName="IC01Name">
    <HeaderStyle Width="70px" />
</telerik:GridBoundColumn>

After the upgrade I had code like this....
<telerik:GridBoundColumn DataField="IC01 Name" FilterControlWidth="40px"
    HeaderText="IC01 Name" SortExpression="IC01 Name" UniqueName="IC01 Name">
    <HeaderStyle Width="70px" />
</telerik:GridBoundColumn>

Which resulted in lots of errors aboout Unique names not allowed to have spaces.....space I did not put there!!
Why did the upgrade making these changes?
I now have hours of testing and fixing to do!!!!

5 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 24 Nov 2011, 01:27 PM
Hello Des,

I followed your steps in order to replicate the issue, even the same column as the pasted one, but to no avail. After the upgrade the only thing that changed where the dlls in the Bin folder. Can you show us a video or send us a sample where we can reproduce the issue?

Kind regards,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
des white
Top achievements
Rank 1
answered on 26 Nov 2011, 01:43 PM

Sorry guys, my mistake. Looks like the unique names no longer allow spaces.

0
Smith
Top achievements
Rank 1
answered on 20 Dec 2011, 07:06 PM
I just found the same issue. Is there any documentation on this change?  I looked through the release notes and didn't see anything.

Thanks!

EDIT: I should be more clear...  I had grid with dynamically built columns where the unique names had spaces like the OP. On upgrading those columns were erroring out with the same error. I'm looking for documentation on the change from allowing spaces to not allowing them.
0
BabaYa
Top achievements
Rank 1
answered on 21 Dec 2011, 08:21 AM

Hi,

Here what I find:

http://www.telerik.com/products/aspnet-ajax/whats-new/release-history/q3-2011-version-2011-3-1115.aspx

RadGrid


Breaking Changes

Fixed: RadGrid column's UniqueName property should throw an exception if its value contains space

Thanks,
BabaYa

0
Smith
Top achievements
Rank 1
answered on 18 Jan 2012, 11:21 PM
Thanks BabaYa! I looked all over the place (or thought so) and missed that.
Tags
General Discussions
Asked by
des white
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
des white
Top achievements
Rank 1
Smith
Top achievements
Rank 1
BabaYa
Top achievements
Rank 1
Share this question
or