Hi Everyone,
I have a problem with CellValidating event.
GridView CellValidating event fires more than once when NewRowEnterKeyMode property sets to RadGridViewNewRowEnterKeyMode.EnterMovesToNextCell.
I have messagebox in CellValidating event to check the value could not be empty.
when I try press enter key to leave cell, CellValidating event fires Twice. While there is a need a time validate. as a result messgebox shown Twice
please pay attention only when
1. NewRowEnterKeyMode sets to RadGridViewNewRowEnterKeyMode.EnterMovesToNextCell
2. Press Enter Key to move next cell ( Tab Key behavior is great)
I am very grateful everyone help me.
Thank You.