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
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.
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:RadGridViewShowGroupPanel="False"/>
With this being said, could you give these suggestions a try?
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?