jQWidgets Forums

jQuery UI Widgets Forums Grid Scrolling grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Scrolling grid #11122

    mpfromindia
    Member

    I have checkbox column in my grid generated by cellsrenderer. After selecting few checkboxes, if i scroll, the checkbox selection disappears.

    Scrolling grid #11124

    Peter Stoev
    Keymaster

    Hi mpfromindia,

    The cells renderer allows you to override the built-in cells display with custom HTML. However, that does not change you cell values and clicking on a cell will not change your cell’s value, too. When you scroll back, your cells renderer implementation will use the old cell value and will display the old HTML string as expected. If you want to implement custom cells editing, that’s something else. You will need to use the Grid’s setcellvalue method for applying new value for your cells.

    Best Regards,
    Peter Stoev

    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.