Skip to content

Commit 57be7f2

Browse files
documentation(939546):Updated
1 parent b7a27b8 commit 57be7f2

File tree

2 files changed

+2
-2
lines changed
  • ej2-asp-core-mvc/code-snippet/grid/data-binding/remote-prams

2 files changed

+2
-2
lines changed

ej2-asp-core-mvc/code-snippet/grid/data-binding/remote-prams/razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
const query = new ej.data.Query();
2727
applyPaging(query, state)
2828
query.isCountRequired = true
29-
query.addParams('Syncfusion_Vue_Grid', 'true');
29+
query.addParams('Syncfusion_Grid', 'true');
3030
var fetchRequest = new ej.base.Fetch({
3131
url: `${baseUrl}/GetOrderData`,
3232
type: 'POST',

ej2-asp-core-mvc/code-snippet/grid/data-binding/remote-prams/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
const query = new ej.data.Query();
3333
applyPaging(query, state)
3434
query.isCountRequired = true
35-
query.addParams('Syncfusion_Vue_Grid', 'true');
35+
query.addParams('Syncfusion_Grid', 'true');
3636
var fetchRequest = new ej.base.Fetch({
3737
url: `@fullUrl?handler=GetOrderData`,
3838
type: 'POST',

0 commit comments

Comments
 (0)