I have a WPF datagrid and it works great but I notice some sort of very tiny column before the first column …I want to remove it ….How do I do it ?
Take a look at the picture:
http://i45.tinypic.com/2d177f9.jpg
…the thing I want to remove is what I surrounded in the red rectangle.
That’s the row header. When you click on it, it selects the whole row. By default it looks like a weird artifact like you mentionned.
Just set the property like this RowHeaderWidth=”0″ and it will disappear, or set it to bigger to see it better.