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

[Solved] Getting value from cell in RadGrid

1 Answer 1668 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christian Dollerup
Top achievements
Rank 1
Christian Dollerup asked on 10 Feb 2010, 03:55 PM
Hi. I'm sure this is easy if you know how. I have a RadGrid with a number of columns. Column 2 holds an id and the first column hold a select option:

<

 

telerik:GridButtonColumn Text="Show" CommandName="Select" >

 

 

 

</telerik:GridButtonColumn>

How do I get that id value so that I can use it serverside.? I use C#.

 

 


/Christian 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Feb 2010, 04:18 PM
Hello Christian,

You could access a cell value in the RadGrid control using the column Unique Name property. For more information about how to achieve this functionality, please examine the following articles:
Accessing cells and rows
Online example

Kind regards,
Pavlina
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Grid
Asked by
Christian Dollerup
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or