Skip to content
Merged
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-MAUI-Demos/Pages/Charts/Chart/RemoteData.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<div class="control-section" align='center'>
<SfChart Title="Food Vs Price" Width="@Width" Theme="@Theme">
<SfDataManager Url="http://localhost:63028/api/chart" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/chart" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<ChartEvents OnDataLabelRender="DataLabelEvent" OnPointRender="PointRender"></ChartEvents>
<ChartPrimaryXAxis ValueType="Syncfusion.Blazor.Charts.ValueType.Category" LabelRotation="@Rotation" LabelIntersectAction="@Label"
RangePadding="ChartRangePadding.Additional">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="control-wrapper">
<label class="example-label">Remote Data</label>
<SfAutoComplete TValue="string" TItem="EmployeeData" Placeholder="Select a name" Query="@RemoteQuery" @bind-Value="@EmployeeValue">
<SfDataManager Url="http://localhost:63028/api/Employees" Offline="true" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Employees" Offline="true" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<AutoCompleteFieldSettings Value="FirstName"/>
</SfAutoComplete>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="control-wrapper">
<label class="example-label">Remote Data</label>
<SfComboBox TValue="string" TItem="OrderDetails" PopupHeight="230px" Autofill="true" Placeholder="Select a name" Query="@RemoteDataQuery" @bind-Value="@OrderValue">
<SfDataManager Url="http://localhost:63028/api/Orders" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Orders" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<ComboBoxFieldSettings Text="CustomerID" Value="CustomerID"/>
</SfComboBox>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="control-wrapper">
<label class="example-label">Remote Data</label>
<SfDropDownList TValue="string" TItem="OrderDetails" PopupHeight="230px" Placeholder="Select a name" Query="@RemoteDataQuery" @bind-Value="@OrderValue">
<SfDataManager Url="http://localhost:63028/api/Orders" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor" />
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Orders" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor" />
<DropDownListFieldSettings Text="CustomerID" Value="CustomerID"/>
</SfDropDownList>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<label for="multiselection" class="selection-label">Remote data</label>
<SfDropDownTree TValue="int?" TItem="ProductCategory" ID="remote" PopupHeight="230px" Placeholder="Select a Category" AllowFiltering="true" FilterType="Type">
<DropDownTreeField TItem="ProductCategory" Query="@TreeQuery" ID="Id" ParentID="ParentId" Text="Name" HasChildren="HasChild" Expanded="Expanded">
<SfDataManager Url="http://localhost:63028/api/treeview" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/treeview" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
</DropDownTreeField>
</SfDropDownTree>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>

<SfMention TItem="EmployeeData" Target="#multipleList" Query="@Query" PopupWidth="180px" PopupHeight="250px" SuggestionCount=15 AllowSpaces="true">
<SfDataManager Url="http://localhost:63028/api/Employees" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor" CrossDomain=true></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Employees" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor" CrossDomain=true></SfDataManager>
<MentionFieldSettings Text="FirstName" Value="EmployeeID"></MentionFieldSettings>
</SfMention>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="control-wrapper">
<label class="example-label">Remote Data</label>
<SfMultiSelect TValue="int?[]" TItem="EmployeeData" Placeholder="Select employees" Query="@RemoteQuery" @bind-Value="@EmployeeValue">
<SfDataManager Url="http://localhost:63028/api/Employees" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor" CrossDomain=true></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Employees" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor" CrossDomain=true></SfDataManager>
<MultiSelectFieldSettings Text="FirstName" Value="EmployeeID"></MultiSelectFieldSettings>
</SfMultiSelect>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<SfGantt TValue="TaskData" Height="450px" Width="100%" LoadChildOnDemand="false" EnableVirtualization="true"
ProjectStartDate="@ProjectStartDate" ProjectEndDate="@ProjectEndDate" ScrollToTaskbarOnClick="true" EnableAdaptiveUI="true">

<SfDataManager Url="http://localhost:63028/api/GanttVirtualData" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/GanttVirtualData" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<GanttTaskFields Id="ID" Name="TaskName" StartDate="StartDate" EndDate="EndDate"
Duration="Duration" Dependency="Predecessor" ParentID="ParentId" HasChildMapping="isParent">
</GanttTaskFields>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="col-md-12">
<SfGantt TValue="GanttRemoteData" TreeColumnIndex="1" Height="450px" Width="100%" AllowSelection="true" HighlightWeekends="true"
GridLines="GridLine.Both" ProjectStartDate="@ProjectStart" ProjectEndDate="@ProjectEnd" EnableAdaptiveUI="true">
<SfDataManager Url="http://localhost:63028/api/GanttData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/GanttData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<GanttTaskFields Id="TaskId" Name="TaskName" StartDate="StartDate"
Duration="Duration" Progress="Progress" Dependency="Predecessor" Child="SubTasks">
</GanttTaskFields>
Expand Down
2 changes: 1 addition & 1 deletion Blazor-MAUI-Demos/Pages/Grid/DataGrid/HierarchyGrid.razor
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var employee = (context as EmployeeData);
<SfGrid TValue="Order" Query="@GetEmployeesQuery(employee)" AllowPaging="true">
<GridPageSettings PageSize="8"></GridPageSettings>
<SfDataManager Url="http://localhost:63028/api/Orders/" CrossDomain="true" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Orders/" CrossDomain="true" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<GridTemplates>
<DetailTemplate Context="CustomerContext">
@{
Expand Down
2 changes: 1 addition & 1 deletion Blazor-MAUI-Demos/Pages/Grid/DataGrid/RemoteData.razor
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="content-wrapper">
<div class="row">
<SfGrid AllowPaging="true" TValue="OrdersDetails" Width="350" Height="530" EnableAdaptiveUI="true" RowRenderingMode="RowDirection.Vertical">
<SfDataManager Url="http://localhost:63028/api/Orders/" CrossDomain="true" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Orders/" CrossDomain="true" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<GridPageSettings PageCount="5"></GridPageSettings>
<GridColumns>
<GridColumn Field=@nameof(OrdersDetails.OrderID) HeaderText="Order ID" Width="120"></GridColumn>
Expand Down
2 changes: 1 addition & 1 deletion Blazor-MAUI-Demos/Pages/Kanban/Kanban/RemoteData.razor
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="col-lg-12 control-section">
<SfKanban TValue="KanbanDataModel" KeyField="Status" AllowDragAndDrop="false">
<SfDataManager Url="http://localhost:63028/api/Kanban" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor" CrossDomain="true"/>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Kanban" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor" CrossDomain="true"/>
<KanbanColumns>
@foreach (ColumnModel item in columnData)
{
Expand Down
2 changes: 1 addition & 1 deletion Blazor-MAUI-Demos/Pages/Navigations/Tabs/DragAndDrop.razor
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ContentTemplate>
<SfSchedule TValue="AppointmentData" Height="500px" @bind-SelectedDate="@CurrentDate" Readonly="true">
<ScheduleEventSettings TValue="AppointmentData">
<SfDataManager Url="http://localhost:63028/api/schedule" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/schedule" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
</ScheduleEventSettings>
</SfSchedule>
</ContentTemplate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ScheduleResource TItem="ResourceData" TValue="int" DataSource="@ResourceDatasource" Field="ResourceId" Title="Resource" Name="Resources" TextField="Text" IdField="Id" ColorField="Color"></ScheduleResource>
</ScheduleResources>
<ScheduleEventSettings TValue="EventData">
<SfDataManager Url="http://localhost:63028/api/VirtualEventData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/VirtualEventData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
</ScheduleEventSettings>
<ScheduleViews>
<ScheduleView MaxEventsPerRow="1" Option="View.TimelineMonth" EnableLazyLoading="true" IsSelected="true"></ScheduleView>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="col-lg-12 control-section">
<SfSchedule TValue="ScheduleData.AppointmentData" Width="100%" Height="650px" @bind-SelectedDate="@CurrentDate" @bind-CurrentView="@CurrentView" Readonly="true">
<ScheduleEventSettings TValue="ScheduleData.AppointmentData">
<SfDataManager Url="http://localhost:63028/api/schedule" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/schedule" Adaptor="@Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
</ScheduleEventSettings>
<ScheduleViews>
<ScheduleView Option="View.Day"></ScheduleView>
Expand Down
2 changes: 1 addition & 1 deletion Blazor-MAUI-Demos/Pages/TreeGrid/TreeGrid/RemoteData.razor
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="content-wrapper">
<div class="row">
<SfTreeGrid TValue="SelfReferenceData" EnableAdaptiveUI Query="@GridQuery" LoadChildOnDemand="@loadchildondemand" IdMapping="TaskID" ParentIdMapping="ParentItem" Height="312" TreeColumnIndex="1" AllowPaging="true" HasChildMapping="isParent">
<SfDataManager Url="http://localhost:63028/api/SelfReferenceData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/SelfReferenceData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<TreeGridPageSettings PageSize="@GridPageSize"></TreeGridPageSettings>
<TreeGridColumns>
<TreeGridColumn Field="TaskID" HeaderText="Task ID" Width="100" TextAlign="TextAlign.Right"></TreeGridColumn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="row">
<SfTreeGrid TValue="VirtualData" EnableAdaptiveUI IdMapping="TaskID" RowHeight="38" EnableVirtualization="true" EnableVirtualMaskRow="true" ParentIdMapping="ParentItem"
Height="312" TreeColumnIndex="1" HasChildMapping="IsParent">
<SfDataManager Url="http://localhost:63028/api/VirtualData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/VirtualData" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></SfDataManager>
<TreeGridColumns>
<TreeGridColumn Field="TaskID" HeaderText="Task ID" Width="100" TextAlign="TextAlign.Right"></TreeGridColumn>
<TreeGridColumn Field="TaskName" HeaderText="Task Name" Width="160"></TreeGridColumn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</SfDropDownButton>
<SfUploader @ref="@UploadFiles" Id ="defaultfileupload" ShowFileList="false" AllowedExtensions="@ExtensionType">
<UploaderEvents Success="@OnUploadSuccess" OnUploadStart="@OnUploadFileSelected"></UploaderEvents>
<UploaderAsyncSettings SaveUrl="http://localhost:63028/api/FileUploader/Save" RemoveUrl="http://localhost:63028/api/FileUploader/Remove"></UploaderAsyncSettings>
<UploaderAsyncSettings SaveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Save" RemoveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Remove"></UploaderAsyncSettings>
</SfUploader>

<DiagramSaveDialog @ref="@SaveDialogBox"></DiagramSaveDialog>
Expand Down
4 changes: 2 additions & 2 deletions Common/Pages/AISamples/DiagramComponent/TextToFlowchart.razor
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@
<div style="display: none;visibility: hidden;">
<SfUploader @ref="@uploadFiles" ID="UploadFiles" ShowFileList="false" AllowedExtensions="@ExtensionType">
<UploaderEvents OnUploadStart="@OnUploadFileSelected"></UploaderEvents>
<UploaderAsyncSettings SaveUrl="http://localhost:63028/api/FileUploader/Save"
RemoveUrl="http://localhost:63028/api/FileUploader/Remove"></UploaderAsyncSettings>
<UploaderAsyncSettings SaveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Save"
RemoveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Remove"></UploaderAsyncSettings>
</SfUploader>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Common/Pages/AISamples/PdfViewer/SmartFill.razor
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div style="display:none">
<SfUploader @ref="@uploadFiles" ID="UploadFiles" ShowFileList="false" AllowedExtensions=".pdf">
<UploaderEvents OnUploadStart="@FileUploadSelected" Created="CreatedHandler"></UploaderEvents>
<UploaderAsyncSettings SaveUrl="http://localhost:63028/api/FileUploader/Save" RemoveUrl="http://localhost:63028/api/FileUploader/Remove"></UploaderAsyncSettings>
<UploaderAsyncSettings SaveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Save" RemoveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Remove"></UploaderAsyncSettings>
</SfUploader>
</div>
<SfToolbar CssClass="custom-toolbar">
Expand Down
2 changes: 1 addition & 1 deletion Common/Pages/AISamples/PdfViewer/SmartRedact.razor
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div style="display:none">
<SfUploader @ref="@uploadFiles" ID="UploadFiles" ShowFileList="false" AllowedExtensions=".pdf">
<UploaderEvents OnUploadStart="@FileUploadSelected" Created="CreatedHandler"></UploaderEvents>
<UploaderAsyncSettings SaveUrl="http://localhost:63028/api/FileUploader/Save" RemoveUrl="http://localhost:63028/api/FileUploader/Remove"></UploaderAsyncSettings>
<UploaderAsyncSettings SaveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Save" RemoveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Remove"></UploaderAsyncSettings>
</SfUploader>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Common/Pages/Charts/Chart/RemoteData.razor
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<div class="control-section" align='center'>
<SfChart Title="Food Vs Price" Width="@Width" Theme="@Theme">
<SfDataManager Url="http://localhost:63028/api/chart" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/chart" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<ChartEvents OnDataLabelRender="DataLabelEvent" OnPointRender="PointRender"></ChartEvents>
<ChartPrimaryXAxis ValueType="Syncfusion.Blazor.Charts.ValueType.Category" LabelRotation="@Rotation" LabelIntersectAction="@Label"
RangePadding="ChartRangePadding.Additional">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@
<div style="display: none;visibility: hidden;">
<SfUploader @ref="@uploadFiles" ID="UploadFiles" ShowFileList="false" AllowedExtensions="@ExtensionType">
<UploaderEvents OnUploadStart="@OnUploadFileSelected"></UploaderEvents>
<UploaderAsyncSettings SaveUrl="http://localhost:63028/api/FileUploader/Save"
RemoveUrl="http://localhost:63028/api/FileUploader/Remove"></UploaderAsyncSettings>
<UploaderAsyncSettings SaveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Save"
RemoveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Remove"></UploaderAsyncSettings>
</SfUploader>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</div>
<SfUploader @ref="@uploadFiles" ID="UploadFiles" ShowFileList="false" AllowedExtensions="@ExtensionType">
<UploaderEvents OnUploadStart="@OnUploadFileSelected"></UploaderEvents>
<UploaderAsyncSettings SaveUrl="http://localhost:63028/api/FileUploader/Save"
RemoveUrl="http://localhost:63028/api/FileUploader/Remove"></UploaderAsyncSettings>
<UploaderAsyncSettings SaveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Save"
RemoveUrl="https://blazor.syncfusion.com/services/production/api/FileUploader/Remove"></UploaderAsyncSettings>
</SfUploader>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Common/Pages/DropDowns/AutoComplete/DataBinding.razor
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<div class="control-wrapper">
<label class="example-label">Remote Data</label>
<SfAutoComplete TValue="string" TItem="EmployeeData" Placeholder="Select a name" Query="@RemoteQuery" Autofill="true" @bind-Value="@EmployeeValue">
<SfDataManager Url="http://localhost:63028/api/Employees" Offline="true" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Employees" Offline="true" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor"></SfDataManager>
<AutoCompleteFieldSettings Value="FirstName"/>
</SfAutoComplete>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Common/Pages/DropDowns/AutoComplete/Virtualization.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="control-wrapper">
<label class="example-label">Remote Data</label>
<SfAutoComplete TValue="int?" TItem="OrderDetails" PopupHeight="130px" EnableVirtualization="true" Placeholder="Select ID" Query="@RemoteDataQuery" >
<SfDataManager Url="http://localhost:63028/api/Orders" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor" />
<SfDataManager Url="https://blazor.syncfusion.com/services/production/api/Orders" CrossDomain="true" Adaptor="Syncfusion.Blazor.Adaptors.WebApiAdaptor" />
<AutoCompleteFieldSettings Text="OrderID" Value="OrderID"/>
</SfAutoComplete>
</div>
Expand Down
Loading