You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/multi-select/templates.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The MultiSelect has been provided with several options to customize each list it
15
15
16
16
## Item template
17
17
18
-
The content of each list item within the MultiSelect can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ItemTemplate.html) property.
18
+
The content of each list item within the MultiSelect can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ItemTemplate) property.
19
19
20
20
In the following sample, each list item is split into two columns to display relevant data's.
21
21
@@ -46,7 +46,7 @@ In the following sample, each list item is split into two columns to display rel
46
46
47
47
## Value template
48
48
49
-
The currently selected value that is displayed by default on the MultiSelect input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ValueTemplate.html) property.
49
+
The currently selected value that is displayed by default on the MultiSelect input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ValueTemplate) property.
50
50
51
51
In the following sample, the selected value is displayed as a combined text of both `FirstName` and `City` in the MultiSelect input, which is separated by a hyphen.
52
52
@@ -77,7 +77,7 @@ In the following sample, the selected value is displayed as a combined text of b
77
77
78
78
## Group template
79
79
80
-
The group header title under which appropriate sub-items are categorized can also be customize with the help of [groupTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~GroupTemplate.html) property. This template is common for both inline and floating group header template.
80
+
The group header title under which appropriate sub-items are categorized can also be customize with the help of [groupTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_GroupTemplate) property. This template is common for both inline and floating group header template.
81
81
82
82
In the following sample, employees are grouped according to their city.
83
83
@@ -108,7 +108,7 @@ In the following sample, employees are grouped according to their city.
108
108
109
109
## Header template
110
110
111
-
The header element is shown statically at the top of the popup list items within the MultiSelect, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~HeaderTemplate.html) property.
111
+
The header element is shown statically at the top of the popup list items within the MultiSelect, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_HeaderTemplate) property.
112
112
113
113
In the following sample, the list items and its headers are designed and displayed as two columns similar to multiple columns of the grid.
114
114
@@ -139,7 +139,7 @@ In the following sample, the list items and its headers are designed and display
139
139
140
140
## Footer template
141
141
142
-
The MultiSelect has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~FooterTemplate.html) property.
142
+
The MultiSelect has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_FooterTemplate) property.
143
143
144
144
In the following sample, footer element displays the total number of list items present in the MultiSelect.
145
145
@@ -170,7 +170,7 @@ In the following sample, footer element displays the total number of list items
170
170
171
171
## No records template
172
172
173
-
The MultiSelect is provided with support to custom design the popup list content when no data is found and no matches found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~NoRecordsTemplate.html) property.
173
+
The MultiSelect is provided with support to custom design the popup list content when no data is found and no matches found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_NoRecordsTemplate) property.
174
174
175
175
In the following sample, popup list content displays the notification of no data available.
176
176
@@ -201,7 +201,7 @@ In the following sample, popup list content displays the notification of no data
201
201
202
202
## Action failure template
203
203
204
-
There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ActionFailureTemplate.html) property.
204
+
There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ActionFailureTemplate) property.
205
205
206
206
In the following sample, when the data fetch request fails, the MultiSelect displays the notification.
207
207
@@ -232,6 +232,6 @@ In the following sample, when the data fetch request fails, the MultiSelect disp
232
232
233
233
## See Also
234
234
235
-
*[How to bind the data](./data-binding/)
236
-
*[How to group the data using header](./grouping/)
237
-
*[How to customize the options in MultiSelect](./chip-customization/)
235
+
*[How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/data-binding)
236
+
*[How to group the data using header](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/grouping)
237
+
*[How to customize the options in MultiSelect](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/chip-customization)
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/numerictextbox/EJ2_ASP.MVC/getting-started.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ The validation behavior depends on the [StrictMode](https://help.syncfusion.com/
113
113
114
114
## Formatting the value
115
115
116
-
User can set the format of the NumericTextBox control using [Format](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format, when the control is in focused out state. For more information about formatting the value, refer to this [link](./formats/).
116
+
User can set the format of the NumericTextBox control using [Format](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format, when the control is in focused out state. For more information about formatting the value, refer to this [link](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/formats).
117
117
118
118
The below example demonstrates format the value by using currency format value `c2`.
119
119
@@ -143,9 +143,9 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
143
143
144
144
## See also
145
145
146
-
*[How to perform custom validation using FormValidator](./how-to/perform-custom-validation-using-form-validator/)
147
-
*[How to customize the UI appearance of the control](./how-to/customize-the-ui-appearance-of-the-control/)
148
-
*[How to customize the spin button’s up and down arrow](./how-to/customize-the-spin-buttons-up-and-down-arrow/)
149
-
*[How to customize the step value and hide spin buttons](./how-to/customize-the-step-value-and-hide-spin-buttons/)
150
-
*[How to prevent nullable input in NumericTextBox](./how-to/prevent-nullable-input-in-numerictextbox/)
151
-
*[How to maintain trailing zeros in NumericTextBox](./how-to/maintain-trailing-zeros-in-numerictextbox/)
146
+
*[How to perform custom validation using FormValidator](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/perform-custom-validation-using-form-validator)
147
+
*[How to customize the UI appearance of the control](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-ui-appearance-of-the-control)
148
+
*[How to customize the spin button’s up and down arrow](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-spin-buttons-up-and-down-arrow)
149
+
*[How to customize the step value and hide spin buttons](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-step-value-and-hide-spin-buttons)
150
+
*[How to prevent nullable input in NumericTextBox](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox)
151
+
*[How to maintain trailing zeros in NumericTextBox](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/maintain-trailing-zeros-in-numerictextbox)
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/numerictextbox/formats.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ documentation: ug
11
11
12
12
# Number Formats in NumericTextBox Control
13
13
14
-
You can format the value of NumericTextBox using [format](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format when the control is in focused out state. The format string supports both the [standard numeric format string](../common/internationalization/#supported-format-string) and [custom numeric format string](../common/internationalization/#custom-number-formatting-and-parsing).
14
+
You can format the value of NumericTextBox using [format](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format when the control is in focused out state. The format string supports both the [standard numeric format string](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#supported-format-string) and [custom numeric format string](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#custom-number-formatting-and-parsing).
15
15
16
16
## Standard formats
17
17
18
-
From the [standard numeric format](../common/internationalization/#supported-format-string), you can use the numeric related format specifiers such as `n`,`p` and `c` in the NumericTextBox control. By using these format specifiers, you can achieve the percentage and currency textbox behavior also.
18
+
From the [standard numeric format](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#supported-format-string), you can use the numeric related format specifiers such as `n`,`p` and `c` in the NumericTextBox control. By using these format specifiers, you can achieve the percentage and currency textbox behavior also.
19
19
20
20
The below example demonstrates percentage and currency formats.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/radio-button/EJ2_ASP.MVC/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Radio Button control in `~/Views/Home/Index.
97
97
98
98
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Radio Button control will be rendered in the default web browser.
99
99
100
-

100
+

Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/range-slider/EJ2_ASP.MVC/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Now, add the Syncfusion ASP.NET MVC Range Slider control in `~/Views/Home/Index.
99
99
100
100
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Range Slider control will be rendered in the default web browser.
101
101
102
-

102
+

103
103
104
104
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/RangeSlider/ASP.NET%20MVC%20Razor%20Examples)
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -242,8 +242,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
242
242
243
243
*[Real time example using Rich Text Editor](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/Forums#/bootstrap5)
244
244
*[How to insert Emoticons](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/InsertEmoticons#/material)
245
-
*[How to change the editor type](./formation/)
246
-
*[How to render the iframe](./iframe/)
247
-
*[How to render the toolbar in inline mode](./inline-mode/)
245
+
*[How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/formation)
246
+
*[How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe)
247
+
*[How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode)
248
248
249
249
N> You can refer to our [ASP.NET MVC Rich Text Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor) feature tour page for its groundbreaking feature representations. You can also explore our [ASP.NET MVC Rich Text Editor example](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/DefaultFunctionalities#/material) that shows how to render the rich text editor tools.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/link.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,5 +99,5 @@ The quick toolbar for the Link has the following options.
99
99
100
100
## See Also
101
101
102
-
*[How to edit the quick toolbar settings](./toolbar/#quick-inline-toolbar)
103
-
*[How to insert image link editing option in the toolbar items](./image/#image-with-link)
102
+
*[How to edit the quick toolbar settings](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/toolbar#quick-inline-toolbar)
103
+
*[How to insert image link editing option in the toolbar items](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/image#image-with-link)
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/localization.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ documentation: ug
13
13
14
14
The Scheduler integrates different date-time formats and cultures, which allows it to function globally, thus meeting the diverse needs of different regions.
15
15
16
-
You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization/)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization/)).
16
+
You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization)).
17
17
18
18
## Globalization
19
19
20
-
The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](http://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data.
20
+
The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](https://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data.
21
21
22
22
By default, Scheduler is set to follow the English culture ('en-US'). If you want to go with different culture other than English, follow the below steps.
23
23
@@ -221,4 +221,4 @@ N> You can refer to our [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspne
221
221
222
222
## See Also
223
223
224
-
*[How to change first day of the week in the Scheduler](./working-days/#setting-start-day-of-the-week)
224
+
*[How to change first day of the week in the Scheduler](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/working-days#setting-start-day-of-the-week)
0 commit comments