XtraGrid がデータの代わりに赤い十字を取得することがあります。( http://www.devexpress.com/Support/Center/p/CB4246.aspx、http://www.devexpress.com/Support/Center/p/A884.aspxなど)
例外で中断することを有効にしました (Ctrl+D、E、すべての例外を選択) - しかし、赤いコルが来るように何か他のことが起こるかどうかはわかりません。
「XtraGrid が赤い X を示している」状態にある場合、XtraGrid が再び機能するようになる簡単な方法はありますか (フォームを閉じて再度開くことだけを見た限り)。
私は次のようなものを探しています
GridView gridView = this. GridViewXYZ(objectview);
// objectView is refreshed
gridView.RefreshData(); // <- this can thorw an exception that data is not available / UI will get an red cross
// ??? do something to reset the gridView in a workig condition