Telerik.Web.UI, Version=2009.3.1103.20 and we are upgrading our VS 2005 application to VS 2010. We are facing many problems in RadCombobox, TabStrip, Hierarchy Grid functionalities.
How to go about this?
2 Answers, 1 is accepted
0
Yavor
Telerik team
answered on 13 Apr 2010, 10:37 AM
Hi Medac,
The best option in this case would be to open a formal support ticket, and send us the code, in the form of a small working project, for additional review and testing.
Sincerely yours,
Yavor
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
We faced the same issue. We were able to fix this problem by putting - “e.Cancel = True" in all the grid events because VS2005 takes care of that implicitly.