jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Filter Row
Tagged: #jqwidgets-grid, groupable, javascript grid, jquery grid
This topic contains 12 replies, has 5 voices, and was last updated by Hristo 5 years, 2 months ago.
-
AuthorFilter Row Posts
-
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 undefinedit needs the button click again to fix problem.
Hi sh.ba,
Can you please provide us with a fiddle demonstrating your issue ?
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/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
RobHello Rob,
Please share a jsfiddle/codepen example demonstrating the reported issue, so that we may determine what causes it.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello 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,
TodorjQWidgets Team
https://www.jqwidgets.comAs 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)
Hi – wondering if there’s any work-around for this while you’re trying for permanent fix?
ThanksHello Rob,
Unfortunately there is no workaround for this.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello 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.
RobHello Rob,
Thank you for this additional example.
I will add it too to our system.
Thank you for your patience.Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.comHello,
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.
RobHello 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 HristovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.