This question is locked. New answers and comments are not allowed.
Hi,
I am developing two applications, one WPF and the other Silverlight, with the intent to share as much code as possible. We chose Telerik controls as they are said to be cross-compatible, although in practice I am finding otherwise.
Sharing code worked well enough until I tried to customize the RadGridView control. When exporting the Template, I see that the Silverlight version uses Visual States to control the appearance of the grid, while the WPF version utilizes Triggers. The ScrollContentPresenter is a different type in the two templates as well. These issues are making it extremely difficult (impossible) to share XAML across the applications - do you have any suggestions/workarounds for these issues?
Thanks for your time,
Noah
I am developing two applications, one WPF and the other Silverlight, with the intent to share as much code as possible. We chose Telerik controls as they are said to be cross-compatible, although in practice I am finding otherwise.
Sharing code worked well enough until I tried to customize the RadGridView control. When exporting the Template, I see that the Silverlight version uses Visual States to control the appearance of the grid, while the WPF version utilizes Triggers. The ScrollContentPresenter is a different type in the two templates as well. These issues are making it extremely difficult (impossible) to share XAML across the applications - do you have any suggestions/workarounds for these issues?
Thanks for your time,
Noah