Hi
If I databind to a list the grid seems to automatically select the first row. I have 3 problems with this.
1) I don't want any rows seleted by default
2) When sorting is set in XAML the first row in the data source may actually be part way through the list so if sorted it seems odd that a 'random' row is selected
3) The selection changed event fires (see 1)
Can this be achieved without writing code (using MVVM) and the event firing?
Thanks
Russell Mason
If I databind to a list the grid seems to automatically select the first row. I have 3 problems with this.
1) I don't want any rows seleted by default
2) When sorting is set in XAML the first row in the data source may actually be part way through the list so if sorted it seems odd that a 'random' row is selected
3) The selection changed event fires (see 1)
Can this be achieved without writing code (using MVVM) and the event firing?
Thanks
Russell Mason