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

Access BoundColumn

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jagat
Top achievements
Rank 1
Jagat asked on 22 Jun 2012, 03:05 PM

In previous version, RadGrid's BoundColumn could be accessed by

 

For Each rowItem As GridDataItem In rgNewTemplate.Items

RouteID = rowItem(

"RouteID").Text

 

Next

 

<rad:GridBoundColumn DataField="LID" UniqueName="LID" Visible="False" ReadOnly="true">

</rad:GridBoundColumn>

But in 2011.1.315.35 version. Its not working.

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Jun 2012, 03:57 PM
Hi,

Go through the help article below:
http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Jagat
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or