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...
After the upgrade I had code like this....
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!!!!
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!!!!