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

Auto complete in appointment title

3 Answers 52 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Neeraj
Top achievements
Rank 1
Neeraj asked on 30 Jul 2011, 12:08 PM
 Hi,

Will it be possible to configure a auto complete search while typing a appointment name.

For example: if i start typing "meeting" then it should show all the previous appointment names which are matching to typed keyword. Something like excel when you start typing it automatically check the text which is already matching to that.

Please see attached file for reference.

Thanks
Neeraj Mathur

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Aug 2011, 08:01 AM
Hello Neeraj,

I would suggest to set InlineEditingTemplate of the RadScheduleView and place auto-complete ComboBox in it. Here is the default DataTemplate which is set to the InlineEditingTemplate:

<DataTemplate x:Key="InlineEditTemplate">
   <TextBox VerticalContentAlignment="Stretch" VerticalAlignment="Stretch" Text="{Binding Appointment.Subject, Mode=TwoWay}" TextWrapping="Wrap" telerik:StyleManager.Theme="{StaticResource Theme}" />
</DataTemplate>

Hope this helps. Contact us again if you need further assistance.

Best wishes,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Neeraj
Top achievements
Rank 1
answered on 04 Aug 2011, 07:45 PM
Hi Yana,

Thanks for the solutions, i think this will work.

I was wondering will it effect any sort of performance by adding a drop down instead of the textbox? We are having a very strict constrains for loading of schedule in less than 3 secs for changing the weeks and months.

Regards,
Neeraj Mathur
0
Yana
Telerik team
answered on 05 Aug 2011, 08:11 AM
Hello Neeraj,

This depends on the count of the visible appointments - if there are lots of appointments, the ScheduleView will be slower.

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
ScheduleView
Asked by
Neeraj
Top achievements
Rank 1
Answers by
Yana
Telerik team
Neeraj
Top achievements
Rank 1
Share this question
or