This is a migrated thread and some comments may be shown as answers.

How to change position of Group Panel

3 Answers 151 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pedrito
Top achievements
Rank 1
Pedrito asked on 14 Sep 2016, 08:14 AM

It's completely essential to move the position of the Group Panel, for example below a Command Item bar, or below the Search Row.

Why a "toolbar" will be displayed under the group panel? It has no sense...

I've seen another thread asking the same, and it was solved... but for AJAX, Is it possible to do that on WinForms??

 

http://www.telerik.com/forums/position-group-panel-below-command-item-template

http://feedback.telerik.com/Project/108/Feedback/Details/46832-configurable-group-by-box-position

 

 

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 14 Sep 2016, 12:28 PM
Hi Pedrito,

Thank you for writing.

In the WinForms grid, the group panel is not part of the grid TableElement. This element holds all rows. So the group panel is not a row and the best you can do is to move it bellow the entire grid:
DockLayoutPanel.SetDock(radGridView1.GridViewElement.GroupPanelElement, Telerik.WinControls.Layouts.Dock.Bottom);

I hope this will be useful. 

Regards,
Dimitar
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0
Irene
Top achievements
Rank 2
answered on 14 Sep 2016, 01:10 PM

I think it's unintuitive put the group panel at the end of the control.

My real problem is for the SearchRow, because it's very odd the group panel placed above this Search Bar.

I know it's possible to place the search bar at the end (my first idea), but I can't fix it at the end. That is, I don't want to put it below the last row, I wanted to put it at the end of the grid always.

Is this possible?

Regards and thanks!

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 16 Sep 2016, 12:27 PM
Hello Irene,

Thank you for writing.  

Your question has already been answered in the other thread you have opened on the same topic. Please, see our answer there for more information: http://www.telerik.com/forums/fix-the-search-row-position-at-the-bottom

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
Pedrito
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Irene
Top achievements
Rank 2
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or