jQWidgets Forums

jQuery UI Widgets Forums Grid Grid cell overflow

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid cell overflow #66836

    serdar88
    Participant

    Hi,
    I implemented a row action popup for my grid.First i add an extra column for action menu and then i wrote cellsrenderer function.I use bootstrap dropdown menu for my popup.But when i click the menu button, my popup doesn’t show.Because jqx-grid-cell class sets overflow hidden.Can i reach the cell div for my action column to change the overflow attribute? Or any other suggestions for my problem?

    I don’t want to override jqx-grid-cell class for all cells so it doesn’t cause any other problem for my grid.

    Thank you.

    Grid cell overflow #66842

    Peter Stoev
    Keymaster

    Hi serdar88,

    cellsrenderer expects HTML String as return value. This method cannot be used for displaying widgets inside jqxGrid. I don’t suggest you to remove the “overflow” or any other layout setting.

    Best Regards,
    Peter Stoev

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

    Grid cell overflow #66844

    serdar88
    Participant

    Is there any other way to use a popup like widget on the grid?

    Grid cell overflow #66846

    Peter Stoev
    Keymaster

    Hi serdar88,

    Sorry, no such way.

    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.