Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Telerik RadGrid - hide left-most column

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.

like image 994
NoHair Avatar asked Feb 10 '10 23:02

NoHair


1 Answers

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

like image 129
Vladimir Enchev Avatar answered Oct 22 '22 11:10

Vladimir Enchev