GridView

2 Answers 3 Views
GridView Styling
Pascal
Top achievements
Rank 2
Iron
Pascal asked on 11 Sep 2025, 11:52 AM
Hii,

Can someone tell me how I can remove this green line in the GridView, as well as the text shown above that is written in German? I haven’t found any way to do this, or I may have missed it in the documentation.
This green line is movable, but I have not yet found out why that is the case.

2 Answers, 1 is accepted

Sort by
1
Accepted
Stenly
Telerik team
answered on 11 Sep 2025, 12:00 PM

Hello Pascal,

The green line that is observed is the frozen columns functionality of RadGridView, which can be disabled via the CanUserFreezeColumns property that you can set to False.

<telerik:RadGridView CanUserFreezeColumns="False"/>

About the second requirement, this text is from the group panel of RadGridView, which can be hidden via the ShowGroupPanel property that you can set to False.

<telerik:RadGridView ShowGroupPanel="False"/>

With this being said, could you give these suggestions a try?

Regards,
Stenly
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Pascal
Top achievements
Rank 2
Iron
answered on 12 Sep 2025, 06:08 AM
Thank you for your answers, I used both and it helped. However, I still have one more question, because I thought that the green element would also disappear right away, but it is still there — the line. Can this also be made to disappear?
Where the 2nd arrow is pointing?
Stenly
Telerik team
commented on 12 Sep 2025, 08:46 AM

Hello Pascal,

The green line should disappear when the CanUserFreezeColumns property of RadGridView is set to False.

<telerik:RadGridView CanUserFreezeColumns="False"/>

The produced result should be as follows:

With this being said, I attached a test application to showcase this, so, could you give it a try and let me know if I am missing something?

Pascal
Top achievements
Rank 2
Iron
commented on 12 Sep 2025, 11:17 AM

Worked for me, thank you for your help.
Tags
GridView Styling
Asked by
Pascal
Top achievements
Rank 2
Iron
Answers by
Stenly
Telerik team
Pascal
Top achievements
Rank 2
Iron
Share this question
or