jQWidgets Forums

jQuery UI Widgets Forums Grid Remove 'ellipsis' column

This topic contains 3 replies, has 2 voices, and was last updated by  Martin 6 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Remove 'ellipsis' column #104138

    robf
    Participant

    Hello,
    Is there a way to remove the ‘ellipsis’ column that shows as the last column of the grid? It appears to be useful but the filter menu that shows up on that overlay seems to have a z-index issue where the submenu (e.g. contains) shows up underneath the overlay. I’d simply like to remove if possible.
    Thanks

    Remove 'ellipsis' column #104147

    Martin
    Participant

    Hello robf,

    Yes, jqxGrid has enableellipsis property, which you can set to ‘false’.

    Best Regards,
    Martin

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

    Remove 'ellipsis' column #104153

    robf
    Participant

    Hi Martin,
    Sorry for the confusion. I’m aware of that option to display ellipsis inside the cell. I’m referring to the LAST column of the grid which, when clicked on, displays a form screen w/row details. Please see link.
    Thanks.
    Rob
    https://ibb.co/dMQ7qRc

    Remove 'ellipsis' column #104156

    Martin
    Participant

    Hello robf,

    Now I reproduced the issue you are describing. Thank you for the feedback!
    Actually, you can fix it by setting a big z-index value in the css for the .jqx-listbox-container class.
    Here is an Example.

    If you would still like to remove the ellipsis functionality you can set the adaptive to ‘false’ or remove it and then all columns will be displayed with a horizontal scrollbar of the grid.

    Best Regards,
    Martin

    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.