N
nomad
Hi,
I want to be able to check to see if a Grid is not in Edit mode. I
have tried if (e.Row.RowState != DataControlRowState.Edit and I have
tried if ((e.Row.RowState & DataControlRowState.Edit) = 0) but neither
will work. Does anyone know how I can do this?
Appreciate the help.
I want to be able to check to see if a Grid is not in Edit mode. I
have tried if (e.Row.RowState != DataControlRowState.Edit and I have
tried if ((e.Row.RowState & DataControlRowState.Edit) = 0) but neither
will work. Does anyone know how I can do this?
Appreciate the help.