James
James

Reputation: 143

WPF Telerik :Remove Vertical Column on left side of the gridview

As you see there is a while vertical column in the left side of this DataGridView:

enter image description here

How can I remove this parts of the teleriks's DataGridView ?

Upvotes: 0

Views: 399

Answers (1)

rducom
rducom

Reputation: 7320

In the Xaml declaration of the RadGridView, you have to set :

RowIndicatorVisibility="Collapsed"

You can find more infos here

Upvotes: 1

Related Questions