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

first column, selected row indicator column

8 Answers 1353 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 27 Aug 2010, 10:59 PM
How do you hide the first column in the grid.  It's the selected row indicator column.  So when you select a cell in a row, the arrow indicator moves to that row.  It's the column that shows up before you data columns are generated.

THanks

8 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 30 Aug 2010, 01:22 PM
Hello Christopher,

 Setting the RowIndicatorVisibility property of the RadGridView to Collapsed will resolve the issue.

Best wishes,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Balaji
Top achievements
Rank 1
answered on 09 Jun 2011, 07:57 AM
Hi Telerik team,
how to display the Rowindicator in right side instead left side of each row?
0
Vlad
Telerik team
answered on 09 Jun 2011, 08:00 AM
Hello,

 Are you looking for RTL support? If this is the case you can simply set FlowDirection="RightToLeft". In all other cases you can modify the template for the rows in Expression Blend to achieve desired result. 

Best wishes,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
loring vogel
Top achievements
Rank 1
answered on 28 Aug 2011, 06:34 PM
how do you hide the border of the row indicator as well as the indicator itself.  

i want a truly gridless/borderless grid.
0
Maya
Telerik team
answered on 29 Aug 2011, 07:20 AM
Hello Loring Vogel,

You may set the RowIndicatorVisibility to "Collapsed". This will remove the whole row indicator.

 

Regards,
Maya
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
loring vogel
Top achievements
Rank 1
answered on 29 Aug 2011, 02:03 PM
Yes,  it does collapse the row indicator,  but it leaves behind a double border line between it and the row itself.

I have hidden all other grid lines and the header wanting only to use the formatting of the grid without any other visual indication.

Is there a simple template I can modify to get this line to go away as well?

Thank you.

0
Vanya Pavlova
Telerik team
answered on 29 Aug 2011, 02:08 PM
Hi Loring Vogel,

 
Indeed this Border element is FrozenColumnSplitter of RadGridView. You may remove it through setting CanUserFreezeColumns property of RadGridView to False.


All the best,
Vanya Pavlova
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Nikhil
Top achievements
Rank 1
answered on 18 Jun 2012, 09:05 PM
Hello,

Related to the Row selection, my question is as below:

When the user adds a new row to the RadGridView, I want to programmatically/automatically (whichever works) move the Row Visibility indicator to the new row. How do I do that?

Thank you for your help.
Nikhil
Tags
GridView
Asked by
Christopher
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Balaji
Top achievements
Rank 1
Vlad
Telerik team
loring vogel
Top achievements
Rank 1
Maya
Telerik team
Nikhil
Top achievements
Rank 1
Share this question
or