PBU's notes
Jul 17, 2018
Exception InvalidRowException in Devexpress
private void gridView_InvalidRowException(object sender, DevExpress.XtraGrid.Views.Base.InvalidRowExceptionEventArgs e)
{
//해당 컬럼이 Invalid되었으면 아무 액션발생 안하도록 처리
e.ExceptionMode = DevExpress.XtraEditors.Controls.ExceptionMode.NoAction;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment