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

Miminun column width

3 Answers 127 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Stepan
Top achievements
Rank 1
Stepan asked on 01 Sep 2011, 02:17 PM
Dear Telerik team!

Could you please advice if it is possible to set a minimum width for a radscheduler column?

I've got a scheduler with variable number of columns. So it would be preferable if having few columns the scheduler was as large as the whole page but having many ones it showed the horizontal scroll bar and make the colunm width, say, 250px...

Thank you very much!

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Sep 2011, 03:28 PM
Hello Stepan,

You can use the ColumnWidth property to set ColumnWidths for RadScheduler Columns.
aspx:
<telerik:RadScheduler ID="RadScheduler1" runat="server"  ColumnWidth="120">
</telerik:RadScheduler>

Thanks,
Princy.
0
Stepan
Top achievements
Rank 1
answered on 06 Sep 2011, 11:32 AM
Hello Princy!

Thank you very much for your responce.

But can I change this parameter from the RadScheduler's client object model?

- Stepan.
0
Plamen
Telerik team
answered on 08 Sep 2011, 04:18 PM
Hello Stepan,

You can use AlaxRequest in the client event that you want and set the property server side.

Hope this will help.

Kind regards,
Plamen Zdravkov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Scheduler
Asked by
Stepan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Stepan
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or