Re[2]: [WPF DataGrid] Как сортировать реляционные данные в к
От: JuniorCSharper  
Дата: 30.03.11 15:12
Оценка:
Здравствуйте, Osaka, Вы писали:

JCS>>правильную сортировку?

O>попробуй указать у колумна свойство SortMemberPath

Пробовал.. Но самое умное что у меня получилось, это поставить сортировку по например полю
Messages.ID указав SortMemberPath="ID"

Если пробовал писать SortMemberPath="{Binding Source={StaticResource companiesViewSource}, Path=Name}"
то получем эксепшион при сортировке


System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical">
<TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier>
<Description>Unhandled exception</Description><AppDomain>Messages.vshost.exe</AppDomain>
<Exception><ExceptionType>System.ArgumentException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>'Messages' type does not have property named '7Континент', so cannot sort data collection.</Message>
<StackTrace>   at System.Windows.Data.BindingListCollectionView.ConvertSortDescriptionCollection(SortDescriptionCollection sorts)
   at System.Windows.Data.BindingListCollectionView.RefreshOverride()
   at System.Windows.Data.CollectionView.RefreshOrDefer()
   at System.Windows.Data.BindingListCollectionView.SortDescriptionsChanged(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
   at System.ComponentModel.SortDescriptionCollection.OnCollectionChanged(NotifyCollectionChangedAction action, Object item, Int32 index)
   at System.ComponentModel.SortDescriptionCollection.InsertItem(Int32 index, SortDescription item)
   at System.Windows.Data.BindingListCollectionView.BindingListSortDescriptionCollection.InsertItem(Int32 index, SortDescription item)

где '7Континент' -одно из значений поля Companies.Name

А как Добраться до сторки ... Видно не могу найти что и где почитать
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.