jQWidgets Forums

jQuery UI Widgets Forums Grid Filter Row

This topic contains 12 replies, has 5 voices, and was last updated by  Hristo 5 years, 2 months ago.

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Filter Row Posts
  • Filter Row #86924

    sh.ba
    Participant

    hello,
    I have problem with toggle Showfilterrow. when the button click to false this property and filter panel condition shows, the group by action generate error: Cannot read property ‘parentNode’ of undefined

    it needs the button click again to fix problem.

    Filter Row #86946

    Ivo Zhulev
    Participant

    Hi sh.ba,

    Can you please provide us with a fiddle demonstrating your issue ?

    Best Regards,
    Ivo

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

    Filter Row #106283

    robf
    Participant

    Hi,
    Ran into the same exact issue today and cannot resolve. Error scenario is straight-forward.

    1. Create grid widget that is ‘goupable’.
    2. Before grouping perform $(“#grid”).jqxGrid({‘showfilterrow’: true});
    3. $(“#grid”).jqxGrid({‘showfilterrow’: false});
    4. Try to drag and drop a column to ‘groupby’

    Error occurs exactly as described above.

    I tried to $(“#grid”).jqxGrid(‘updatebounddata’, ‘filter’) and similar with no luck.

    Any other ideas show to reset the grid so that groupby will work again?

    Thanks
    Rob

    Filter Row #106300

    Todor
    Participant

    Hello Rob,

    Please share a jsfiddle/codepen example demonstrating the reported issue, so that we may determine what causes it.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    Filter Row #106315

    robf
    Participant
    Filter Row #106327

    Todor
    Participant

    Hello Rob,

    It seems that this is an issue. We have created a work item for this case.
    Thank you for the feedback!

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    Filter Row #106335

    robf
    Participant

    As a follow-up, when trying to GROUP after toggling filter row ON/OFF, the stack trace is

    Uncaught TypeError: Cannot read property 'parentNode' of undefined
        at H (jqxgrid.js:8)
        at c.<computed>._rendervisualrows (jqxgrid.js:8)
        at l (jqxgrid.js:8)
        at c.<computed>._renderrows (jqxgrid.js:8)
        at c.<computed>.rendergridcontent (jqxgrid.js:8)
        at c.<computed>._render (jqxgrid.js:8)
        at c.<computed>.refreshgroups (jqxgrid.grouping.js:8)
        at c.<computed>.insertgroup (jqxgrid.grouping.js:8)
        at c.<computed>._insertaftergroup (jqxgrid.grouping.js:8)
        at HTMLDocument.<anonymous> (jqxgrid.grouping.js:8)
    Filter Row #106413

    robf
    Participant

    Hi – wondering if there’s any work-around for this while you’re trying for permanent fix?
    Thanks

    Filter Row #106416

    Todor
    Participant

    Hello Rob,

    Unfortunately there is no workaround for this.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    Filter Row #107153

    robf
    Participant

    Hello Todor,
    I noticed that a new version of of jqwidgets was released – 8.3.2 but still experience this issue in my app. Has this been addressed in any way?

    I have updated my fiddle to show the behavior which appears to occur when there are more than eight(8) columns present.
    https://jsfiddle.net/rfossella/0a6ufg5b/72/

    Please let me know.

    Thanks.
    Rob

    Filter Row #107168

    Hristo
    Participant

    Hello Rob,

    Thank you for this additional example.
    I will add it too to our system.
    Thank you for your patience.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    Filter Row #108042

    robf
    Participant

    Hello,
    Still wondering if this issue has been resolved? Still appears to be present. Can you please offer a work-around?
    It’s very difficult to offer filterrow option and grouping when users find error almost immediately.
    Thanks.
    Rob

    Filter Row #108044

    Hristo
    Participant

    Hello Rob,

    Unfortunately, I cannot engage with a deadline when this will be done.
    Because we work on different tasks with a different priority.
    That I think it could be a possible solution is to create a custom filterrow above the jqxGrid.
    Also, another alternative is the jqxDataTable with the advanced” option of filtering.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.