Window Form - Remove DataGridview Selector Column

 

It takes me some time to find a way how to hide DataGridView selector column. In fact, we had a property called RowHeadersVisible  we just need to set its value to false, so that the empty selector column will no longer appear in our data gridview.



After applying to change its property to False, we do not see that column anymore in our result.




Comments

Popular posts from this blog

How to prevent a user from running Task Scheduler in Windows

Reading excel file in asp.net