tel8618217223380/jquery-utils

timepickr will not bind to Form Editor in jqgrid.

Opened this issue · 3 comments

What steps will reproduce the problem?
1. Use jqgrid.: http://trirand.com/jqgrid/jqgrid.html
2. Try to bind to a form in the modal edit.
3. ex: {
editoptions:{
  dataInit:function(el){$("field_name"}.timepickr();
}
}


What is the expected output? What do you see instead?
I would expect timepickr to bind to the element, but it doesn't. However if
i specify any other input field that is not a part of "Edit Form" then it
does.  


What version of the product are you using? On what operating system?
Most recent.

Please provide any additional information below.

Original issue reported on code.google.com by mrkev...@gmail.com on 6 Oct 2009 at 7:26

I recieved a response from the Tony @ jqGrid.  Which gave me a work around..
Thought you might be interested in it, in regards to "element being into the 
dom"
Only because the jquery datepicker() works in this case, and your wouldn't. 

Here is the post: 
http://www.trirand.com/blog/?page_id=393/discussion/adding-timepickr-to-edit-for
m/#p10476

Thanks anyhow, i am going to use your timepickr now!


Original comment by mrkev...@gmail.com on 6 Oct 2009 at 4:31

Thanks -- that helped me a lot!

Original comment by Gambit...@gmail.com on 11 Feb 2010 at 4:40

Thanks for taking the time to report your progress .. and sorry for not having 
replied 
sooner.

Original comment by hainea...@gmail.com on 11 Feb 2010 at 4:44

  • Changed state: Accepted