有时 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