Removing Row Header in Data Grid in .Net
Problem 1:
Does anyone know how to remove (or not display) the first column on the left hand side on a datagridview.
Problem 1:
Does anyone know how to remove (or not display) the first column on the left hand side on a datagridview.
a pen and three dots are displayed when a row is selected on that column.
Solution
Just do change the property Rowheader Visible as false.
That's It...

No comments:
Post a Comment
Comment Here..