i set the CellType to DropDownMonthCalendar, so that user can pick a date from the calendar, but after picking the date, i want the date to be displayed in a specific format, say "yyyy-mm-dd", how do i do that?
thanks!
AD
Administrator
Syncfusion Team
August 18, 2003 08:22 PM UTC
Currently to make things work smoothly and consistantly, you have to do this through events. Attached is a little sample.
JC
jacky chen
August 18, 2003 09:30 PM UTC
thanks!