jQWidgets Forums

jQuery UI Widgets Forums Grid row details scroll position

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • row details scroll position #92111

    jahnvi25
    Participant

    i am using below code to keep scrollbars in synch between 2 tables.

    scrollmode: 'deferred',
    scrollfeedback: function(row)
    {
    var position = $("#jqxgridChild").jqxGrid('scrollposition');
    var left = position.left;
    var top = position.top;
    $('#jqxgrid').jqxGrid('scrolloffset', top, left);
    $('#strikeTbl').jqxGrid('scrolloffset', top, left);
    }

    and both tables has row details as well.. (they are same size) but when row details is opened.. scrollbars are not keeping the synch.. if user closes the rowdetails.. everything works fine

    how can i fix this

    row details scroll position #92115

    Peter Stoev
    Keymaster

    Hi jahnvi25,

    You are setting manually some scroll positions. We do not know how you can resolve that. May be use the default scroll mode.

    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.