5 Answers, 1 is accepted
0
Hi Eric,
You need to press F2 to put an appointment in inline editing mode. For Q2 2011 in the summer we will try to allow inline editing with "slow double click" like Windows Explorer, but I cannot promise it at this moment.
Greetings,
Valeri Hristov
the Telerik team
You need to press F2 to put an appointment in inline editing mode. For Q2 2011 in the summer we will try to allow inline editing with "slow double click" like Windows Explorer, but I cannot promise it at this moment.
Greetings,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Eric
Top achievements
Rank 1
answered on 18 Apr 2011, 01:33 PM
Is there a way to put it in edit mode through code programatically?
0
Accepted
Hello Eric,
There is a routed UI command, named BeginInlineEditing, that when executed, turns the selected appointment into inline editing mode if it is currently visible on the screen. You can wire it to a context menu in the same way as we do in the following example:
http://demos.telerik.com/silverlight/#ScheduleView/ContextMenu
From the code-behind you could execute it like this:
RadScheduleViewCommands.BeginInlineEditing.Execute(null, scheduleView);
The first parameter is ignored, the second must be a RadScheduleView instance.
Greetings,
Valeri Hristov
the Telerik team
There is a routed UI command, named BeginInlineEditing, that when executed, turns the selected appointment into inline editing mode if it is currently visible on the screen. You can wire it to a context menu in the same way as we do in the following example:
http://demos.telerik.com/silverlight/#ScheduleView/ContextMenu
From the code-behind you could execute it like this:
RadScheduleViewCommands.BeginInlineEditing.Execute(null, scheduleView);
The first parameter is ignored, the second must be a RadScheduleView instance.
Greetings,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Eric
Top achievements
Rank 1
answered on 18 Apr 2011, 09:20 PM
Even though I marked this as answered because it does answer my question I am still having issues getting it to work. Could you send me a simple example showing inline editing in action?
Thanks for your time and quick responses!
Thanks for your time and quick responses!
0
Hi Eric,
Please, find attached a simple application. Unfortunately it seems that the original Q1 assemblies have some problem with the inline editing and to run the app you will have to use either the latest internal build, or the upcoming SP1 that will be released later today or tomorrow.
Best wishes,
Valeri Hristov
the Telerik team
Please, find attached a simple application. Unfortunately it seems that the original Q1 assemblies have some problem with the inline editing and to run the app you will have to use either the latest internal build, or the upcoming SP1 that will be released later today or tomorrow.
Best wishes,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items