This question is locked. New answers and comments are not allowed.
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:
Then how can I remove style of this item.
Regards.
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 SubThen how can I remove style of this item.
Regards.