Skip to content

Commit 63eedf6

Browse files
Merge pull request #413 from Syncfusion-Content/hotfix/hotfix-v23.1.36
DOCINFRA-2341_merged_using_automation
2 parents 1b5d464 + 4e2952f commit 63eedf6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

aspnet/Grid/Data-Adaptors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The WebMethod Adaptor is used to bind data source from remote services and code
5858

5959
For every operations, an AJAX post will be send to the specified data service.
6060

61-
When using `WebMethodAdaptor`, grid actions such as Paging, Filtering and Sorting should be handled at the server side itself. We have `DataOperation` class to handle the server side operations. Refer to the kb [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).
61+
When using `WebMethodAdaptor`, grid actions such as Paging, Filtering and Sorting should be handled at the server side itself. We have `DataOperation` class to handle the server side operations. Refer to the kb [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).
6262

6363
WebMethod Adaptor supports Model Binding, using `DataManager` class, for the Grid queries, such as sort, paging queries, etc.,
6464

@@ -115,7 +115,7 @@ The following output is displayed as a result of the above code example.
115115
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 `UrlAdaptor`. For every operations, an AJAX post will be send to the specified data service.
116116

117117

118-
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 kb [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).
118+
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 kb [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).
119119

120120
The following code example describes the above behavior.
121121

aspnet/Grid/Exporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Export Helper functions are available in the assembly `Syncfusion.EJ.Export`, wh
2727

2828
In ASP, exporting is achieved by using Grid control server side method. Using Export() server method in Grid server side event, you can export the Grid into excel, PDF and word documents.
2929

30-
N> Refer the knowledge base [link](https://www.syncfusion.com/kb/5442/how-to-export-the-data-when-grid-is-in-updatepanel "link") to export the Grid when it is rendered inside UpdatePanel.
30+
N> Refer the knowledge base [link](https://support.syncfusion.com/kb/article/5140/how-to-export-the-data-when-grid-is-in-updatepanel "link") to export the Grid when it is rendered inside UpdatePanel.
3131

3232
{% tabs %}
3333

aspnet/Grid/Style-and-Appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ To modify Grid appearance, you need to override default CSS of Grid. Please find
211211

212212
To customize toolbar, you need to use toolbar default CSS class to override icon in toolbar.
213213

214-
{% seealso %} [customize toolbar ](http://www.syncfusion.com/kb/5076/how-to-change-custom-icons-for-default-edit-toolbar-items "customize toolbar") {% endseealso %}
214+
{% seealso %} [customize toolbar ](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items "customize toolbar") {% endseealso %}

aspnet/UploadBox/File-Size.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ Maximum request size</th><th>
7070
Details</th></tr>
7171
<tr>
7272
<td>
73-
{{ '[maxRequestLength](https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.maxrequestlength.aspx)' | markdownify }}</td><td>
73+
{{ '[maxRequestLength](https://learn.microsoft.com/en-us/dotnet/api/system.web.configuration.httpruntimesection.maxrequestlength?view=netframework-4.8.1&redirectedfrom=MSDN#System_Web_Configuration_HttpRuntimeSection_MaxRequestLength)' | markdownify }}</td><td>
7474
Property</td><td>
7575
28.6 MB</td><td>
7676
Maximum request size supported by ASP.NET.</td></tr>
7777
<tr>
7878
<td>
79-
{{ '[maxAllowedContentLength](https://msdn.microsoft.com/en-us/library/ms689462(v=vs.90).aspx)' | markdownify }}</td><td>
79+
{{ '[maxAllowedContentLength](https://learn.microsoft.com/en-us/previous-versions/iis/settings-schema/ms689462(v=vs.90)?redirectedfrom=MSDN)' | markdownify }}</td><td>
8080
Property</td><td>
8181
28.6 MB</td><td>
8282
maxAllowedContentLength specifies the maximum length of content in a request supported by IIS.</td></tr>

0 commit comments

Comments
 (0)