How to hide group by box programmatically
Set the GridView.OptionsView.ShowGroupPanel to false.
GridView gv = (GridView)gc.MainView;
gv.OptionsView.ShowGroupPanel = false;
Reference : How to hide group by box programmatically
Written by 小叮噹文青
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ui
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#