All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
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.