Are fractional seconds support for the DateTime data types in SQL Server (DateTime, DateTime2...)?
If they are not supported what is the plan for adding these to the column.format functionality in the future?
Thanks!
Hi,
I'm not sure what you are asking. It sounds like you are looking for support for milliseconds in a grid cell.
I don't believe that there is any current support for editing milliseconds in the DateTimeEditor that the grid uses by default. But you might want to try using UltraCalendarCombo as your column's editor, instead.
I wondered if you tried Michael's suggestion of using the UltraCalendarCombo as you column's editor and if that helped you to achieve what you wanted.