8

Can't remember / driving me crazy - how to hide the upper-left-most cell/column of a Telerik WPF RadGrid (so all column headers are flush-left?) I know it's something ridiculously easy/ simply forgot.

NoHair
  • 81
  • 1
  • 2

2 Answers2

11

You can set RowIndicatorVisibility="Collapsed" to achieve this.

Vladimir Enchev
  • 815
  • 7
  • 12
0

On RadGridView go to Open Property Builder Click on MasterTemplate on Left side and Uncheck the ShowRowHeaderColumn in settings tab.enter image description here

Sam Asir
  • 1
  • 1