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

SelectedAppt without selected slot

3 Answers 32 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Wenjie
Top achievements
Rank 1
Wenjie asked on 23 Jul 2013, 07:12 PM
Hi All

When you Seletced a Appt the slot under this appt is not be selected.That`s mean when you using  CopyPaste if there are Appt(s) on a slot ,you can`t paste again.But DragDrop are woking if there are Appt(s) on a slot,you can drop again.

Thanks

3 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 24 Jul 2013, 06:17 AM
Hi,

RadScheduleView is designed to unselect an Appointment when a Slot is selected and vice versa. 

To give you more detailed instructions how to solve the described issue I need more information. That is why I suggest you send us sample running project and a short movie illustrating the problem and we will send you more detailed information and/or a solution.

Regards,
Rosi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Wenjie
Top achievements
Rank 1
answered on 24 Jul 2013, 02:12 PM
0
Rosi
Telerik team
answered on 25 Jul 2013, 06:45 AM
Hello,

I suggest you modify the CanExecutePaste method so the Paste button will be disabled when there aren't a selected slot.

private bool CanExecutePaste(object parameter)
{
    return parameter!=null && cutAppointments.Count > 0;
}

Regards,
Rosi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
Wenjie
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Wenjie
Top achievements
Rank 1
Share this question
or