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

Bug? SelectionChanged does not fire

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
tomas
Top achievements
Rank 1
tomas asked on 07 Jul 2010, 11:02 PM
Hi Telerik.

I have this simple grid binded to observerable collection:

<telerikGrid:RadGridView ItemsSource="{Binding Documentations,Mode=OneWay}" SelectedItem="{Binding Path=CurrentDocumentation,Mode=OneWay}" CanUserDeleteRows="False" CanUserInsertRows="False" IsReadOnly="True" SelectionChanged="RadGridView_SelectionChanged"  /> 

When a I make a selection, SelectionChanged event fires.

However when I have selected some row and change the itemsSource, grid does not fire selectionChanged event although no row is selected at all after a source change.

Thanks.

Tom

1 Answer, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 09 Jul 2010, 07:15 AM
Hello tomas,

This is currently by design but we will consider changing this behavior.

Thank you for the feedback.


Greetings,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
tomas
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or