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
60
DateTime in Grid column showing as Date
posted

I have a grid with a datatime value showing as only date.  What property on the grid should I change to show the entire datetime value?

Parents
  • 250
    posted

    Private Sub UltraGrid1_InitializeLayout(ByVal sender As System.Object, ByVal e As Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs) Handles UltraGrid1.InitializeLayout

    e.layout.bands(0).column(0).format = "M/dd/yyyy hh:ss"

Reply Children