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

Setting the row height

5 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 16 Nov 2011, 09:13 AM
hi,

I have a scheduler on an MVC page, doing web-services mode.

In my case the week view and the month view need a different row height. The days have a row corresponding to 5 minutes, which works well with a small row height. This results in the month view looking awful.

I want to change the row height when switching view. There is an event on switching view, this is a server-side. My scheduler is running client-side (no choice doing mvc). I'm looking for a way to hook into the view-change client side.

Any help appreciated

Peter 

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Nov 2011, 02:01 PM
Hello Peter,

You can handle  OnClientNavigationComplete and Manually Add an AJAX Request to RadAjaxManager. In the server-side AjaxRequest event handler you can specify the RowHeight conditionally based on the current view.

Kind regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Peter
Top achievements
Rank 1
answered on 17 Nov 2011, 07:52 PM
hi,

that's not going to work. The scheduler is living in an MVC page, there is no code-behind.
I need a 100% script solution

Peter 
0
Peter
Telerik team
answered on 22 Nov 2011, 02:41 PM
Hello Peter,

Unfortunately, entirely client-side solution for this requirement is not possible. Please, accept our apologies for this limitation of our control.

All the best, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Peter
Top achievements
Rank 1
answered on 22 Nov 2011, 04:15 PM
hi,

thanks for the honest response. Make it a feature request :)

Peter
0
Peter
Telerik team
answered on 23 Nov 2011, 03:17 PM
Hi Peter,

I recommend you check in our MVC forums if there is some workaround to handle server-side events in MVC.

Regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Peter
Top achievements
Rank 1
Answers by
Peter
Telerik team
Peter
Top achievements
Rank 1
Share this question
or