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

[Solved] Silverlight 3 support

15 Answers 203 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Theron Kousek
Top achievements
Rank 1
Theron Kousek asked on 26 Mar 2009, 01:18 PM
Hello

Just out of curiosity, will the new Telerik Q1 control library for Silverlight have any issues/incompatibilities with Silverlight 3 or would we be able to use the control library within SL 3 apps?

thank you.

15 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 26 Mar 2009, 01:29 PM
Hi Theron Kousek,

Our officially released controls for Silverligh2 are working ok with Silverlight3. So if you create a SL2 application with them - the app will work on Sl3 plugin.

We are still working on providing dlls that are compiled against the SL3 runtime. With the new dlls you will be able to write SL3 applications. The new dlls are expected later this week.

All the best,
Valentin.Stoychev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
dsoltesz
Top achievements
Rank 1
answered on 14 Apr 2009, 01:22 PM
Have the new sl3 dlls for sp1 been released yet?
0
Valentin.Stoychev
Telerik team
answered on 14 Apr 2009, 01:24 PM
Hi dsoltesz,

Yes - they are in your telerik client account - download section under the latest internal builds link.

Best wishes,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
dsoltesz
Top achievements
Rank 1
answered on 22 Apr 2009, 07:22 PM
I'm only seeing silverlight 3 dll's for 2009.3.27 under latest internal builds


Are the silverlight 3 dlls' available for the 2009.1.413 that was released for sl2?
0
Valentin.Stoychev
Telerik team
answered on 23 Apr 2009, 06:39 AM
Hello dsoltesz,

No, the latest binaries are still not available. We are working on that and very soon they will be available also.

All the best,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
D. Omar
Top achievements
Rank 1
answered on 07 Jun 2009, 04:04 PM
Are the SL3 controls basically the same code base as the SL2 but compiled against SL3? Or are there differences?
0
Vlad
Top achievements
Rank 1
answered on 07 Jun 2009, 05:21 PM
You can find specific SL3 features in RadGridView. Please check this post for more info:
http://blogs.telerik.com/vladimirenchev/posts/09-04-16/full_support_for_domaindatasource_with_radgridview_for_silverlight_3.aspx
0
D. Omar
Top achievements
Rank 1
answered on 10 Jun 2009, 06:20 PM
Is there a planned release date for the RadControls for Silverlight 3?

-Omar
0
Vlad
Telerik team
answered on 11 Jun 2009, 05:22 AM
Hello Omar,

We will need at least two weeks after the official release of Silverlight 3 :)

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
D. Omar
Top achievements
Rank 1
answered on 11 Jun 2009, 03:18 PM
Thank you for the prompt reply. Will you guys continue to have internal builds released between the SL3 Release and the RadControls for SL3 release?
0
Vlad
Telerik team
answered on 12 Jun 2009, 05:17 AM
Hello Omar,

We will continue to upload our latest internal builds every Friday.

Regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nick
Top achievements
Rank 1
answered on 26 Jun 2009, 12:10 PM
Should the latest Trial build work too?  because I can't seem to get it working.
0
Vlad
Telerik team
answered on 26 Jun 2009, 12:16 PM
Hi Nick,

Do you have any exceptions? Please provide a bit more info about the problem.

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nick
Top achievements
Rank 1
answered on 26 Jun 2009, 12:31 PM

Well my page just goes blank, when I navigate to it.

My xaml look like this.
<navigation:Page x:Class="WorkBook_Layout.Views.JobBook"  
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"  
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"  
            xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation" 
            xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"  
            xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls" 
            xmlns:grid="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView" 
            xmlns:gridView="clr-namespace:Telerik.Windows.Controls.GridView;assembly=Telerik.Windows.Controls.GridView" 
            Title="JobBook Page" MinWidth="200" MinHeight="200"
    <Grid> 
        <telerikNavigation:RadTabControl> 
            <telerikNavigation:RadTabItem Header="Joblist">    
                <grid:RadGridView></grid:RadGridView> 
            </telerikNavigation:RadTabItem> 
            <telerikNavigation:RadTabItem Header="Status"
            </telerikNavigation:RadTabItem> 
            <telerikNavigation:RadTabItem Header="Forbrug"
            </telerikNavigation:RadTabItem> 
            <telerikNavigation:RadTabItem Header="Faktura"
            </telerikNavigation:RadTabItem> 
            <telerikNavigation:RadTabItem Header="Dokumenter"
            </telerikNavigation:RadTabItem> 
        </telerikNavigation:RadTabControl> 
    </Grid> 
</navigation:Page> 
 

My reference is:
Telerik.Windows.Controles
Telerik.Windows.GridView
Telerik.Windows.Input
Telerik.Windows.Navigation
Telerik.Windows.Docking
0
Vlad
Telerik team
answered on 27 Jun 2009, 07:26 AM
Hello Nick,

You need reference also to Telerik.Windows.Data. You can check this thread for running projects with SL 3:
http://www.telerik.com/community/forums/silverlight/silverlight3/unable-to-update-insert-delete-data-in-radgridview.aspx

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Theron Kousek
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
dsoltesz
Top achievements
Rank 1
D. Omar
Top achievements
Rank 1
Vlad
Top achievements
Rank 1
Vlad
Telerik team
Nick
Top achievements
Rank 1
Share this question
or