I created radgrid edit option. when i open edit option it is fine. but when i clicked enter button in keyboard it is open create new option. i want solution.
You can avoid this problem by adding "onkeydown" event to the TextBox
and return false(which will not open insert form) if enter key is
pressed. Sample code is given below.
Thanks for your reply. it is working fine in textbox and radDatePicker also. but i clicked mouse in outside of the control the Enter key has been fired. is there any option control over the Form?