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:
/Christian
<
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