Hi,
In the version notes of RadControls for ASP.NET AJAX 2011.3 1115 it states:
What happened to backwards compatibility?
In the version notes of RadControls for ASP.NET AJAX 2011.3 1115 it states:
Breaking Changes
- Fixed: RadGrid column's UniqueName property should throw an exception if its value contains spaces
Indeed this is 100% correct, it has broken my project. Not only do I have to revise the uniquename's in the aspx pages but also the usage in the code behind. To make things worse, if a uniquename is NOT specified, the datafield is used. If my datafield in the DB happens to have spaces, Telerik will autogenerate a uniquename WITH spaces, only to report an exception afterwards...
What happened to backwards compatibility?