Skip to content

Commit 262c205

Browse files
committed
Remove Kendo demos
1 parent ce7a12a commit 262c205

File tree

7 files changed

+0
-156
lines changed

7 files changed

+0
-156
lines changed

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/MainPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
</TextBlock>
3434
</StackPanel>
3535
<Button Content="Supported" Click="Supported_Click" Style="{StaticResource FlatButtonStyle}" Background="{x:Null}" Foreground="#FFDDDDDD" HorizontalContentAlignment="Left" FontSize="16" Margin="0,10,0,0" Padding="20,3,3,3"/>
36-
<Button Content="Supported via Kendo" Click="SupportedViaKendoUI_Click" Style="{StaticResource FlatButtonStyle}" Background="{x:Null}" Foreground="#FFDDDDDD" HorizontalContentAlignment="Left" FontSize="16" Margin="0,10,0,0" Padding="20,3,3,3"/>
3736
<Button Content="In Progress" Click="Inprogress_Click" Style="{StaticResource FlatButtonStyle}" Background="{x:Null}" Foreground="#FFDDDDDD" HorizontalContentAlignment="Left" FontSize="16" Margin="0,3,0,0" Padding="20,3,3,3"/>
3837
<Button Content="Broken" Click="Broken_Click" Style="{StaticResource FlatButtonStyle}" Background="{x:Null}" Foreground="#FFDDDDDD" HorizontalContentAlignment="Left" FontSize="16" Margin="0,3,0,0" Padding="20,3,3,3"/>
3938
<Button Content="Home" Click="ButtonHome_Click" Style="{StaticResource FlatButtonStyle}" Background="{x:Null}" Foreground="#FFDDDDDD" HorizontalContentAlignment="Left" FontSize="16" Margin="0,3,0,0" Padding="20,3,3,3"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/MainPage.xaml.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ public MainPage()
2020
MainPage.Current = this;
2121
this.Loaded += MainPage_Loaded;
2222
Window.Current.SizeChanged += Window_SizeChanged;
23-
24-
//Note: Below is an example of setting the location for the required scripts and css for the KendoUI Grid control:
25-
CSHTML5.Extensions.KendoUI.Grid.Configuration.LocationOfJQueryJS = "ms-appx:///OpenSilver.Samples.TelerikUI/Libs/KendoUI/scripts/jquery.min.js";
26-
CSHTML5.Extensions.KendoUI.Grid.Configuration.LocationOfKendoAllJS = "ms-appx:///OpenSilver.Samples.TelerikUI/Libs/KendoUI/scripts/kendo.all.min.js";
27-
CSHTML5.Extensions.KendoUI.Grid.Configuration.LocationOfKendoCommonMaterialCSS = "ms-appx:///OpenSilver.Samples.TelerikUI/Libs/KendoUI/styles/kendo.common-material.min.css";
28-
CSHTML5.Extensions.KendoUI.Grid.Configuration.LocationOfKendoMaterialCSS = "ms-appx:///OpenSilver.Samples.TelerikUI/Libs/KendoUI/styles/kendo.material.min.css";
29-
CSHTML5.Extensions.KendoUI.Grid.Configuration.LocationOfKendoMaterialMobileCSS = "ms-appx:///OpenSilver.Samples.TelerikUI/Libs/KendoUI/styles/kendo.material.mobile.min.css";
30-
CSHTML5.Extensions.KendoUI.Grid.Configuration.LocationOfKendoRTLCSS = "ms-appx:///OpenSilver.Samples.TelerikUI/Libs/KendoUI/styles/kendo.rtl.min.css";
31-
3223
}
3324

3425
public static MainPage Current { get; private set; }
@@ -49,11 +40,6 @@ void Supported_Click(object sender, RoutedEventArgs e)
4940
NavigateToPage("/Supported");
5041
}
5142

52-
void SupportedViaKendoUI_Click(object sender, RoutedEventArgs e)
53-
{
54-
NavigateToPage("/SupportedViaKendoUI");
55-
}
56-
5743
void Inprogress_Click(object sender, RoutedEventArgs e)
5844
{
5945
NavigateToPage("/InProgress");

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI.csproj

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
<None Remove="Samples\InProgress\RadComboBox\RadComboBox_Demo.xaml" />
5757
<None Remove="Samples\InProgress\RadDocking\RadDocking_Demo.xaml" />
5858
<None Remove="Samples\InProgress\RadGridView\RadGridView_Demo.xaml" />
59-
<None Remove="Samples\SupportedViaKendoUI\RadGridViewViaKendoUI\RadGridViewViaKendoUI_Demo.xaml" />
60-
<None Remove="Samples\SupportedViaKendoUI\SupportedViaKendoUI.xaml" />
6159
<None Remove="Samples\Supported\RadDockPanel\RadDockPanel_Demo.xaml" />
6260
<None Remove="Samples\InProgress\RadMenu\RadMenu_Demo.xaml" />
6361
<None Remove="Samples\InProgress\RadRibbonView\RadRibbonView_Demo.xaml" />
@@ -84,15 +82,6 @@
8482
<None Remove="Samples\InProgress\RadWindow\RadWindow_demo.xaml" />
8583
<None Remove="Samples\Supported\Supported.xaml" />
8684
<None Remove="Samples\Welcome.xaml" />
87-
<None Remove="Libs\KendoUI\scripts\kendo.all.min.js" />
88-
<None Remove="Libs\KendoUI\styles\images\kendoui.ttf" />
89-
<None Remove="Libs\KendoUI\styles\images\kendoui.woff" />
90-
<None Remove="Libs\KendoUI\styles\kendo.common-material.min.css" />
91-
<None Remove="Libs\KendoUI\styles\kendo.material.min.css" />
92-
<None Remove="Libs\KendoUI\styles\kendo.material.mobile.min.css" />
93-
<None Remove="Libs\KendoUI\styles\kendo.rtl.min.css" />
94-
<None Remove="Libs\KendoUI\styles\Material\loading-image.gif" />
95-
<None Remove="Libs\KendoUI\styles\Material\sprite.png" />
9685
</ItemGroup>
9786

9887
<ItemGroup>
@@ -193,13 +182,6 @@
193182
<Content Include="Samples\InProgress\RadDocking\RadDocking_Demo.xaml">
194183
<Generator>MSBuild:Compile</Generator>
195184
</Content>
196-
<Content Include="Samples\SupportedViaKendoUI\RadGridViewViaKendoUI\RadGridViewViaKendoUI_Demo.xaml">
197-
<SubType>Designer</SubType>
198-
<Generator>MSBuild:Compile</Generator>
199-
</Content>
200-
<Content Include="Samples\SupportedViaKendoUI\SupportedViaKendoUI.xaml">
201-
<Generator>MSBuild:Compile</Generator>
202-
</Content>
203185
<Content Include="Samples\Supported\RadDockPanel\RadDockPanel_Demo.xaml">
204186
<Generator>MSBuild:Compile</Generator>
205187
</Content>
@@ -278,16 +260,6 @@
278260
<Content Include="Samples\Welcome.xaml">
279261
<Generator>MSBuild:Compile</Generator>
280262
</Content>
281-
<Content Include="Libs\KendoUI\scripts\jquery.min.js" />
282-
<Content Include="Libs\KendoUI\scripts\kendo.all.min.js" />
283-
<Content Include="Libs\KendoUI\styles\images\kendoui.ttf" />
284-
<Content Include="Libs\KendoUI\styles\images\kendoui.woff" />
285-
<Content Include="Libs\KendoUI\styles\kendo.common-material.min.css" />
286-
<Content Include="Libs\KendoUI\styles\kendo.material.min.css" />
287-
<Content Include="Libs\KendoUI\styles\kendo.material.mobile.min.css" />
288-
<Content Include="Libs\KendoUI\styles\kendo.rtl.min.css" />
289-
<Content Include="Libs\KendoUI\styles\Material\loading-image.gif" />
290-
<Content Include="Libs\KendoUI\styles\Material\sprite.png" />
291263
<Page Include="App.xaml">
292264
<Generator>MSBuild:Compile</Generator>
293265
<SubType>Designer</SubType>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/SupportedViaKendoUI/RadGridViewViaKendoUI/RadGridViewViaKendoUI_Demo.xaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/SupportedViaKendoUI/RadGridViewViaKendoUI/RadGridViewViaKendoUI_Demo.xaml.cs

Lines changed: 0 additions & 52 deletions
This file was deleted.

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/SupportedViaKendoUI/SupportedViaKendoUI.xaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/SupportedViaKendoUI/SupportedViaKendoUI.xaml.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)