jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Disappearing rows in grid Disappearing rows in grid #133776

    mfair
    Participant

    We are experiencing the disappearing rows of data within the grid (in Chrome only) as well. We will be deploying a new site in November 2023 and would appreciate any response or update on the progress of a fix to this issue.

    To duplicate the issue
    1. go to your demo page https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/cellediting.htm
    2. change the theme to something different (like Material Green)
    3. place your cursor over the browser tab you are on (rows disappear in the grid)

    in reply to: Select everpresentrow Select everpresentrow #103937

    mfair
    Participant

    With the example you provided I was able to select the first cell of the everpresentrow upon load of the page. I was also able to select the first cell of the everpresentrow after the first row was added. BUT for the second row and every other row added, the first cell is selected and then appears to lose focus. The reason I say this is because the Add/Reset buttons flash beneath the first cell. What other functions/methods/events execute after the addrow callback function has completed (and could possibly “steal” the focus from the first cell)?

    in reply to: Select everpresentrow Select everpresentrow #103869

    mfair
    Participant

    Thank you Martin…the example helped. I had to add the class jqx-grid-cell-add-new-row to the selector to get it to work for me. For example: $(“#jqxGrid input.jqx-grid-cell-add-new-row”)[0].focus();

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