jQWidgets Forums

jQuery UI Widgets Forums Grid Editor looses focus on setcellvalue

This topic contains 2 replies, has 2 voices, and was last updated by  hypertyper 10 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Editor looses focus on setcellvalue #60264

    hypertyper
    Participant

    Hi,

    in an editable grid the active editor looses its focus when setcellvalue is called. Is there a way to avoid this?

    Regards
    Robert

    Editor looses focus on setcellvalue #60265

    Peter Stoev
    Keymaster

    Hi Robert,

    No and you should not call “setcellvalue” while an editor is on focus. The editor’s function is to edit a cell’s value.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Editor looses focus on setcellvalue #60272

    hypertyper
    Participant

    Hi Peter,

    based on the inputs in one column the values of other columns should be calculated by an ajax call. Actually I do have assigned the “cellendedit” event where the ajax-call is made. After getting the results from the ajax call I set the value of another column with the result from the ajax call with the setcellvalue method.

    How to realize this task without using the setcellvalue method?

    Regards
    Robert

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

You must be logged in to reply to this topic.