Bootstrap datepicker in inline edit problems

Bootstrap datepicker in inline edit problems

sergedasergeda Posts: 42Questions: 16Answers: 0

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

Answers

  • allanallan Posts: 61,787Questions: 1Answers: 10,115 Site admin
    Answer ✓

    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

  • sergedasergeda Posts: 42Questions: 16Answers: 0

    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

This discussion has been closed.