IT

TwitterFacebook
Get flash to fully experience Pearltrees
Microsoft Windows Presentation Foundation (WPF) には、機能豊富なデータ バインド システムが備わっています。このデータ バインド システムは、モデル - ビュー - ビューモデル (MVVM: Model-View-ViewModel) パターンを利用して、サポートロジックの UI 定義とデータとを疎結合できるようにする重要な要素となるだけでなく、ビジネスでのデータ検証のシナリオを強力かつ柔軟にサポートします。WPF のデータ バインド メカニズムには、編集可能なビューの作成時に入力データが有効かどうか評価する複数のオプションがあります。また、コントロールのテンプレートとスタイルを設定する WPF の機能を使用して、検証エラーをユーザーに通知する方法を簡単にカスタマイズできます。

MSDN Magazine: 入力の検証 - WPF で複雑なビジネス データの規則を適用する

http://msdn.microsoft.com/ja-jp/magazine/ff714593.aspx
http://stackoverflow.com/questions/4093074/datagrid-on-cell-validation-error-other-row-cells-are-uneditable-readonly In my wpf datagrid I have implemented validation using IDataErrorInfo . When there is a error in a cell, cells in other rows become ReadOnly. To me this makes sense, but business wants to be able to change other row cells without fixing the error i.e. in some scenarios let users make a mess and, poor developer's life miserable. I have tried resetting HasCellValidationError to false but it did not fix it. I'll very highly appreciate any feedback/suggestion on this issue.

wpf - DataGrid

WPF/DataGrid - PukiWiki

http://www.srcw.net/wiki/index.php?WPF%2FDataGrid Tag: WPF DataGrid 目次 † 参考情報 † スタイル・見た目 † 編集コマンド † キーボードによる編集 †
4月に開催されるニコニコ動画のユーザーイベント「ニコニコ超会議」に関する特別番組で、最新情報を届ける。場内MAPをニコファーレで「バーチャルお披露目」し、気になるトピックスをピックアップして発表する。「超パーティ」で発表されるニコニコ動画の新バージョン(Zero)も“チラ見せ”する。配信は4月6日19時0分〜。 http://www.itmedia.co.jp/

ITmedia