jQWidgets Forums

jQuery UI Widgets Forums Grid Dropdown Grid not Scrolling without paging enabled

This topic contains 2 replies, has 2 voices, and was last updated by  SkippingAdi 12 years, 4 months ago.

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

  • SkippingAdi
    Participant

    Hi
    I copied the dropdown grid example from: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/dropdowngrid.htm

    and changed the grid initialization slightly:

    $(“#jqxgrid”).jqxGrid(
    {
    width:550,
    height:400,
    source:dataAdapter,
    columnsresize:true,
    columns:[
    {text:‘First Name’,columntype:‘textbox’,datafield:‘firstname’,width:90},
    {text:‘Last Name’,datafield:‘lastname’,columntype:‘textbox’,width:90},
    {text:‘Product’,columntype:‘dropdownlist’,datafield:‘productname’,width:180},
    {text:‘Quantity’,datafield:‘quantity’,width:70,cellsalign:‘right’},
    {text:‘Price’,datafield:‘price’,cellsalign:‘right’,cellsformat:‘c2’}
    ]

     I have removed pageable: true and autoheight: true so that the grid should display all data and the user should be able to scroll down the grid if user has clicked onto the button.

    But the result is, that the button opens and displays the grid. The grid has as expected no paging at the bottom and displays the scrollbar. But I’m unable to scroll! It seems the scrollbar is frozen. If I click onto the bottom arrow of the scrollbar the scrollbar moves down but the data is not moved. After this click the grid at all behaves unexpectedly.

    JqWidgets 2.7, Internet Explorer 8 on Windows 7 64Bit.
    Hope you can reproduce the behavior and give me a hint how to get it work?

    Regards
    Adrian

     

     

     

    });

     

     


    support
    Participant

    Hi SkippingAdi,

    Thank you for writing.

    We managed to reproduce the problem and it will be fixed for jqWidgets 2.8 version, which will be available today.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com


    SkippingAdi
    Participant

    Hi Mariya

    I just tested the behavior with version 2.8 and it is fixed.

    Thanx
    Adrian

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

You must be logged in to reply to this topic.