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

Getting rid of "Drag a column here to group..."

7 Answers 2514 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 22 Aug 2012, 05:16 PM
Want to get rid of the Drag a column here to group above the column header text.  Do not need this feature.  Can not locate the setting for this. 

7 Answers, 1 is accepted

Sort by
0
Accepted
Don
Top achievements
Rank 1
answered on 22 Aug 2012, 07:06 PM
We typically do this in code:

GridName.EnableGrouping = False

where GridName is the name of the grid.

You can also get the same result by setting the ShowGroupPanel property to False, if I'm not mistaken.
0
Jeffrey
Top achievements
Rank 1
answered on 23 Aug 2012, 07:44 AM
Thanks, setting ShowGroupPanel to false did the job.

Don
0
Don
Top achievements
Rank 1
answered on 23 Aug 2012, 01:54 PM
You're welcome, Jeffrey!
0
Karthik
Top achievements
Rank 1
answered on 10 Dec 2013, 08:47 AM
I have set the  ShowGroupPanel property to False eventhough "Drag a column header and drop it here to group by the column" is dispalying when i print the RadGridView. Kindly suggest me how to hide the message in RadGridView printing.
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 13 Dec 2013, 08:36 AM
Hello Karthik,

Thank you for contacting Telerik Support.

I tried to reproduce the issue you are facing, but without success. Could you please specify the exact steps that I should follow or get back to me with a sample code so that I can investigate the precise case?

Note that you will have to open a new support ticket if sending files (different than images) is required.

Thank you for your cooperation.

I am looking forward to your reply.

Regards,
Desislava
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Tisson
Top achievements
Rank 1
Veteran
answered on 04 Sep 2020, 09:18 AM
How can I edit the "Drag a column header and drop it here to group by that column" string in Kendo-React. 
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 04 Sep 2020, 09:35 AM

Hi, Tisson,

I would like to note that this forum is related to the Telerik UI for WinForms suite.

However, it seems that you are using the Kendo React suite. I would kindly ask you to post your technical questions in the relevant forum: https://www.telerik.com/forums 

Thus, the appropriate community would gladly assist you. Thank you for your understanding.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

Tags
GridView
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Don
Top achievements
Rank 1
Jeffrey
Top achievements
Rank 1
Karthik
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Tisson
Top achievements
Rank 1
Veteran
Share this question
or