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

Double click stopped working

1 Answer 44 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Håkan
Top achievements
Rank 1
Håkan asked on 07 Mar 2014, 02:13 PM
Hi,

For some reason double click to create a new appointment has stopped working for us.
We have also experienced that commands in the pdf-viewer no longer works.

We use the last Silverlight 4 version and has done that ever since it was released, so no upgrade has been made.
Do you have any idea what colud be causing some build in commands to fail.
Double click to edit still works...

One strange thing is that in the RadScheduleViewControlTemplate it looks like this:
<!-- TODO: Silverlight - workaround ClipToBounds -->
<local:TimeRulerLinesPanel x:Name="PART_TimeRulerLinesPanel" Grid.Row="1" Grid.Column="1"  Background="Transparent" Orientation="{TemplateBinding EffectiveOrientation}" PixelLength="{TemplateBinding EffectivePixelLength}">
    <telerik:CommandManager.InputBindings>
        <telerik:InputBindingCollection>
            <!-- TODO: Silverlight - fail -->
            <telerik:MouseBinding MouseAction="LeftDoubleClick" Command="local:RadScheduleViewCommands.CreateAppointment" />
        </telerik:InputBindingCollection>
    </telerik:CommandManager.InputBindings>
</local:TimeRulerLinesPanel>

Why does it say TODO: Silverlight - fail.

It worked a couple of weeks ago, and we probably did something that caused it to stop working, but I don't know how to find out what we did.
Tried to revert all styling we done but no result.

Since the pdf-viewer also stopped, is there any common commands code somewhere?

Regards,
Håkan



1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 12 Mar 2014, 01:09 PM
Hello Håkan,

We are not aware of such issues with the ScheduleView. Could you please share some more details on the customizations you have applied and the exact version of the controls you are using? If you are able to send us a sample project which reproduces the issue that would be really helpful.

I'm looking forward to hearing from you.

Regards,
Kalin
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
ScheduleView
Asked by
Håkan
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or