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
the workaroung didn't work
i guess i will have to wait until we get the latest service release
meanwhile, is there a way to prevent the dropdown button from shownig (keep the datetime editor without the calendar drop down
thx
Judging from your screen shot, it looks like you're encountering an issue that has been addressed with the latest service release; if you can't download the service release immediately, a temporary workaround is to set the Format of the DateTime column to "MM\dd\yyyy".
-Matt
No,, the datatype is DateTime
this may arries when the datatype of that Coulmn may be a string.
chage it as datetime and try again.