jQuery UI Widgets › Forums › Grid › expand group by clicking on the group header text
Tagged: collapse, expand, grid, grouping, javascript grid, javascript groupble grid, jquery grid
This topic contains 7 replies, has 2 voices, and was last updated by ivailo 10 years, 2 months ago.
-
Author
-
Hi
is there a possibility to get a group expanded by clicking on the group header title. By default it’s only expanding/collapsing when click on the arrow on the left side.Thanks
Hi joge123,
You can use collapsegroup and expandgroup in your custom functions to create this behavior.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comI tried this but to use this functions I need to pass the number (index?) of group.
But when I listen to the cellclick or rowclick event there is no variable passed that i can use. args.selectedindex and args.visibleindex is undefined.can you give me a hint how to implement this?
Hi joge123,
You can try some similar approach like this.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comthanks, but it’s not working when you have a scrolling grid. Any idea how to handle this?
Hi joge123,
Unfortunately we cannot offer you another workaround.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.commaybe its somehow possible to simulate the click in the arrow div? which event is used here? it’s not working when I trigger the click, select or mousedown event
Hi joge123,
Unfortunately we cannot offer you that type of solution.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.