Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
How to get the band for Row?
posted

We are using the WHDG from version 13.2. Below get called on initialization of each row.

Private Sub dgGrid_InitializeRow(ByVal sender As Object, ByVal e As RowEventArgs) Handles dgGrid.InitializeRow

…..

End Sub

On InitilizeRow event we do get each row. We do alter each column from the row to assign hyperlinks & assign javascript to it.

How to identify the band for current row?

Thanks!