Telerik - How to iterate through a RadGrid

This short code sample shows how to iterate through a RadGrid

Related Articles

... and you 'll find more on the Telerik ASPNET Grid Menu

For Each oItem As GridDataItem In RadGrid1.Items
    'get items that are in bound columns
    Dim strItemNumber As String = oItem("itemnmbr").Text
 
    'get items that are in template columns
    Dim strPONumber As String = CType(oItem.FindControl("lblPONumber"), Label).Text
 
Next

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences