Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blazor/calendar/special-dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Customize specific dates in a [Blazor Calendar](https://www.syncfusion.com/blazo
```
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVAMBLBLyofGefV?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Calendar with special dates](./images/blazor_calendar_special_dates.png)" %}

N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic and diagnostics within the `OnRenderDayCell` handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic within the [OnRenderDayCell](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Calendars.CalendarEvents-1.html#Syncfusion_Blazor_Calendars_CalendarEvents_1_OnRenderDayCell) handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
8 changes: 8 additions & 0 deletions blazor/common/adding-script-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@ The following table lists components and their script file names.
<td>Chart</td>
<td>sf-chart.min.js</td>
</tr>
<tr>
<td>CheckBox</td>
<td>sf-checkbox.min.js</td>
</tr>
<tr>
<td>AccumulationChart</td>
<td>sf-accumulation-chart.min.js</td>
Expand Down Expand Up @@ -419,6 +423,10 @@ The following table lists components and their script file names.
<td>Splitter</td>
<td>sf-splitter.min.js</td>
</tr>
<tr>
<td>Switch</td>
<td>sf-switch.min.js</td>
</tr>
<tr>
<td>Toast</td>
<td>sf-toast.min.js</td>
Expand Down
2 changes: 1 addition & 1 deletion blazor/datepicker/special-dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ You can customize specific dates in a DatePicker by using the [OnRenderDayCell](

![Blazor DatePicker with special dates](./images/blazor_datepicker_special_dates.png)

N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic and diagnostics within the `OnRenderDayCell` handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic within the [OnRenderDayCell](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Calendars.DatePickerEvents-1.html#Syncfusion_Blazor_Calendars_DatePickerEvents_1_OnRenderDayCell) handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
2 changes: 1 addition & 1 deletion blazor/query-builder/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The OnActionFailure event is triggered whenever a remote data request or action

## Drag-and-drop events

Enable drag-and-drop by setting the [`AllowDragAndDrop`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.QueryBuilder.SfQueryBuilder-1.html#Syncfusion_Blazor_QueryBuilder_SfQueryBuilder_1_AllowDragAndDrop) property to `true` (default is `false`).
Enable drag-and-drop by setting the [`AllowDragAndDrop`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.QueryBuilder.SfQueryBuilder-1.html#Syncfusion_Blazor_QueryBuilder_SfQueryBuilder_1_AllowDragAndDrop) property to `true` (default is `false`). When enabled, the following events will be triggered based on the actions performed.

### RuleDragStarting

Expand Down