i created radgrid with edit option. when clicked edit button displayed values in textbox. then i clicked enter button means another add new record option has been displayed. how to avoid this problem?
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.