Hi
1 - Open the UltraDateTimeEditor
2 - Select any date
3 - Open it again
4 - Use year's spin buton to move dates to move forewared and back dates
5 - Now you will see the repainting issue.
The dates start disappearing as in attached image. I think there is a repainting issue. How to resolve it?
Either u place it in ultragrid or independent control. this issue is still there.
Regards
Asad
See this thread: UltraDateTimeEditor Dates not visible - Infragistics Forums
Hi Mike
I ve already visited that thread. Now i want to find the solution in case of ultragrid. when datetime style is used in the grid's column. then it also shows the same behaviour. How to control it in the grid?
I don't know if there is a way. You could try doing the same workaround. I guess you would use the CellChange event of the grid in this case and set the Value on the cell. If that doesn't work, then there's not much else I can think to do.
Thanks for ur kind reply. I have also tried it but it did not work. So please say to your developers' team to work on it and fix it. If this is not possible then replace the Month calendar view from the Grid with Infragistics' MultiMonthView.
Asad Naeem
Hi Asad,
You can do this already. Set the EditorControl property of the column to an instance of an UltraCalendarCombo control on the form.