This is a migrated thread and some comments may be shown as answers.

Silverlight 3

5 Answers 151 Views
Menu
This is a migrated thread and some comments may be shown as answers.
YodaKIRI
Top achievements
Rank 2
YodaKIRI asked on 23 Mar 2009, 08:58 AM
Hello,

As you know with S3 we got RIA Services.

As I will be interested to use it and for sure not the only one, it would be great to have a full tutorial about S3 RIA Services with OpenAccess ORM.

To Silverlight team : Can't wait to get your S3 beta compatible controls !

Thanks

5 Answers, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 23 Mar 2009, 04:38 PM
Hello YodaKIRI,
We are actively researching how can we utilize the .NET RIA Services and their data provider model to integrate better OpenAccess. Stay tuned.

Kind regards,
Dimitar Kapitanov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Valentin.Stoychev
Telerik team
answered on 24 Mar 2009, 12:04 PM
Hello YodaKIRI,

We are actively researching how can we utilize the .NET RIA Services and their data provider model to integrate better OpenAccess. Stay tuned.

About the Silverlight controls - we are actively working on bulding the controls against SL3 framework and you can expect the new dll within the next few days.

Sincerely yours,
Valentin.Stoychev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Ron
Top achievements
Rank 1
answered on 29 Mar 2009, 07:31 PM
Hi,

Just downloaded the Silverlight 3 beta.
Tried to add RadMenu as in the demos but having a problem adding menu handler for RadMenuItem.ClickEvent.

From: Menu/First Look/Example.xaml.cs
 menu.AddHandler(RadMenuItem.ClickEvent, new RoutedEventHandler(OnMenuItemClick));

Getting build error: Argument '1': cannot convert from 'Telerik.Windows.RoutedEvent' to 'System.Windows.RoutedEvent'.
Also menu.AddHandler needs 3 parameters instead of 2.

Is it me or is anyone else having the same problem?
If a problem, is there a workaround?

Thanks...Ron Lemire
0
Hristo
Telerik team
answered on 06 Apr 2009, 08:21 AM
Hello Ron,

Sorry for the late response.
You have to add Telerik.Windows namespace to get the AddHandler extension method that takes Telerik.Windows.RoutedEvent as first parameter. In Silverlight 3 there is AddHandler method on all FrameworkElements (or UIElements) but you cannot use it with Telerik Routed events.

Best wishes,
Hristo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Ron
Top achievements
Rank 1
answered on 18 Apr 2009, 01:54 AM
Thanks Hristo.
Working now.

Tags
Menu
Asked by
YodaKIRI
Top achievements
Rank 2
Answers by
Dimitar Kapitanov
Telerik team
Valentin.Stoychev
Telerik team
Ron
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or