This question is locked. New answers and comments are not allowed.
As I am sure you are aware many of us are or soon will be porting applications from Silverlight to Metro.
The two largest obstacles in this process, at least for me are...
1. In most cases there are no equivalent Windows8 XAML controls for all Silverlight Rad controls. Most important for me would be the ScheduleView. By equivalent controls, I do not mean an exact copy, but at least with similar functionality and touch aware.
2. We cannot place business logic in portable class libraries if they make use of Telerik Types, since they are framework specific. Telerik needs to move all types into portable class libraries that can build using the portable framework. This way I can place all business logic into a single class library, and only worry about customizing UI for each application type.
Please provide some details regarding how these issues will be addressed. The roadmap doesn't look very promising.
The two largest obstacles in this process, at least for me are...
1. In most cases there are no equivalent Windows8 XAML controls for all Silverlight Rad controls. Most important for me would be the ScheduleView. By equivalent controls, I do not mean an exact copy, but at least with similar functionality and touch aware.
2. We cannot place business logic in portable class libraries if they make use of Telerik Types, since they are framework specific. Telerik needs to move all types into portable class libraries that can build using the portable framework. This way I can place all business logic into a single class library, and only worry about customizing UI for each application type.
Please provide some details regarding how these issues will be addressed. The roadmap doesn't look very promising.