Telerik - How to iterate through a RadGrid

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