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
Hello
You can set the column propety editorcontrol with a UltraCalendarCombo.
Something like that
UltraGrid1.DisplayLayout.Bands(0).Columns(
"Date").EditorControl = Me.UltraCalendarCombo1