Hi
I am woking on a .NET 2.0 application using UltrawinGrid. I have a Date column in my grid.
I want to display only the month and year. I dont want to display the day field.
when the user selects a date i want to ignore the day and display only the month and year.
How to Show only the month and year in a Date column?
Thanks
Ashok
Hi Ashok,
I don't beleive there is any support for showing dates without the days. You should Submit a feature request to Infragistics
Hi Mike,
Thanks for your reply. How can i achieve this functionality?
If i change the cell type, can i change the Text of the cell to show only month and year.
Can i open calendar on click of a cell and bind the month and year?
I can think of no easy way to do this. You might try using an UltraCalendarCombo and assigning it as the EditorControl of the column. Then you can set the Format on the column. Perhaps that will work better than the default editor - but UltraCalendarCombo does not use any masking, so that might not be what you want.