Event ajax is not executed when the key enter is not pressed.

Hi, i have a grid type “view edit” with some fields it have a field with a event ajax, in this event i calcule a value for other field. If a user enter a value in this field and press enter, this event ajax is executed. but if the user not press enter and clicked on button save form, the event no is executed. (the other field do not get the value).

How can i fix this problem??

Hello,

On the Validate() event you could check if the updated field has any value, and if not you could perform the same code you are performing on the ajax event.

regards,
Bernhard Bernsmann

The problem is if my form has 10 or more events ajax for each field, i would have validate 10 or more fields NOT ONLY ONE…