jQuery UI Widgets Forums Grid Grid Grouping | Handling Scrollbar

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid Grouping | Handling Scrollbar #51379

    rskbuvan
    Spectator

    Hi,

    Whenever there is a scroll happens in a grouping grid, the custom written styles and java script event’s are getting removed.

    Can anyone suggest me a solution on how to retain the custom written styles and java script events to a grid rows/columns?

    Looking for a reply.

    Thanks in advance,

    Cheers,
    Senthil

    Grid Grouping | Handling Scrollbar #51380

    Peter Stoev
    Keymaster

    Hi Senthil,

    Custom Styles and Custom HTML can be rendered through cellsrenderer and cellclassname column callback function. If you do it in that way, your customization would never be removed.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid Grouping | Handling Scrollbar #51445

    rskbuvan
    Spectator

    Hi,

    Thanks for your reply.

    I already utilized those callback functions in my grid.

    For groupable header’s, there is one additional column gets appended with icon and for it groups one additional empty column is also gets appended to match the indent.

    Here, I want to utilize that empty column by appending an icon with custom tooltip or title text.

    Please suggest me how to identify that empty column and customize it.

    Looking for your response.

    Cheers,
    Senthil

    Grid Grouping | Handling Scrollbar #51451

    Peter Stoev
    Keymaster

    Hi Senthil,

    There is no API for that. The column is auto-generated and is not customizable.

    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.