Reputation: 143
As you see there is a while vertical column in the left side of this DataGridView:
DataGridView
How can I remove this parts of the teleriks's DataGridView ?
Upvotes: 0
Views: 399
Reputation: 7320
In the Xaml declaration of the RadGridView, you have to set :
RowIndicatorVisibility="Collapsed"
You can find more infos here
Upvotes: 1