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
5520
DateTime Error in UltraGrid
posted

Hi,

i am using infragistics 9.1

i have an ultragrid with a datasource having the first column as DateTime

in the Grid, the cells of the first column are datetimeeditors (default behavrior of the grid)

my problem is that when i click the drop down button of the date time editor, i am getting an error. you can see the error in the attached image

Parents
No Data
Reply
  • 5
    posted

    Hello

    You can set the column propety editorcontrol with a UltraCalendarCombo.

    Something like that

    UltraGrid1.DisplayLayout.Bands(0).Columns(

    "Date").EditorControl = Me.UltraCalendarCombo1

     

Children
No Data