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
160
(UltraWebGrid) chaning cell values on server side
posted

Hello, I am using the UpdateCell event for server side validation, it works fine, but when I try to change others cells values it does nothing. What I am doing wrong?, It's not this the right event?.

Sample code:

 

        If e.Cell.Key = "Referencia" Then
            Dim oItem As ....
            Dim oA As .....
            oItem = oA.BuscarPorReferencia(e.Cell.Text, "")
            e.Cell.Row.Cells(Me.UltraWebGrid1.Columns.FromKey("NombreProducto").Index).Text = oItem.Nombre

        End If
 

 

Parents
No Data
Reply Children