But for some reason it won't bind to the form field.
if i create another input text elsewhere on the page(ie not a part of the Modal Form) and give it an id of "testtime" and then ("#testtime").timepickr(); From within dataInit: … The binding occurs… Its just not happening on the Edit Form.
Is there any chance to add the timepickr plugin in "inline editing" mode? I may be wrong, but the onInitializeForm is only trigged when you're using the Edit Window – opened by a click in a nav button.
As I was using the inline cell editing, I thought it would be easier to check with you if there's any update on this issue.
BTW, I was reading the documentation when I got the following [about the dataInit function]:
"(…) This is ideal way of attaching datepicker, timepicker and other."
As you have noticed in my last comment, it didn't work for me…
EDIT: I am using the latest version [3.6.3] w/ multiselect
Am I missing something here? Do you have any suggestion about using some plugins [timepicker, at least] in inline edit? Do you plan to add another function that gives the element already in the DOM?