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

Select a single cell

6 Answers 151 Views
GridView
This is a migrated thread and some comments may be shown as answers.
dennis
Top achievements
Rank 1
dennis asked on 18 Mar 2009, 02:26 PM
How i can select a single cell and not all the row?

6 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 18 Mar 2009, 02:40 PM
Hi dennis,

Currently RadGridView does not support cells selection - we will do our best to provide this for Q2.

Best wishes,
Vlad
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
Dario
Top achievements
Rank 1
answered on 21 Aug 2009, 09:43 AM
Hi Vlad,
since Q2 is released, are there any updates on this? 
0
Milan
Telerik team
answered on 21 Aug 2009, 02:10 PM
Hi Dario ,

We still do not have cell selection per se, but we if you are only interested in selecting just a single cell you could use our CurrentCell property. When you click on a certain cell it automatically becomes current, which could be used to simulate cell selection.

In your first message you mentioned that you do not want to select the whole row - you could easily turn off the selection visual state for all rows by modifying the original row template.

With some XAML code you might be able to achive the desired functionality and appearance.

Sincerely yours,
Milan
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
Nick
Top achievements
Rank 1
answered on 04 Oct 2012, 09:58 AM
Hi Guys,

I think you underestimate how many people want this, we've been requiring this for at least a year now.
So if it's worth anything I'd like to add onto this request and ask please can this be done. Please Please Please.
0
Vlad
Telerik team
answered on 04 Oct 2012, 10:25 AM
Hello,

This thread is very very old.  Actually we have such feature from almost 2 years:
http://demos.telerik.com/silverlight/#GridView/Selection/CellSelection

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Nick
Top achievements
Rank 1
answered on 04 Oct 2012, 11:04 AM

Not really it's something I'd like to do from the code, e.g.

int row = 3;

int col = 4;

SelectedCell = radgridview.Cell(row, col);

 

regards

Tags
GridView
Asked by
dennis
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Dario
Top achievements
Rank 1
Milan
Telerik team
Nick
Top achievements
Rank 1
Share this question
or