or
Hello,
i use a RadGridView with a GridViewDateTimeColumn.
How can i localize the dropdown calendar of this column ?
Kind Regards,
Ramius

Using stream As FileStream = File.Create("schedule.ics") Me.schAvailability.Export(stream, New SchedulerICalendarExporter)End UsingBEGIN:VCALENDARPRODID:-//Telerik Inc.//NONSGML RadScheduler//ENVERSION:2.0CALSCALE:GREGORIANMETHOD:PUBLISHBEGIN:VTIMEZONETZID:Mountain Standard TimeBEGIN:STANDARDTZNAME:Mountain Standard TimeTZOFFSETTO:-0700TZOFFSETFROM:-0600RRULE:FREQ=YEARLY;BYDAY=SU;BYMONTH=11;BYSETPOS=1;WKST=MODTSTART:16010101T020000END:STANDARDBEGIN:DAYLIGHTTZOFFSETFROM:-0700TZOFFSETTO:-0600DTSTART:20070101T020000RRULE:FREQ=YEARLY;BYDAY=SU;BYMONTH=3;BYSETPOS=2;WKST=MOTZNAME:Mountain Daylight TimeEND:DAYLIGHTEND:VTIMEZONEBEGIN:VEVENTDTSTART;TZID=Mountain Standard Time:20100702T000000DTEND;TZID=Mountain Standard Time:20100702T235900SUMMARY:VacationDESCRIPTION:VacationUID:98ef45e7-e8b1-43b9-92f2-91cd7a9cf2fbLOCATION:VacationX-MICROSOFT-CDO-BUSYSTATUS:BUSYBACKGROUND:BUSINESSEND:VEVENTEND:VCALENDARDTSTART:20100702T000000-0700DTEND:20100702T235900-0700;TZID=Mountain Standard Time: is indeed an issue (for lotus notes)?DTSTART;TZID=Mountain Standard Time:20100702T000000DTEND;TZID=Mountain Standard Time:20100702T235900BEGIN:VTIMEZONETZID:Mountain Standard TimeBEGIN:STANDARDTZNAME:Mountain Standard TimeTZOFFSETTO:-0700TZOFFSETFROM:-0600RRULE:FREQ=YEARLY;BYDAY=SU;BYMONTH=11;BYSETPOS=1;WKST=MODTSTART:16010101T020000-0700
END:STANDARDBEGIN:DAYLIGHTTZOFFSETFROM:-0700TZOFFSETTO:-0600DTSTART:20070101T020000-0700RRULE:FREQ=YEARLY;BYDAY=SU;BYMONTH=3;BYSETPOS=2;WKST=MOTZNAME:Mountain Daylight TimeEND:DAYLIGHTEND:VTIMEZONEI tried to use "foreach" and "for" to get all rows in the demo of GridView Folder tree, but failed
for (int i = 0; i < radGridView1.Rows.Count; i++)
{}
foreach (GridViewRowInfo fvri in radGridView1.Rows)
{}