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:
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
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