jQWidgets Forums

jQuery UI Widgets Forums DataTable datatable editing and focus

This topic contains 3 replies, has 2 voices, and was last updated by  Hristo 5 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • datatable editing and focus #108186

    defyent
    Participant

    Hello,

    It seems that when a datatable is in row edit mode, and it loses focus via the keyboard, ie using the tab key, it does not exit edit mode the same way it does when someone clicks outside of the table. Is there a way to fix this?

    datatable editing and focus #108224

    Hristo
    Participant

    Hello defyent,

    Please, provide us with more details about what you are expecting.
    What is your final goal?
    If you want when one cell is not on focus then you could use specific settings.
    Please, take a look at this demo.
    I would like to purpose your attention to the editSettings property.
    Or you could use methods to force the jqxDataTable to finish the editing with the endRowEdit or endCellEdit method.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    datatable editing and focus #111785

    defyent
    Participant

    Hello, thanks for the reply. What I would like is that the row ends edit mode when the cursor leaves the row/table, the same way it does when you click outside of the browser. Unfortunately it seems that when the cursor enters a new widget (outside of the datatable) via keyboard control, that no methods are triggered which would allow me to call endRowEdit, maybe this is a browser limitation.

    datatable editing and focus #111813

    Hristo
    Participant

    Hello defyent,

    Could you clarify it?
    Please, provide us with a simplified example (jseditor/jsfiddle) that demonstrates your case.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.