As user puts more more column for grouping i need to increase height of GroupPanelElement so that it can show all column which are used in grouping without scrolling. Also, Want to decrease size if user remove column from grouping.
Thanks, Shubham Jain
1 Answer, 1 is accepted
1
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 14 Jul 2023, 12:48 PM
Hi, Shubham,
You have access to the panel by the GridViewElement.GroupPanelElement property. To increase its height you can set the MinSize property. Check the following code snippet:
this.radGridView1.GridViewElement.GroupPanelElement.MinSize = new System.Drawing.Size(0,80);
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik