I have been testing the scheduler during which i was able to see one bug
In the sample code itself for GRID added two lines for mini calendar
var cal = scheduler.Calendars.AttachMiniCalendar();
cal.Navigation = true;
Now this gave me both but look at UI it works only for GRID
Also i would like to sort things in GRID based how do accomplish it
there is something for Sorting = GridViewColumn.Sort.Date
but doesnt work some light on this