Devexpress, GridControl, Find Panel, Search, Highlight, not filter
如果你出现这个情况,很可能是你调用了gridView的BeginUpdate,但是却调用了EndDataUpdate导致的。
正常的应该是
BeginUpdate和EndUpdate配套,但是因为Code Insight,EndDataUpdate在前面,如果不注意就会导致错误了。
Please check your GridView BeginUpdate/EndUpdate calls, becareful the EndUpdate not confused with EndDataUpdate!