BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
AddHandler GridListControl1.Grid.QueryCellInfo, AddressOf grid_QueryCellInfo Private Sub grid_QueryCellInfo(ByVal sender As Object, ByVal e As GridQueryCellInfoEventArgs) If e.ColIndex = 4 AndAlso e.RowIndex > 0 Then e.Style.Format = "dd/MM/yyyy hh:mm tt" End If End Sub