RadGridView SelectedItem highlighting?

0 Answers 59 Views
GridView
Bradley
Top achievements
Rank 2
Iron
Iron
Iron
Bradley asked on 09 Oct 2024, 09:16 PM

I'm sure this is trivial, but I've been unable to find the answer.  I have a RadGridView defined as follows:

<telerik:RadGridView
    ItemsSource="{Binding Products}"
    SelectedItem="{Binding SelectedProduct, Mode=TwoWay}">
    ...
</telerik:RadGridView>

However, when I change the "SelectedProduct" programmatically, the RadGridView doesn't show that highlighting.  What am I doing wrong?

Dimitar
Telerik team
commented on 10 Oct 2024, 05:25 AM

Hi Bradley, 

Can you share the implementation of your view model as well? The xaml looks ok but it does not give us a clue why this is not working. 

I am looking forward to your reply.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Bradley
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or