I can't find a way of changing the width of the hour column. The items also don't take up 100% of the width
See this page
http://www.sqlbits.com/information/NewAgenda.aspx
How can I change these widths?
See this page
http://www.sqlbits.com/information/NewAgenda.aspx
How can I change these widths?
4 Answers, 1 is accepted
0
Accepted
Hello Simon,
The width of the hour column is controlled through the RowHeaderWidth property.
The appointments intentionally do not occupy the entire width of the row to allow users to double click on the remaining space and insert new appointments.
Regards,
Peter
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.
The width of the hour column is controlled through the RowHeaderWidth property.
The appointments intentionally do not occupy the entire width of the row to allow users to double click on the remaining space and insert new appointments.
Regards,
Peter
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

Simon
Top achievements
Rank 1
answered on 17 Feb 2009, 01:22 PM
Thank you for that.
Is there anyway of reducing the amount of space left. Now I've reduced the hour column this extra space is very large, and as its read only its a waste of space.
Is there anyway of reducing the amount of space left. Now I've reduced the hour column this extra space is very large, and as its read only its a waste of space.
0
Accepted
Hello Simon,
If you set ReadOnly="true" for RadScheduler, then the appointments will stretch across the entire width of the rows. This is a built-in feature and you can take advantage of it with no extra coding.
Regards,
Peter
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.
If you set ReadOnly="true" for RadScheduler, then the appointments will stretch across the entire width of the rows. This is a built-in feature and you can take advantage of it with no extra coding.
Regards,
Peter
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

Simon
Top achievements
Rank 1
answered on 17 Feb 2009, 02:03 PM
Thank you
I had set the AllowEdit, AllowInsert, AllowDelete to false but not set the read only.
Thanks
I had set the AllowEdit, AllowInsert, AllowDelete to false but not set the read only.
Thanks