jQWidgets Forums
jQuery UI Widgets › Forums › Grid › hide group column
Tagged: #jqwidgets-grid, grid, javascript grid, jquery grid
This topic contains 9 replies, has 2 voices, and was last updated by Hristo 8 years, 3 months ago.
-
Authorhide group column Posts
-
is there a way to hide that grouping column(column with arrow to open group) and open group programmatically only ?
Thanks
also after grouping… when i call $(‘#jqxgridChild’).jqxGrid(‘showrowdetails’, index); passing boundIndex from parent table.. its not working.. any reason why.. if i remove grouping .. then same code works fine..
anything please..
Hello jahnvi25,
Could you clarify what you mean with this “hide that grouping column”?
The “showrowdetails” is method when the Grid has ‘row details’.
When you have grouping you could useexpandgroup
,expandallgroups
and the oppositecollapsegroup
andcollapseallgroups
methods.
Please, take a look at this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/grouping-toggle-sub-rows.htm?lightBest Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comsorry for confusion.. i want to hide the column which shows arrow icon(expand and collapse) from user.. and use expand,collapse method programmatically..just like showrowdetailscolumn:false.. would not show that column on grid..
Thanks
Hello jahnvi25,
I would suggest you look at this forum topics:
http://www.jqwidgets.com/community/topic/hide-the-nested-grid-with-no-data/
http://www.jqwidgets.com/community/topic/hide-details-column-icon/
(I hope this will help.)Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comthanks for reply, i did look at those posts. they are very helpful. i was able to hide icon.. but is there a way to remove empty white space as well…i have 3 tables on screen.. and would like to save that space as well..currently it hides icon. but leaves the space,,
Thanks
Hello jahnvi25,
Could you clarify this ” but is there a way to remove empty white space as well…”?
Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comso when you hide the icon.. it still takes 25px on that cell.. i want to remove that cell..and move all cells 25px left side to their original spot..
for more details.. look at the screen shot belowThanks
Hello jahnvi25,
Unfortunately, it is not possible.
Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.