Stuart Hemming
Top achievements
Rank 2
Stuart Hemming
asked on 17 Apr 2009, 06:39 PM
Is there some magic spell required to make the scheduler fit a container?
I've a scheduler in a splitter and I want:
a. for the scheduler to fit 100% of the SplitterPane
b. for the splitter to scroll if the number of timeslots won't fit in the available space.
I've tried a number of things be never quite get it right.
Any hints would be appreciated.
--
Stuart
I've a scheduler in a splitter and I want:
a. for the scheduler to fit 100% of the SplitterPane
b. for the splitter to scroll if the number of timeslots won't fit in the available space.
I've tried a number of things be never quite get it right.
Any hints would be appreciated.
--
Stuart
4 Answers, 1 is accepted
0
Hi Stuart Hemming,
Have you checked this example? Does it fulfill your requirements?
Regards,
Albert
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Have you checked this example? Does it fulfill your requirements?
Regards,
Albert
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dimo
Top achievements
Rank 1
answered on 03 May 2009, 11:42 PM
hi, this sample is like what I need, but how can I determinate explicitly with code the size of appointment box in montly view? - for exsample to make it smaller for lower screen resolutions?
0
Stuart Hemming
Top achievements
Rank 2
answered on 07 May 2009, 09:03 AM
Albert,
Sorry for the long delay; I've been away.
No, unfortunately, the demo you pointed me at doesn't really help. Your demo explicitly sets the height of the scheduler whereas I'm looking for it to fill 100% of a resizable container (a splitter pane).
--
Stuart
Sorry for the long delay; I've been away.
No, unfortunately, the demo you pointed me at doesn't really help. Your demo explicitly sets the height of the scheduler whereas I'm looking for it to fill 100% of a resizable container (a splitter pane).
--
Stuart
0
To Stuart Hemming:
I'm not sure I understand exactly what you need. Are you asking how to change the row height on resize in order for the whole RadScheduler to be visible after every resize (without scroll)? Or if you want to have a RadScheduler like in the First Look demo, but resizable, you may look on the WebMail demo here.
To Dimo Mitchev:
You can change the row height to change the height of the appointment and if you use RadScheduler width in percents, the whole RadScheduler will become smaller on small resolutions.
All the best,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I'm not sure I understand exactly what you need. Are you asking how to change the row height on resize in order for the whole RadScheduler to be visible after every resize (without scroll)? Or if you want to have a RadScheduler like in the First Look demo, but resizable, you may look on the WebMail demo here.
To Dimo Mitchev:
You can change the row height to change the height of the appointment and if you use RadScheduler width in percents, the whole RadScheduler will become smaller on small resolutions.
All the best,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
