Hi,
Please advise on the following as this may influence the decision of my company to go along with telerik radscheduling.
I'm using the scheduler with "AppointmentTemplate" in the "TimelineView". Our application is a Time Attendance one, and hence we have a lot of info going into the template (Time In, Time Out, Shift Code, Scheduled In, Scheduled Out, Exceptions, Leaves, etc..). and hence the size of the template has been increased significantly (via use of CSS) to display all the information. We are grouping the appointment info by using "Employees" as "resources".
The problem is that when grouping, there's always a blank space equal to the size of the "AppointmentTemplate" below the later.
It is important that we remove this unnecessary big space as this affects the UI of the application.
Please provide a quick fix, if available.
Thanks in advance ...
Please advise on the following as this may influence the decision of my company to go along with telerik radscheduling.
I'm using the scheduler with "AppointmentTemplate" in the "TimelineView". Our application is a Time Attendance one, and hence we have a lot of info going into the template (Time In, Time Out, Shift Code, Scheduled In, Scheduled Out, Exceptions, Leaves, etc..). and hence the size of the template has been increased significantly (via use of CSS) to display all the information. We are grouping the appointment info by using "Employees" as "resources".
The problem is that when grouping, there's always a blank space equal to the size of the "AppointmentTemplate" below the later.
It is important that we remove this unnecessary big space as this affects the UI of the application.
Please provide a quick fix, if available.
Thanks in advance ...
5 Answers, 1 is accepted
0
Hello Shad,
We have recently included such option in our latest internal builds. We render a special CSS class for the last cell wrapper, so it's height can be modified easily.
I am attaching a screenshot just to make sure that we are talking about the same thing. Please, open a formal support ticket, so we can send you the latest build.
Regards,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We have recently included such option in our latest internal builds. We render a special CSS class for the last cell wrapper, so it's height can be modified easily.
I am attaching a screenshot just to make sure that we are talking about the same thing. Please, open a formal support ticket, so we can send you the latest build.
Regards,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

shad
Top achievements
Rank 1
answered on 30 May 2008, 07:09 AM
Hi Tsvetomir,
Though I use grouping by resource in my case, I believe the example you included points to the same issue and that you've already solved the issue in the internal build.
I've opened a support ticket : 141044.
Thanks for the prompt reply.
Regards ...
0

Fabio
Top achievements
Rank 2
answered on 27 May 2011, 03:08 PM
Where is the command to remove the space in Timelineview? See attach..
Fabio
Fabio
0
Hi Fabio,
It seems that the answer is in the property ShowInsertArea that have to be made "false".
<TimelineView ShowInsertArea="false" />
If you have any further questions please feel free to ask.
Regards,
Plamen Zdravkov
the Telerik team
It seems that the answer is in the property ShowInsertArea that have to be made "false".
<TimelineView ShowInsertArea="false" />
If you have any further questions please feel free to ask.
Regards,
Plamen Zdravkov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Fabio
Top achievements
Rank 2
answered on 30 May 2011, 09:21 AM
Ok, now the timeline is correct!
Thanks Admin
Fabio
Thanks Admin
Fabio