I have some buttons in grid which is used to open a model popup(inside grid) .
I included Form.DefaultBut ton = SaveBtn.UniqueI d in my code.
Finally i have a save button(default btn) to save the content in grid. when i hit enter button inside the form only one time the default button works , second time i hit the enter button its not working. I have set all the buttons Submit behaviour to false expect Save button. Please Help. Only one time the code executes fine second time its not working i.e iam not able save my content ... SaveButton is not firing the second time ...
I included Form.DefaultBut ton = SaveBtn.UniqueI d in my code.
Finally i have a save button(default btn) to save the content in grid. when i hit enter button inside the form only one time the default button works , second time i hit the enter button its not working. I have set all the buttons Submit behaviour to false expect Save button. Please Help. Only one time the code executes fine second time its not working i.e iam not able save my content ... SaveButton is not firing the second time ...
Comment