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

empty rows problem

5 Answers 49 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Emrah
Top achievements
Rank 1
Emrah asked on 24 Jun 2013, 04:04 PM
Greetings,

I am using telerik scheduler to create a schedule for employees and the tasks assigned to them.
The dataset I have includes basicly engineer name, id and task (as well as start and end dates). I am using group resource feature to group Tasks under Engineer Names.
But the problem is I receive empty rows at the end of the schedule for engineers who has more than 1 entry in the dataset
For example the dataset : (the datasets are assigned to resources)
Employee ID --Employee Name---TASK
1                            John                 x
2                           Steve                y
2                           Steve                z

for john, there's no problem. But in the case of steve, There are two appointments under his name, but at the bottom, there's another row for steve which is empty. If steve has 4 appointments then it has 3 empty rows at the bottom.

I also have another question :
can I add appointments in the server side ? I want to an add appointment for each row in the dataset and group these appointments for each engineer ID. Is there an example for this ?
Kind regards

5 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 27 Jun 2013, 08:56 AM
Hi,

 
It is not quite clear what is that empty row that you are seeing . Would you please elaborate if the unusual behavior can be reproduced in this on-line demo as well so we could inspect it and be more helpful?

As for your other questions -you can insert appointment by using InsertyAppointment method as it is done in this on-line demo.

Hope this information will be helpful.

Regards,
Plamen
Telerik
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 the blog feed now.
0
Emrah
Top achievements
Rank 1
answered on 28 Jun 2013, 08:23 AM
Hello,
Thank you for your reply
To be more specific, I am posting a screenshot of the schedule I created.
The link you provided did not seem to be doing what I was asking for. Maybe the screenshot would be more helpful for me to express my problem.
Kind regards
0
Plamen
Telerik team
answered on 03 Jul 2013, 08:05 AM
Hello,

 
You can set the TimeLineView.ShowInsertArea =false property of RadScheduler.

Regards,
Plamen
Telerik
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 the blog feed now.
0
Emrah
Top achievements
Rank 1
answered on 05 Jul 2013, 09:44 AM
Hello,
Thanks again for your reply
Although I managed to get rid of the empty rows and managed to add appointments on server side, I did not manage to group these appointments with respect to another dataset assigned as Resource. groupby = resourceName doesn't work so far
regards
0
Plamen
Telerik team
answered on 10 Jul 2013, 10:35 AM
Hi Emrah,

 
I will recommend you to refer to this on-line demo where Grouping functionality is deeper explained.

Hope this will be helpful.

Regards,
Plamen
Telerik
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 the blog feed now.
Tags
Scheduler
Asked by
Emrah
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Emrah
Top achievements
Rank 1
Share this question
or