jQWidgets Forums

jQuery UI Widgets Forums Grid scroll bar in Grid

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • scroll bar in Grid #28701

    Rakesh
    Member

    Team,

    link for grid

    If you see in above link we can see scroll for grid at bottom.. I need to make it at top of grid.. How I can achieve that?
    Please let me know.

    Thank you,
    Rakesh

    scroll bar in Grid #28704

    Peter Stoev
    Keymaster

    Hi Rakesh,

    It is not possible to change the scrollbar’s alignment.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    scroll bar in Grid #28861

    Rakesh
    Member

    Dear Peter,

    I tried by cracking scroll bar css something like below

    $(“#Grid_” + id).find(“#contentGrid_” + id).css({ top: ’20px’ });
    var gridHeight = $(“#Grid_” + id).jqxGrid(‘height’);
    $(“#Grid_” + id).find(“#jqxScrollWraphorizontalScrollBarGrid_” + id).css({ top: ‘-‘ + (gridHeight – 20) + ‘px’ });

    But, the problem is When I am selecting one cell its getting selected in below of that cell.
    Do we have any alternate solution for this.

    Thanks,
    Rakesh

    scroll bar in Grid #28872

    Peter Stoev
    Keymaster

    Hi Rakesh,

    Unfortunately, we cannot offer you solution for functionality which is not supported.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.