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

Missing DependencyProperty 'IsSelectedProperty' on RadGalleryItem

3 Answers 60 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Bruno
Top achievements
Rank 1
Bruno asked on 04 Dec 2012, 03:47 PM
Hi

Since the Q3 2012 SP1, I'm missing the DependencyProperty 'IsSelectedProperty' on the RadGalleryItem.
What's happened?

Kind regards,
Bruno

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 07 Dec 2012, 12:23 PM
Hello Bruno,

We refactored the RadGallery control to derive from our new RadListBox control. This change fixed many of the known issues and limitations of the control.

So now the RadGaleryItem inherits the RadListBoxItem, but you should still be able to gain access to the IsSelected property. Could you please send us a sample runnable project that reproduces the issue so we can further investigate? Thank you for your cooperation.

Kind regards,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Bruno
Top achievements
Rank 1
answered on 07 Dec 2012, 02:31 PM
Hi Pavel

Thank you for your answer.
This couldn't compile because RadGalleryItem.IsSelectedProperty doesn't anymore exist:
RadGalleryItem galleryItem = new RadGalleryItem();
Binding binding = new Binding("Test");
galleryItem.SetBinding(RadGalleryItem.IsSelectedProperty, binding);

Could you reproduce it?

Thank you, best regards
Ralf
0
Pavel R. Pavlov
Telerik team
answered on 12 Dec 2012, 09:25 AM
Hello Ralf,

Thank you for bringing this issue to our attention. It is caused by the refactoring of the RadRibbonView control. However, we will try our best to fix it in our next internal build which will come up next week. After that you will be able to access the IsSelectedProperty as you used to. Unfortunately we are not aware of any workaround for the moment. Please accept our apologies for causing this issue.

All the best,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
Bruno
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Bruno
Top achievements
Rank 1
Share this question
or