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

How to use inline editing

5 Answers 76 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 15 Apr 2011, 07:37 PM
I am trying to figure out how to use inline editing of appointments in ScheduleView. I set the IsInlineEditingEnabled to true and set a template for the inline editing but I cannot figure out how to get it to work?

5 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 18 Apr 2011, 07:35 AM
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
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
Valeri Hristov
Telerik team
answered on 18 Apr 2011, 02:41 PM
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
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!
0
Valeri Hristov
Telerik team
answered on 19 Apr 2011, 09:43 AM
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
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
Tags
ScheduleView
Asked by
Eric
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Eric
Top achievements
Rank 1
Share this question
or