Save button of the scheduler don't work by pressing "Enter".

Hi,
I have been working with this scheduler for quite a long time. Now suddenly I noticed that the “Save” button( marked in red box in the image) for saving the events responds to mouse click event but don’t save the events when
“Enter” pressed from the keyboard. Can anyone help me out how to make the save button respond to the “Enter” pressed from the keyboard?


Works correctly locally. Hot-keys can be redefined, but enter is still the default key for “stop edit”.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.

By any chance do you have some form around scheduler ? ( common case for .net )
In such case form can catch enter key, which may result in above behavior

can anyone tell me where the code for the save button is present in the scheduler? So that I can change the code and make the save button work by pressing the enter key.

save button calls

scheduler.editStop(true);

and it is defined in the

scheduler._click.buttons.save

hey thanx…

Hi,
Now I have a new problem, that the save event does not work in Firefox or Google chrome.But the previously saved events are displayed. Tell me how to make it work equally in all the browser?

It works equally well in all browser with default scheduler configuration.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.