jQWidgets Forums

jQuery UI Widgets Forums Grid Not able to scroll Disabled Grid

This topic contains 3 replies, has 2 voices, and was last updated by  Yavor Dashev 3 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Not able to scroll Disabled Grid #120867

    Santhoshh_hcl
    Participant

    Hi Team, I’m facing one issue in JqxGrid, I am using the jQWidgets v4.5.0. I have n number of rows in the grid and after disabling the grid, I can’t able to scroll the grid in order to check data or see the rows in the grid. Please help me to resolve this issue as soon as possible.

    Not able to scroll Disabled Grid #120874

    Yavor Dashev
    Participant

    Hi Santhoshh_hcl,

    When setting the disabled property to true this is the expected behavior.

    However if you just want to disable editing you can set the editable property of the columns and set it to false or use the setcolumnproperty method like so:
    $('#grid').jqxGrid('setcolumnproperty', 'ShipCity', 'editable', false);

    Also the version that you are using is quite old and I strongly recommend to update to the latest one.

    Let me know if that works for you!

    Please, do not hesitate to contact us if you have any additional questions.

    Best Regards,
    Yavor Dashev
    jQWidgets team
    https://www.jqwidgets.com

    Not able to scroll Disabled Grid #120886

    Santhoshh_hcl
    Participant

    Hi Yavor Dashev,

    I removed Disabled property of the grid, So I’m trying to set Editable property of the grid to false by using this following property $(‘#jqxGrid’).jqxGrid({ editable: false});. But I can able to edit the data in grid.
    -> Do we have any specific property to scroll the disabled grid or disabling the grid except scroll of the grid.
    -> If I update the version to latest one, will this issue get resolved in latest version?

    Thanks,
    Santhosh

    Not able to scroll Disabled Grid #120902

    Yavor Dashev
    Participant

    Hi Santhosh_hcl,

    Regarding you first question unfortunately setting the disabled property completely disables the grid.

    If you update to the latest version of jQWidgets the issue should be resolved.

    Let me know what you think!

    Please, do not hesitate to contact us if you have any additional questions.

    Best Regards,
    Yavor Dashev
    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.