Microsoft Outlook allows search for appointments in the calendar by their Subject and show the search result in a separate grid view. This view also provides the capability to open the Appointment Edit form by the row double-click action and edit the current appointment.
This example uses the FlipView to switch between the main scheduler view and the search view. To implement a similar functionality, it's possible to use SearchControl managing the grid filter. Use the Ctrl+E shortcut to focus SeacrhControl and start typing to switch the scheduler view to the search result view containing filtered data. To return to the main view, clear the search string or use the FlipView button for this purpose.
↧
How to show the appointments search result in SearchResult View for SchedulerControl (similarly to ListView in Outlook)
↧