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
454
Add Calendar control to a cell
posted

Hello,

I try to add a calendar control into UltraWinGrid cells who may contain some Nullable dates (Nullable(of Date) datatype) but the UltraWinGrid doesn't recognize the data in those cells as "Date" and the grid doesn't display the calendar as it should do by default for date datatype. So I've tried to add a UltraCalendarCombo he can't deal with Nullable datatype even if this control had a 'allowNull' property

 I receive this error message : Editor provided by UltraCalendarCombo does not support the column's data type

Anyone know a control who may deal with Nullable dates (Nullable(of date)) and how to add it to an UltraWinGrid?

Thanks

Parents Reply Children