jQuery UI Widgets Forums Grid Inline editing

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

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Inline editing #57811

    Alexandra
    Participant

    Hello,

    I have a problem with inline editing. As you can see I have 2 columns in grid : name (type = textbox) and app (dropdownlist with checkboxes).

    The problem is when I am trying to edit a row. I double click on a row, it becomes editable, I select/unselect something for “app” field and after that if I click OUTSIDE the grid, the value that should be in the “app” column is placed in the “name” column, and the “app” column contains the oldvalue.

    Can you help me find out what is wrong ?

    Thank you!

    Inline editing #57812

    Alexandra
    Participant

    Here is the grid :

    Inline editing #57813

    Alexandra
    Participant
    Inline editing #57814

    Dimitar
    Participant

    Hello Alexandra,

    selectionmode: "programmatic" is no longer supported. Please set the selectionmode property to “singlerow” instead.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Inline editing #57815

    Alexandra
    Participant

    Hey,

    selectionmode property is set to “singlerow”, I think you meant to set editmode property to “selectedrow”.
    Right ?

    Inline editing #57816

    Dimitar
    Participant

    Hi Alexandra,

    I am sorry, you are correct. It must have been a copying mistake. Set editmode to “selectedrow”.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Inline editing #57817

    Alexandra
    Participant

    No problem. I just wanted to be clear.

    Thank you very much!

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

You must be logged in to reply to this topic.