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 .github/workflows/check-repos-updates.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "Stage1 Find Updates"
LATEST_RELEASE=$(curl -s https://api.github.com/repos/telerik/kendo-ui-core/releases | grep tag_name | head -n 1 | cut -d '"' -f 4)
LATEST_THEMES_RELEASE=$(curl -s https://api.github.com/repos/telerik/kendo-themes/releases | grep -B4 '"prerelease": false' | head -1 | cut -d '"' -f 4 | tr -d v)
LATEST_THEMES_RELEASE=$(curl -s https://api.github.com/repos/telerik/kendo-themes/releases | jq -r '[.[] | select(.prerelease == false)][0].name' | tr -d v)
echo "Last release version is $LATEST_RELEASE"
echo "Last Themes release version is $LATEST_THEMES_RELEASE"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Kendo-UI-Bootstrap-Integration</AssemblyName>
<PackageId>Kendo-UI-Bootstrap-Integration</PackageId>
Expand All @@ -16,18 +16,18 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.1.7" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version="2.1.40" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.0" />
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
<PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2025.1.227" />
<PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2025.4.1111" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public Task()
this.Tasks1 = new HashSet<Task>();
}

public int TaskID { get; set; }
public int MeetingID { get; set; }
public System.DateTime Start { get; set; }
public System.DateTime End { get; set; }
public string Title { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class TaskViewModel : ISchedulerEvent
{
public int TaskID { get; set; }
public int MeetingID { get; set; }
public string Title { get; set; }
public string Description { get; set; }

Expand Down Expand Up @@ -52,7 +52,7 @@ public Task ToEntity()
{
return new Task
{
TaskID = TaskID,
MeetingID = MeetingID,
Title = Title,
Start = Start,
StartTimezone = StartTimezone,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
.Name("revenue")
.DataSource(ds => ds.Read(read => read.Action("Revenue", "Home")))
.Transitions(false)
.Theme("sass")
.ChartArea(chart => chart.Margin(m => m.Top(15))
.Background("transparent"))
.Legend(l => l.Visible(false))
Expand Down Expand Up @@ -99,7 +98,6 @@
.Name("sales-per-day")
.DataSource(ds => ds.Read(read => read.Action("SalesPerDay", "Home")))
.Transitions(false)
.Theme("sass")
.ChartArea(chart => chart.Margin(m => m.Top(15))
.Background("transparent"))
.Legend(l => l.Visible(false))
Expand All @@ -122,7 +120,6 @@
.Name("sales-per-region")
.DataSource(ds => ds.Read(read => read.Action("SalesPerRegion", "Home")))
.Transitions(false)
.Theme("sass")
.Legend(l=>l.Visible(false))
.ChartArea(c=>c.Margin(m => m.Top(15))
.Background("transparent"))
Expand Down Expand Up @@ -153,7 +150,6 @@
.Name("market-alice-mutton")
.DataSource(ds => ds.Read(read => read.Action("AliceMutton", "Home")).Group(g => g.Add(d=> d.Series)))
.Transitions(false)
.Theme("sass")
.Title(t => t
.Text("Alice Mutton")
.Position(ChartTitlePosition.Bottom)
Expand All @@ -176,7 +172,6 @@
.Name("market-gravad")
.DataSource(ds => ds.Read(read => read.Action("Gravad", "Home")).Group(g => g.Add(d=> d.Series)))
.Transitions(false)
.Theme("sass")
.Title(t => t
.Text("Gravad lax")
.Position(ChartTitlePosition.Bottom)
Expand All @@ -199,7 +194,6 @@
.Name("market-inlagd")
.DataSource(ds => ds.Read(read => read.Action("Inlagd", "Home")).Group(g => g.Add(d=> d.Series)))
.Transitions(false)
.Theme("sass")
.Title(t => t
.Text("Inlagd Sill")
.Position(ChartTitlePosition.Bottom)
Expand All @@ -222,7 +216,6 @@
.Name("market-spageslid")
.DataSource(ds => ds.Read(read => read.Action("Spegesild", "Home")).Group(g => g.Add(d=> d.Series)))
.Transitions(false)
.Theme("sass")
.Title(t => t
.Text("Spageslid")
.Position(ChartTitlePosition.Bottom)
Expand Down Expand Up @@ -423,21 +416,21 @@
.Scrollable(s => s.Enabled(false))
.DataSource(dataSource => dataSource
.Custom()
.Type("odata")
.Type("odata-v4")
.PageSize(10)
.ServerPaging(true)
.ServerSorting(true)
.ServerFiltering(true)
.Transport(t => t.Read(r => r.Url("https://demos.telerik.com/kendo-ui/service/Northwind.svc/Orders")))
.Transport(t => t.Read(r => r.Url("https://demos.telerik.com/service/v2/odata/Orders")))
)

)

@(Html.Kendo().Scheduler<Kendo_UI_Bootstrap_Integration.Scheduler.TaskViewModel>()
.Name("schedule")
.Date(new DateTime(2022, 6, 13))
.StartTime(new DateTime(2022, 6, 13, 7, 00, 00))
.EndTime(new DateTime(2022, 6, 13, 20, 00, 00))
.Date(new DateTime(2024, 6, 10))
.StartTime(new DateTime(2024, 6, 10, 7, 00, 00))
.EndTime(new DateTime(2024, 6, 10, 20, 00, 00))
.HtmlAttributes(new { @class = "ra-section" })
.Views(views =>
{
Expand All @@ -451,13 +444,13 @@
.Custom()
.Transport(t => t
.Read(r => r
.Url("https://demos.telerik.com/kendo-ui/service/meetings")
.DataType("jsonp"))
.Url("https://demos.telerik.com/service/v2/core/meetings")
.DataType("json"))
)
.Schema(schema => schema
.Model(m =>
{
m.Id(f => f.TaskID);
m.Id(f => f.MeetingID);
m.Field("title", typeof(string)).DefaultValue("No title").From("Title");
m.Field("start", typeof(DateTime)).From("Start");
m.Field("end", typeof(DateTime)).From("End");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="The demo shows how to use Telerik UI for ASP.NET Core alongside Twitter Bootstrap. The grid layout and responsive CSS is provided by Bootstrap, and components are provided byTelerik UI for ASP.NET Core.">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/10.2.0/bootstrap/bootstrap-main.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/12.2.3/bootstrap/bootstrap-main.css" />

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.all.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.timezones.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.aspnetmvc.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2025.4.1111/js/kendo.all.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2025.4.1111/js/kendo.timezones.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2025.4.1111/js/kendo.aspnetmvc.min.js"></script>
<link rel="stylesheet" href="@Url.Content("~/css/styles.css")" />
</head>
<body>
Expand Down
Binary file not shown.