Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am working on windows application. I have a datagridview in form. I want to hide the pointer of the Row Header(which is in traingle form or which occurs on the row selected). I don't want to hide entire row header.

Thanks In Advance !!!
Posted
Updated 15-Jun-22 22:26pm

Please check the following link

Help removing indicator/pointer in row header of datagridview
http://social.msdn.microsoft.com/forums/en-US/winformsdatacontrols/thread/346e5839-1813-472b-8b3a-7344118819b3[^]
 
Share this answer
 
There is one property name RowHeadersVisible set it to false.

RowHeadersVisible[^]
 
Share this answer
 
Comments
Ank_ush 31-Dec-12 6:01am    
Tejas, I dont want to hide Row header, I just want to hide that pointer which is Traingle. In Row header I am showing Sr. Numbers 1,2,3....
Tejas Vaishnav 1-Jan-13 3:11am    
you need to add one more column to show sr number, but that row pointer is hidden using that property.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900