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

Remove selecteditem in minimize area

1 Answer 45 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
tungnt185
Top achievements
Rank 2
tungnt185 asked on 23 Feb 2011, 08:30 AM
Hi Telerik team,

I've scenario that need to cancel selecting an item.
But I face a problem with selecteditem in minimize area, when I clicked on it so it's seem in selected style althought I've already canceled selection in code like this:

Private Sub rolDemo_PreviewSelectionChanged(ByVal sender As System.Object, ByVal e As Telerik.Windows.Controls.SelectionChangedEventArgs)
        If DirectCast(sender, Telerik.Windows.Controls.RadOutlookBar).SelectedIndex <> 0 Then
            e.Handled = True
        End If
    End Sub

Then how can I remove style of this item.

Regards.

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 28 Feb 2011, 02:55 PM
Hi Taufik Hidayat,

Thank you for reporting this issue. It is a bug and I logged it in our PITS under the name OutlookBar: Canceling the selection of a minimized item doesn't work as expected where you will be able to track its progress. I also updated your Telerik points accordingly.

Unfortunately there are no workarounds for the moment. Please accept our apology for the caused inconvenience.

Kind regards,
Tina Stancheva
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
OutlookBar
Asked by
tungnt185
Top achievements
Rank 2
Answers by
Tina Stancheva
Telerik team
Share this question
or