This is a migrated thread and some comments may be shown as answers.

[Solved] How can I remove oth column in RadGridView

2 Answers 88 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
salon
Top achievements
Rank 1
salon asked on 10 Jun 2009, 06:16 AM
Hi All,
I am very new to Telerik controls
I am using Telerik RadGridView Control
I do not want the first column where the selected row icon ">" like this appears
Or I want to disable that icon for selected row

How can I do that ?

Does anybody have any idea?

Thanks in advance,

2 Answers, 1 is accepted

Sort by
0
Accepted
Missing User
answered on 10 Jun 2009, 06:30 AM
Hello salon,

You can set RowIndicatorVisibility="Collapsed" to hide that column like this:

<telerik:RadGridView x:Name="RadGridView" RowIndicatorVisibility="Collapsed"


Sincerely yours,
Anastasia
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
salon
Top achievements
Rank 1
answered on 10 Jun 2009, 06:52 AM
Hey Anastasia ,
Thanks a lot for ur quick response !
Nice solution!!! 
Tags
GridView
Asked by
salon
Top achievements
Rank 1
Answers by
Missing User
salon
Top achievements
Rank 1
Share this question
or