This is a migrated thread and some comments may be shown as answers.

DisplayEmptyGroup

5 Answers 78 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Oksana
Top achievements
Rank 1
Oksana asked on 02 Feb 2011, 05:58 PM
Hello,

Is it possible to display Empty Group with ScheduleView like Scheduler does?
We really need to have that functionality...


Oksi

5 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 02 Feb 2011, 06:02 PM
Sure. You just need to set ShowNullGroup=true on the ResourceGroupDescription.

Greetings,
Valeri Hristov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Oksana
Top achievements
Rank 1
answered on 02 Feb 2011, 07:37 PM
Can you please provide a sample?

thank you.
0
Valeri Hristov
Telerik team
answered on 03 Feb 2011, 09:11 AM
Hello Oksana,

Here is the requested sample code:

<telerik:RadScheduleView ...>
 ...
 <telerik:RadScheduleView.GroupDescriptionsSource>
  <telerik:GroupDescriptionCollection>
   <telerik:ResourceGroupDescription ResourceType="Category" ShowNullGroup="true" />
   <telerik:ResourceGroupDescription ResourceType="Level" />
  </telerik:GroupDescriptionCollection>
 </telerik:RadScheduleView.GroupDescriptionsSource>

</telerik:RadScheduleView>

Kind regards,
Valeri Hristov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Oksana
Top achievements
Rank 1
answered on 07 Feb 2011, 05:50 PM

Hi Valeri,

thank you for your responce.

I have another question.

Is there a way to make Null Column be not a part of scrollable view but a stand alone column?

What I mean by that is if you have a grouping by person, for example, we want user being able to easily scrolling through grouping resource in order to drug an appointment from Null column to the person he selects. Is that doable?

 

Thank you in advance,

Oksana

0
George
Telerik team
answered on 10 Feb 2011, 10:55 AM
Hello Oksana,

 
Unfortunately, this scenario is not supported in the RadScheduleView control. Sorry for any inconvenience caused.

Greetings,
George
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
ScheduleView
Asked by
Oksana
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Oksana
Top achievements
Rank 1
George
Telerik team
Share this question
or