jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Adaptive

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 6 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid Adaptive #103339

    kashehi
    Participant

    When i active adaptive:true for the grid in my project it shows the additional adaptive column with “…” by default and width of grid was 100%,I changed width of the grid but it shows that, at first i expect it doesn not show that column, when the browser window is resized it should be show that coloumn.what can i?
    and also
    additional adaptive column shows all field that return in json data, but i dont want some of them to show in that column, like Row Id, and some field such as deleted edited and…, how can i customize that?

    Grid Adaptive #103360

    Hristo
    Participant

    Hello kashehi,

    It depends what you want to achieve but you could bind to the “resized” event and do the desired changes for specific width.
    You could hide or show one column with the same manner. You need simply use the setcolumnproperty method with argument "hidden" for a particular column.
    Please, take a look at this example.

    Best Regards,
    Hristo Hristov

    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.