jQuery UI Widgets Forums Grid Render Cell

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Render Cell Posts
  • Render Cell #24358

    Is it possible to just render a cell instead of using the updaterow functionality? I have a scenario where after a save to the database, the row may need to have a new look. I am using cellrenderers to handle the look of each cell as the grid is rendered.

    Currently, on the cellendedit event I trigger an updaterow after saving to the database. I am doing this so the grid will render again, and show the new look of the cells in the row. However, if the cellendedit is triggered by tabbing from one editable field to the next editable field, the editor is opened, then closed (FF) or left open but value missing and styles removed (IE10). I believe the refresh of the grid does not handle an editor being open during the refresh.

    More info… this only happens when the grid is paged or filtered. When all rows are visible, it seems to work better.

    What I would like to do instead of calling updaterow, is to be able to call a function to render a specific cell. Therefore causing the cellrenderer for the specific column to be executed.

    Thanks

    Render Cell #24369

    Dimitar
    Participant

    Hello gpatrick@devnext.net,

    Please check out the demo Edited Rows Rendering. We hope it is helpful to you.

    Best Regards,
    Dimitar

    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.