-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from telerik/sdkUpdates
New version of Telerik SDK examples.
- Loading branch information
Showing
181 changed files
with
478 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Custom BoxesItemTemplate | ||
This example demonstrates how to create a custom BoxesItemTemplate for RadAutoCompleteBox control in Silverlight and WPF. | ||
This example demonstrates how to create a custom BoxesItemTemplate for RadAutoCompleteBox control in WPF. | ||
|
||
[//]: <keywords:customization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Custom Drop Down Item Template | ||
This example demonstrates how to create a custom DropDownItemTemplate for the RadAutoCompleteBox control in Silverlight and WPF. | ||
This example demonstrates how to create a custom DropDownItemTemplate for the RadAutoCompleteBox control in WPF. | ||
|
||
[//]: <keywords:dropdownitemtemplate, customization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Open With Drop Down Button | ||
This example demonstrates how to create a button that will populate the drop down portion of the RadAutoCompleteBox control for Silverlight and WPF. | ||
This example demonstrates how to create a button that will populate the drop down portion of the RadAutoCompleteBox control for WPF. | ||
|
||
[//]: <keywords:populate> |
10 changes: 0 additions & 10 deletions
10
AutoCompleteBox/RestrictInputToOnlyExistingItems/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
## Restrict Input To Only Existing Items | ||
This example demonstrates how to restrict the input of the user to only the existing items inside the ItemsSource of RadAutoCompleteBox. | ||
|
||
For Silverlight: The Silverlight application needs to be trusted and you need to enable trusted applications to run inside the browser. This needs be done in order to import the WinAPI function 'GetKeyState' - it is used to find if the 'Caps Lock' key is pressed. If the application is not trusted the attached behavior won't work. Please, follow the next steps: | ||
|
||
1. Sign the .XAP file of the Silverlight application with code signing certificate. Right click on the Silverlight application and go to Properties. Choose �Signing' from the left hand side and check the checkbox 'Sign the .XAP file'. | ||
2. Click on the button 'Create Test Certificate'. Enter the password and confirm password and click the 'OK' button. | ||
3. Click on the 'More Details' button highlighted - this will show you a 'Certificate' window and click the 'Install Certificate' button. | ||
4. Clicking on the button brings up the 'Certificate Import wizard'. Click on the 'Next' button and choose 'Place all certificates in the following store'. Click on the Browse button. This will show you a 'Certificate Store'. Choose 'Trusted Publisher' and finish the wizard. Now repeat the same step to install this certificate in 'Trusted Root Certification Authorities'. | ||
|
||
For a more detailed information how to enable Trusted Applications to run inside the browser, please check the following article from MSDN: | ||
https://msdn.microsoft.com/en-us/library/gg192793(v=vs.95) | ||
|
||
[//]: <keywords:itemssource, trusted, xap, signing> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## With DataForm | ||
This example demonstrates how to use RadAutoCompleteBox inside RadDataForm by creating a custom ReadOnlyTemplate, EditTemplate | ||
and NewItemTemplate for Silverlight and WPF. | ||
and NewItemTemplate for WPF. | ||
|
||
[//]: <keywords:custom, readonlytemplate, edittemplate, itemtemplate> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Restore Focus | ||
The example demonstrates how to restore the focus when the RadBusyIndicator is shown and then hidden for Silverlight and WPF. | ||
The example demonstrates how to restore the focus when the RadBusyIndicator is shown and then hidden for WPF. | ||
|
||
[//]: <keywords:hidden, shown, isbusy> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Today Button | ||
This example demonstrates how to create a custom RadCalendar control and add a TodayButton in the controls Style that will select the current date | ||
in the control for Silverlight and WPF. | ||
in the control for WPF. | ||
|
||
[//]: <keywords:custom, style, current, date> |
3 changes: 1 addition & 2 deletions
3
Calendar/WeekdaysButtonStyleSelector/DayButtonStyleSelector.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Weekdays button StyleSelector | ||
This example demonstrates how to customize the weekdays/weekends day buttons in RadCalendar in order to change their Background for Silverlight and WPF. | ||
This example demonstrates how to customize the weekdays/weekends day buttons in RadCalendar in order to change their Background for WPF. | ||
|
||
[//]: <keywords:style, selector, calendar, buttons, customization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
## Categorical Charts | ||
With this feature, the enabled X axis can be used to plot not only values (e.g. number of sales, etc.), but also categories (e.g. months of the year, units, people, etc.). Using a Category axis, the Silverlight Chart treats data as a sequence of non-numerical text labels. The marker is placed according to the position of the category in the sequence. Data is provided per category. | ||
With this feature, the enabled X axis can be used to plot not only values (e.g. number of sales, etc.), but also categories (e.g. months of the year, units, people, etc.). Using a Category axis, the Chart treats data as a sequence of non-numerical text labels. The marker is placed according to the position of the category in the sequence. Data is provided per category. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
## Custom IPagedCollectionView | ||
This example demonstrates how to implement custom IPagedCollectionView for Silverlight and WPF | ||
This example demonstrates how to implement custom IPagedCollectionView for WPF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
## Data Pager | ||
Examples related to RadDataPager for Silverlight and WPF | ||
Examples related to RadDataPager for WPF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
## Clear Button | ||
This example demonstrates how to customize the Template of the RadDateTimePicker Style in order to add a 'Clear selection' button to it. | ||
The example is available for both Silverlight and WPF. | ||
|
||
[//]: <keywords: datetimepicker, style, customize, template, selection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Custom HeaderTemplate | ||
This example demonstrates how to customize the Header and HeaderTemplate of the RadTimePicker control in Silverlight and WPF. | ||
This example demonstrates how to customize the Header and HeaderTemplate of the RadTimePicker control in WPF. | ||
|
||
[//]: <keywords: datetimepicker, timepicker, header, cuztomize, radtimepicker> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Readonly Input Field | ||
This example demonstrates how to make the input field of the DateTimePicker/DatePicker controls read-only while the drop down calendar | ||
remains active for Silverlight and WPF. | ||
remains active for WPF. | ||
|
||
[//]: <keywords: datetimepicker, datepicker, calendar> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
## Restrict The Entered Date | ||
This example demonstrates how you can restrict the date that a user can type in the input field by implementing the ParseDateTimeValue event. | ||
The example is available for Silverlight and WPF. | ||
|
||
[//]: <keywords: datetimepicker, timepicker, ParseDateTimeValue> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Time Intervals Scroll Viewer | ||
This example demonstrates how to add a scrollbar to the time intervals portion of the control. When setting a small TimeInterval this | ||
would help in not stretching the controls Tempalte for Silverlight and WPF. | ||
would help in not stretching the controls Template for WPF. | ||
|
||
[//]: <keywords: scrollbar, datetimepicker, timepicker, TimeInterval, template, scrollviewer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
## Today Button | ||
This example demonstrates how to customize the Style of the DateTimePicker in order to add a today button to the RadDateTimePicker control for | ||
Silverlight and WPF. | ||
This example demonstrates how to customize the Style of the DateTimePicker in order to add a today button to the RadDateTimePicker control for WPF. | ||
|
||
IMPORTANT: | ||
|
||
With the release of Telerik UI for WPF Q1 2016 there is a built-in functionality for adding a Today button inside RadDateTimePicker: | ||
- For WPF here: http://docs.telerik.com/devtools/wpf/controls/raddatetimepicker/features/todaybutton | ||
- For Silverlight here: http://docs.telerik.com/devtools/silverlight/controls/raddatetimepicker/features/todaybutton | ||
|
||
[//]: <keywords: customize, style, datetimepicker, datepicker> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Click Flyout Behavior With Animation | ||
This example demonstrates how to create a custom FlyoutBehavior for the RadDocking control in order to achieve a ClickFlyoutBehavior with slide in/out animations. The example is available for both Silverlight and WPF. | ||
This example demonstrates how to create a custom FlyoutBehavior for the RadDocking control in order to achieve a ClickFlyoutBehavior with slide in/out animations. | ||
|
||
[//]: <keywords:custom, animations, docking> |
Oops, something went wrong.