jQWidgets Forums

jQuery UI Widgets Forums Grid Deleting value from a cell in second Grid is deleting values from first grid

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 6 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • S S
    Participant

    I have 2 JqxGrid on my screen and the second grid’s data is filtered on the basis of the first one’s ID.
    When I add a row in first grid having a dropdown & textbox. And add it’s respective row in second grid having 2 columns (one Dropdown & one textbox). On change of dropdown, I call begincelledit of the second column & set it’s default value.
    In one scenario – in first grid’s textbox column I add a value but don’t click tab or press anywhere but click on add button for second grid. Row is added in second grid, I select value in ddl and a value is added in its second column..but it becomes uneditable. Even backspace don’t work, but when I click delete button of keyboard then it deletes the value in first grid.
    It seems like focus is still on the first grid which is giving the issue. I tried endcelledit or first grid, focusout as well, but nothing is working. Any tips will be helpful.


    Hristo
    Participant

    Hello S S,

    Please, provide us with more details.
    Is there any error message in the console?
    It will be better if you could provide us with one simplified example of your scenario.

    Also, please, take a look at this demo, it could be helpful.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.