Skip to content

Commit cadb20c

Browse files
Merge pull request #7265 from syncfusion-content/BLAZ-998096-Docs
998096: Release notes
2 parents 6472e2f + 4f4fb99 commit cadb20c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

blazor/calendar/special-dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ Customize specific dates in a [Blazor Calendar](https://www.syncfusion.com/blazo
9393
```
9494
{% 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)" %}
9595

96-
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.
96+
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.

blazor/common/adding-script-references.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ The following table lists components and their script file names.
339339
<td>Chart</td>
340340
<td>sf-chart.min.js</td>
341341
</tr>
342+
<tr>
343+
<td>CheckBox</td>
344+
<td>sf-checkbox.min.js</td>
345+
</tr>
342346
<tr>
343347
<td>AccumulationChart</td>
344348
<td>sf-accumulation-chart.min.js</td>
@@ -419,6 +423,10 @@ The following table lists components and their script file names.
419423
<td>Splitter</td>
420424
<td>sf-splitter.min.js</td>
421425
</tr>
426+
<tr>
427+
<td>Switch</td>
428+
<td>sf-switch.min.js</td>
429+
</tr>
422430
<tr>
423431
<td>Toast</td>
424432
<td>sf-toast.min.js</td>

blazor/datepicker/special-dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ You can customize specific dates in a DatePicker by using the [OnRenderDayCell](
9393

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

96-
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.
96+
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.

blazor/query-builder/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The OnActionFailure event is triggered whenever a remote data request or action
112112

113113
## Drag-and-drop events
114114

115-
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`).
115+
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.
116116

117117
### RuleDragStarting
118118

0 commit comments

Comments
 (0)