CommandCellClick

Private Sub RadGridView1_CommandCellClick(sender As Object, e As GridViewCellEventArgs) Handles RadGridView1.CommandCellClick
    Try
        If TypeOf (e.Row) Is Telerik.WinControls.UI.GridViewNewRowInfo Then
            Exit Sub
        End If
 
        If Me.RadGridView1.CurrentRow.Cells("custnmbr").Value Is Nothing Then
            Exit Sub
        End If
 
        Dim strFileName As String = Me.RadGridView1.CurrentRow.Cells("cmdfilename").Value.ToString.Trim
 
 
    Catch ex As Exception
        ErrorHandler.globalErrorHandler(ex, True)
    End Try
End Sub

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