Is it possible to submit date from Jquery Ui Datepicker on blur?

Is it possible to submit date from Jquery Ui Datepicker on blur?

iteractioniteraction Posts: 7Questions: 5Answers: 0

Hi,
I have a table with inline editing enabled. One of the fields is of "date" type and uses the Datepicker plugin. The problem is that i have to press the "enter" key twice to submit the data.
Does anyone have a solution for this ?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,761Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Hi,

    Have you tried using the submitOnBlur option for the inline() method. It is part of the formOptions object.

    Allan

This discussion has been closed.