Could you please help me, how to hover dropdown list in MVVM application using tool tips.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanghamitra MohantyPosted Nov 29, 2017, 2:17 AM
<telerik:RadComboBox.ItemContainerStyle>
<Style BasedOn="{StaticResource RadComboBoxItemStyle}" TargetType="telerik:RadComboBoxItem">
<Setter Property="ToolTip" Value="{Binding Supplier.SupplierCode}"/>
Style>
telerik:RadComboBox.ItemContainerStyle>
Sanghamitra MohantyPosted Nov 27, 2017, 9:26 PM
Manoj RajputPosted Nov 27, 2017, 10:31 AM