Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2894894

Browse files
Merge pull request #339 from syncfusion-content/SEO-172685-aspnet-mvc-redirection-fixes-3
Merged #339 into hotfix
2 parents 3fc38b2 + c80252a commit 2894894

29 files changed

+60
-60
lines changed

‎aspnetmvc/Grid/Cell.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ You can add custom attribute for the particular column's `td` element by using `
236236

237237
Based on custom attribute you can customize the style and appearance of the `td` element or handling jQuery functionalities.
238238

239-
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "the link").
239+
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "the link").
240240

241241
The following code example describes the above behavior.
242242

@@ -327,7 +327,7 @@ When you move the cursor over the particular cell it provides an information abo
327327

328328
**Template**
329329

330-
HTML templates can be specified in the `Tooltip` property of the particular column cell as a string (HTML element) or ID of the template's HTML element.You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "this link").
330+
HTML templates can be specified in the `Tooltip` property of the particular column cell as a string (HTML element) or ID of the template's HTML element.You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "this link").
331331

332332
N> It's a standard way to enclose the template within the `script` tag with `type` as "text/x-jsrender".
333333
N> The `Tooltip` template must contain `value` property to bind the corresponding cell text in tooltip

‎aspnetmvc/Grid/Columns.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The following output is displayed as a result of the above code example.
247247

248248
The template design that applies on for the column header. To render template, use the `HeaderTemplateID` property of `Columns`.
249249

250-
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "the link").
250+
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "the link").
251251

252252
N> It's a standard way to enclose the `template` within the `script` tag with `type` as `text/x-jsrender`.
253253

@@ -351,7 +351,7 @@ The following output is displayed as a result of the above code example.
351351

352352
`Format` is the process of customizing the particular column data with specified jQuery recognized globalize formats, such as currency, numeric, decimal, percentage or dates. To specify the globalize format, by using Format property of `Columns`.
353353

354-
The `Format` value should be wrapped within "{0:" and "}". (For ex: "{0:C3}"). The [data format](https://github.com/jquery/globalize/tree/v0.1.1#format "data format") strings available for the `Date` and `Number` types.
354+
The `Format` value should be wrapped within "{0:" and "}". (For ex: "{0:C3}"). The [data format](https://github.com/globalizejs/globalize/tree/v0.1.1#format "data format") strings available for the `Date` and `Number` types.
355355

356356
The following code example describes the above behavior.
357357

@@ -695,7 +695,7 @@ The following output is displayed as a result of the above code example.
695695

696696
HTML templates can be specified in the `Template` property of the particular column as a string (html element) or ID of the template's HTML element.
697697

698-
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "this link").
698+
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "this link").
699699

700700
For template manipulation using JavaScript, either you can use JsRender [helper](https://www.jsviews.com/#helpers) function or `TemplateRefresh` grid event. For more information on `TemplateRefresh` event, refer [this link](https://help.syncfusion.com/aspnetmvc/grid/how-to#display-other-syncfusion-controls-in-grid-columns "this link").
701701

@@ -831,7 +831,7 @@ The following output is displayed as a result of the above code example.
831831

832832
Expression column is possible only for `Template` column. You can use JsRender syntax in the template.
833833

834-
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "the link").
834+
You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "the link").
835835

836836
N> This expression column is supported at read only mode.
837837

‎aspnetmvc/Grid/Data-Adaptors.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99
# Data Adaptors in ASP.NET MVC Grid
1010

11-
The Data Adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-Adaptors).
11+
The Data Adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](https://help.syncfusion.com/aspnetmvc/datamanager/data-Adaptors).
1212

1313
In Grid, the Adaptor can be specified using the `Adaptor` property of the `DataSource` builder.
1414

@@ -62,7 +62,7 @@ The following output is displayed as a result of the above code example.
6262

6363
The Url Adaptor is the base Adaptor that would interact with remote services. It can be enabled in Grid using `Adaptor` property of `DataSource` as `AdaptorType.UrlAdaptor`. For every operations, an AJAX post will be send to the specified data service.
6464

65-
N> When using `UrlAdaptor`, grid actions such as `Paging, Filtering` and `Sorting` should be handled at the server side itself. We have `DataOperation` class to do these server side operations. Please refer to the Knowledge Base [link](https://www.syncfusion.com/kb/4300). These operations can also be done using the `QueryableDataOperations` class which accepts the IQueryable Data. Please refer the Kb [link](https://www.syncfusion.com/kb/8434).
65+
N> When using `UrlAdaptor`, grid actions such as `Paging, Filtering` and `Sorting` should be handled at the server side itself. We have `DataOperation` class to do these server side operations. Please refer to the Knowledge Base [link](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations). These operations can also be done using the `QueryableDataOperations` class which accepts the IQueryable Data. Please refer the Kb [link](https://support.syncfusion.com/kb/article/7406/server-side-api-for-datamanager-operations-with-iqueryable-data).
6666

6767

6868
The following code example describes the above behavior.

‎aspnetmvc/Grid/Data-Binding.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ We can also bind the above type of datasource by using lambda Expressions of Gri
2121

2222
N> 1. To update the dataSource after Grid rendered, use `dataSource` method of Grid. Refer to this [link](https://help.syncfusion.com/aspnetmvc/grid/how-to#set-dynamic-datasource-to-grid) for more information.
2323

24-
N> 2. DateTime values, retrieved from server-end or database, will be converted based on the local time zone. To avoid the local time zone conversion, refer this knowledge base [link](https://www.syncfusion.com/kb/8613/how-to-convert-dates-to-utc-format).
24+
N> 2. DateTime values, retrieved from server-end or database, will be converted based on the local time zone. To avoid the local time zone conversion, refer this knowledge base [link](https://support.syncfusion.com/kb/article/7605/how-to-convert-dates-to-utc-format).
2525

2626
In the following section, let us see on how to bind various datasources to Grid using `DataSource` API.
2727

2828
## IEnumerable
2929

30-
The Grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://msdn.microsoft.com/en-us/library/system.collections.ienumerable.aspx) interface. It can be assigned to Grid’s `DataSource` property.
30+
The Grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://learn.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN) interface. It can be assigned to Grid’s `DataSource` property.
3131

3232
N> When using `DataSource` builder, the IEnumerable datasource can be passed as parameter either directly to the `DataSource` builder or to the `Json` property of the `DataSource` builder.
3333

@@ -321,7 +321,7 @@ The following output is displayed as a result of the above code example.
321321

322322
See Also
323323

324-
For more information on ITypedList interface please refer to this [link](https://msdn.microsoft.com/en-us/library/System.ComponentModel.ITypedList.aspx).
324+
For more information on ITypedList interface please refer to this [link](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?redirectedfrom=MSDN).
325325

326326
## Complex Binding
327327

@@ -406,7 +406,7 @@ The following output is displayed as a result of the above code example.
406406

407407
See Also
408408

409-
To create WCF Data Service in your web application refer [here](https://msdn.microsoft.com/en-us/library/cc668184.aspx).
409+
To create WCF Data Service in your web application refer [here](https://learn.microsoft.com/visualstudio/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework?view=vs-2015&redirectedfrom=MSDN).
410410

411411
## ODataV4 Service
412412

‎aspnetmvc/Grid/Editing.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The grid control has support for dynamic insertion, updating and deletion of rec
1212

1313
Deletion of the record is possible by selecting the required row and clicking on Delete icon in toolbar.
1414

15-
The primary key for the data source should be defined in `Columns` definition, for editing to work properly. In `Columns` definition, particular primary column's `IsPrimaryKey` property should be set to `true`. Refer the Knowledge base [link](http://www.syncfusion.com/kb/2675/cant-edit-any-row-except-the-first-row-in-grid# "link") for more information.
15+
The primary key for the data source should be defined in `Columns` definition, for editing to work properly. In `Columns` definition, particular primary column's `IsPrimaryKey` property should be set to `true`. Refer the Knowledge base [link](https://support.syncfusion.com/kb/article/2934/cant-edit-any-row-except-the-first-row-in-grid "link") for more information.
1616

1717
N> 1. In grid, the primary key column will be automatically set to read only while editing the row, but you can specify primary key column value while adding a new record.
1818
N> 2. The column which is specified as `IsIdentity` will be in readonly mode both while editing and adding a record. Also, auto incremented value is assigned to that `IsIdentity` column.
@@ -95,7 +95,7 @@ Example</th></tr>
9595
<tr>
9696
<td>
9797
NumericTextBox </td><td>
98-
{{ '[TextBoxes](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.Models.EditorProperties_properties.html)' | markdownify }} </td><td>
98+
{{ '[TextBoxes](https://help.syncfusion.com/cr/aspnetmvc)' | markdownify }} </td><td>
9999
NumericEditOptions(new EditorProperties() { DecimalPlaces = 2, })</td></tr>
100100
<tr>
101101
<td>
@@ -487,7 +487,7 @@ Before the template elements are converted to JS controls
487487

488488
After the template elements are converted to JS controls using actionComplete event.
489489

490-
N> To render the EJ MVC form controls like DatePicker, Dropdownlist, NumericTextBox in the template edit form, from the partial view, refer the KB [`How render ejControls in the Edit Form Template of the MVC Grid`](https://www.syncfusion.com/kb/7746/how-render-ejcontrols-in-the-edit-form-template-of-the-mvc-grid "How render ejControls in the Edit Form Template of the MVC Grid?").
490+
N> To render the EJ MVC form controls like DatePicker, Dropdownlist, NumericTextBox in the template edit form, from the partial view, refer the KB [`How render ejControls in the Edit Form Template of the MVC Grid`](https://support.syncfusion.com/kb/article/6947/how-render-ejcontrols-in-the-edit-form-template-of-the-mvc-grid).
491491

492492
### Dialog
493493

@@ -892,14 +892,14 @@ Before the template elements are converted to JS controls
892892

893893
After the template elements are converted to JS controls using actionComplete event.
894894

895-
N> To render the EJ MVC form controls like DatePicker, Dropdownlist, NumericTextBox in the template edit form, from the partial view, refer the KB [`How render ejControls in the Edit Form Template of the MVC Grid`](https://www.syncfusion.com/kb/7746/how-render-ejcontrols-in-the-edit-form-template-of-the-mvc-grid "How render ejControls in the Edit Form Template of the MVC Grid?").
895+
N> To render the EJ MVC form controls like DatePicker, Dropdownlist, NumericTextBox in the template edit form, from the partial view, refer the KB [`How render ejControls in the Edit Form Template of the MVC Grid`](https://support.syncfusion.com/kb/article/6947/how-render-ejcontrols-in-the-edit-form-template-of-the-mvc-grid).
896896

897897
### Batch / Excel-like
898898

899899
Users can start editing by clicking a cell and typing data into it. Edited cell will be marked while navigating to next cell or any other row, so that you know which fields or cells has been edited. Set `EditMode` as `Batch` to enable batch editing.
900900

901901
N> `getBatchChanges` method of grid holds the unsaved record changes.
902-
N> Refer the KB [link](http://www.syncfusion.com/kb/3016/how-to-suppress-grid-confirmation-messages# "link") for "How to suppress grid confirmation messages" in batch mode.
902+
N> Refer the KB [link](https://support.syncfusion.com/kb/article/3065/how-to-suppress-grid-confirmation-messages "link") for "How to suppress grid confirmation messages" in batch mode.
903903

904904
The following code example describes the above behavior.
905905

@@ -1160,9 +1160,9 @@ equalTo</td><td>
11601160
Requires the element to be the same as another.</td></tr>
11611161
</table>
11621162

1163-
Grid supports all the standard validation methods of jQuery, please refer the jQuery validation documentation [link](http://jqueryvalidation.org/documentation/# "link") for more information.
1163+
Grid supports all the standard validation methods of jQuery, please refer the jQuery validation documentation [link](https://jqueryvalidation.org/documentation/# "link") for more information.
11641164

1165-
To return custom validation message from server end, please refer this KB [link](https://www.syncfusion.com/kb/7135/how-to-return-custom-message-from-controller-when-crud-action-fails).
1165+
To return custom validation message from server end, please refer this KB [link](https://support.syncfusion.com/kb/article/6608/how-to-return-custom-message-from-controller-when-crud-action-fails).
11661166

11671167
The following code example describes the above behavior.
11681168

@@ -1217,7 +1217,7 @@ The following output is displayed as a result of the above code example.
12171217

12181218
![ASPNETMVC Grid Editing](Editing_images/Editing_img18.png)
12191219

1220-
N> 1. Refer this [Knowledge Base link](https://www.syncfusion.com/kb/6817/how-to-perform-server-side-validation-in-grid) to perform server side validation in Grid.
1220+
N> 1. Refer this [Knowledge Base link](https://support.syncfusion.com/kb/article/6216/how-to-perform-server-side-validation-in-grid) to perform server side validation in Grid.
12211221

12221222
### Custom Validation
12231223

‎aspnetmvc/Grid/Enable-Persistence.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation: ug
99

1010
# State Persistence
1111

12-
State persistence is to maintain the grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refreshes or move to the next page. State persistence stores grid's model object in local storage while defining the `enablePersistence` as true.
12+
State persistence is to maintain the grid state in browser's [local storage](https://www.w3schools.com/html/html5_webstorage.asp) even if browser refreshes or move to the next page. State persistence stores grid's model object in local storage while defining the `enablePersistence` as true.
1313

14-
I> The [localStorage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below IE9 then grid state persistence technique is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
14+
I> The [localStorage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below IE9 then grid state persistence technique is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
1515

1616
## List of properties are not persisted by default
1717

‎aspnetmvc/Grid/Exporting.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ N> Excel file will be exported in the collapsed state with the expand/collapse i
233233

234234
N> 1. The dataSource passed to the exporting method is compared with grid column while exporting, when a column is not defined in the grid dataSource, it is obtained as null value and hence throws a null exception. To avoid the above exception ensure that the columns bound to the grid are defined in the grid dataSource before exporting the grid.
235235

236-
N> 2. To export the dynamic list of objects in the grid use the TypeBuilder concept refer to this [`link`](https://www.syncfusion.com/kb/7620/how-to-export-dynamic-list-using-typebuilder-in-grid"link")
236+
N> 2. To export the dynamic list of objects in the grid use the TypeBuilder concept refer to this [`link`](https://support.syncfusion.com/kb/article/6889/how-to-export-dynamic-list-using-typebuilder-in-grid)
237237

238238
## Server dependencies
239239

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /