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

SelectedItem 2012_1_0321

5 Answers 73 Views
SlideView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cristovao
Top achievements
Rank 1
Cristovao asked on 23 Mar 2012, 10:33 AM
I've upgraded my project to the newer 2012_1_0321... but now the selectedItem isn't working anymore ...

<telerikPrimitives:RadSlideView x:Name="radSlideView" Grid.Row="0" Grid.RowSpan="2"
                                          ItemsSource="{Binding Articles}" IsLoopingEnabled="True" SelectedItem="{Binding SelectedArticle}"
                                        
                                          AdjacentItemsPreviewMode="Next">


Is there any changes to get it working?

5 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 23 Mar 2012, 10:58 AM
Hi Cristovao,

We are not aware of such an existing issue. Could you please take a look at the attached project and let me know if I am missing anything. I'd be glad to further assist you.

Regards,
Kiril Stanoev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Cristovao
Top achievements
Rank 1
answered on 23 Mar 2012, 11:06 AM
Hi,

The problem is not Getting the selectedItem but setting it :(

public MainImageViewModel()
        {
            this.images = new ObservableCollection<ImageViewModel>();
            this.images.Add(new ImageViewModel("Chrysanthemum"));
            this.images.Add(new ImageViewModel("Desert"));
            this.images.Add(new ImageViewModel("Hydrangeas"));
            this.images.Add(new ImageViewModel("Jellyfish"));
            this.images.Add(new ImageViewModel("Koala"));
            this.images.Add(new ImageViewModel("Lighthouse"));
            this.images.Add(new ImageViewModel("Penguins"));
            this.images.Add(new ImageViewModel("Tulips"));
 
            SelectedItem = this.images[5];
        }

Should this put the 5th item as the selected one?
0
Kiril Stanoev
Telerik team
answered on 23 Mar 2012, 02:19 PM
Hi Cristovao,

Thank you for the clarification. I managed to reproduce and confirm the issue. A fix will be available with next week's internal build. In addition, I've updated your Telerik points accordingly. Let me know if you have further questions or comments.
 
All the best,
Kiril Stanoev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Matt
Top achievements
Rank 1
answered on 03 May 2012, 05:53 PM
Did that fix go into the internal build? - I couldn't see it in the version notes.
0
Kiril Stanoev
Telerik team
answered on 04 May 2012, 09:37 AM
Hello Matt,

Yes, the fix has been included in our latest internal build. However, for some reason that was not reflected in the release notes. Sorry for the inconvenience caused. Give it a try and let me know if you encounter any further questions. 

Regards,
Kiril Stanoev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
SlideView
Asked by
Cristovao
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Cristovao
Top achievements
Rank 1
Matt
Top achievements
Rank 1
Share this question
or