Bootstrap datepicker in inline edit problems
Bootstrap datepicker in inline edit problems
I'm trying to use Bootstrap datepicker plugin in Editor. In separate window it working fine. But in inline edit mode it has number of problems:
1) doesn't set value to field on click
2) I have to date fields, it shows only on one
If it's important I'm creating datatable from html table, not from ajax
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Can you link to the page showing the issue please?
Regarding the point about two date fields - is that two different database columns shown in a single cell? The inline editing option of Editor only supports a single field at a time - you would need to use bubble editing (
bubble()
) if you wanted to edit multiple fields at a time (other than the main editing window of course).Allan
Hello Allan.
I can give you a link and login but not to the public.
The second problem I've resolved. It was just wrong matching Jquery rule