Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

"Show All Day area" is do nothing

$
0
0
Hello Thabo,

The observed behavior of RadScheduleView in the sample project is an expected one. There is a limitation of the control that you can show all day area only when the DateGroupDescription is the last in GroupDescriptionCollection. So, if you want the AllDayArea to be visualized in the concrete sample project you have to modify the following code:
private void UpdateGroupDescriptions()
{
    if (this.EnableGrouping)
    {
...
        this.GroupDescriptions.Insert(0,groupDescription);
...
    }
...
}

Hopes this helps.

Regards,
Nasko
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>