Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi.
Is there any way to remove or hide the indicator icons shown in row header?
Hi Jay Sumalnap,
Thank you for the provided image.
What you can try is to hide the GridViewRowHeaderColumn. To do that you can set the RowHeaderColumnWidth property of the TableElement to 0.
this.radGridView1.TableElement.RowHeaderColumnWidth = 0;
I hope this approach will work for you.
Regards, Dinko 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.
Hi, Jay,
If you need just to hide the images, it is appropriate to set the following properties to null:
this.radGridView1.TableElement.EditRowHeaderImage = null; this.radGridView1.TableElement.CurrentRowHeaderImage = null;
If you need any further assistance please don't hesitate to contact me.