You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/layout/popover/overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The following example demonstrates the basic configuration of the PopOver.
105
105
106
106
*[Templates]({% slug htmlhelpers_templates_popover %})—The PopOver provides template options that allow you to customize the header and body content.
107
107
*[Events]({% slug events_popover %})—The component exposes the `Show` and `Hide` events that you can handle and control its behavior.
108
-
*[Accessibility]({% slug accessibility_popover_overview %})—The PopOver is accessible for screen readers and supports WAI-ARIA attributes.
108
+
*[Accessibility]({% slug htmlhelpers_popover_accessibility %})—The PopOver is accessible for screen readers and supports WAI-ARIA attributes.
Copy file name to clipboardExpand all lines: docs-aspnet/knowledge-base/scheduler-change-timezone.md
+146-2
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,17 @@ How can I change the time zone in {{ site.framework }} Scheduler component after
28
28
29
29
## Solution
30
30
31
-
By default, the Scheduler alters its displayed data depending on the defined .Timezone() setting. In some cases, you may want to allow the end user to change the time zone of the scheduler dynamically, even after it has been initialized.
31
+
By default, the Scheduler alters its displayed data depending on the defined `Timezone()` setting. In some cases, you may want to allow the end user to change the time zone of the Scheduler dynamically based on a specified user action or condition.
32
32
33
33
To achieve this requirement, you can create a standalone DataSource instance and then pass it to the Scheduler definition.
34
34
35
-
Then, you can present the user with a selection component like a DropDownList and when he makes a selection, you can reset the Scheduler's DataSource:
35
+
Then, you can include a selection component like a DropDownList that shows different time zone options. When the user selects a specified time zone, you can reset the Scheduler's DataSource to display the events in the respective time zone.
0 commit comments