English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

DataGrid の項目更新が失敗しました。原因としては、追加された SortDescriptions が無効であることが考えられます。その場合、考えられる解決策としては、Column の CanUserSort を false に設定するか、Column に SortMemberPath プロパティを使用するか、または DataGrid で Sorting イベントを処理する方法があります。

Click to search this error in Google

English version

Items refresh of the DataGrid failed. One of the probable causes is that the SortDescriptions added are not valid, in which case probable solutions are to set the CanUserSort on the Column to false, or to use SortMemberPath property on the Column, or to handle the Sorting event on DataGrid.

Click to search this error in Google



Localized version
 Japanese

Error category
 .Net Framework

Other localized versions
20 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions