In MVC ,Html Kendo Grid is not passing “&” to the controller from view through Datasource
up vote
0
down vote
favorite
Kendo grid datasource is not passing values "&" from view to controller in MVC
For instance from the below code if testIdVal value is "Interface Class & Function" . Only "Interface Class" are being passed to the controller .
.DataSource(Function(d) d.Ajax() _
.Read(Function(read) read.Action("GetResourcesForRolesForRootDomain", "Inquiry", New With {.testId= "#=testIdVal#"}).Type(HttpVerbs.Post).Data("additionalData"))) _
asp.net-mvc model-view-controller kendo-ui kendo-grid kendo-asp.net-mvc
add a comment |
up vote
0
down vote
favorite
Kendo grid datasource is not passing values "&" from view to controller in MVC
For instance from the below code if testIdVal value is "Interface Class & Function" . Only "Interface Class" are being passed to the controller .
.DataSource(Function(d) d.Ajax() _
.Read(Function(read) read.Action("GetResourcesForRolesForRootDomain", "Inquiry", New With {.testId= "#=testIdVal#"}).Type(HttpVerbs.Post).Data("additionalData"))) _
asp.net-mvc model-view-controller kendo-ui kendo-grid kendo-asp.net-mvc
1
Two ideas on that one: Try to addencodeURIComponent
aroundtestIdVal
:"#=encodeURIComponent(testIdVal)#"
or addtestIdVal
inadditinaldata
. By the way, there is a typo inadditinaldata
;)
– Carsten Franke
2 days ago
Thanks a lot Carsten , "#=encodeURIComponent(testIdVal)#" worked , Indeed additinaldata was a typo :) . You can put this in the answer list so that I will accept this as correct one .
– karthik kasubha
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Kendo grid datasource is not passing values "&" from view to controller in MVC
For instance from the below code if testIdVal value is "Interface Class & Function" . Only "Interface Class" are being passed to the controller .
.DataSource(Function(d) d.Ajax() _
.Read(Function(read) read.Action("GetResourcesForRolesForRootDomain", "Inquiry", New With {.testId= "#=testIdVal#"}).Type(HttpVerbs.Post).Data("additionalData"))) _
asp.net-mvc model-view-controller kendo-ui kendo-grid kendo-asp.net-mvc
Kendo grid datasource is not passing values "&" from view to controller in MVC
For instance from the below code if testIdVal value is "Interface Class & Function" . Only "Interface Class" are being passed to the controller .
.DataSource(Function(d) d.Ajax() _
.Read(Function(read) read.Action("GetResourcesForRolesForRootDomain", "Inquiry", New With {.testId= "#=testIdVal#"}).Type(HttpVerbs.Post).Data("additionalData"))) _
asp.net-mvc model-view-controller kendo-ui kendo-grid kendo-asp.net-mvc
asp.net-mvc model-view-controller kendo-ui kendo-grid kendo-asp.net-mvc
edited yesterday
asked 2 days ago
karthik kasubha
1689
1689
1
Two ideas on that one: Try to addencodeURIComponent
aroundtestIdVal
:"#=encodeURIComponent(testIdVal)#"
or addtestIdVal
inadditinaldata
. By the way, there is a typo inadditinaldata
;)
– Carsten Franke
2 days ago
Thanks a lot Carsten , "#=encodeURIComponent(testIdVal)#" worked , Indeed additinaldata was a typo :) . You can put this in the answer list so that I will accept this as correct one .
– karthik kasubha
yesterday
add a comment |
1
Two ideas on that one: Try to addencodeURIComponent
aroundtestIdVal
:"#=encodeURIComponent(testIdVal)#"
or addtestIdVal
inadditinaldata
. By the way, there is a typo inadditinaldata
;)
– Carsten Franke
2 days ago
Thanks a lot Carsten , "#=encodeURIComponent(testIdVal)#" worked , Indeed additinaldata was a typo :) . You can put this in the answer list so that I will accept this as correct one .
– karthik kasubha
yesterday
1
1
Two ideas on that one: Try to add
encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
;)– Carsten Franke
2 days ago
Two ideas on that one: Try to add
encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
;)– Carsten Franke
2 days ago
Thanks a lot Carsten , "#=encodeURIComponent(testIdVal)#" worked , Indeed additinaldata was a typo :) . You can put this in the answer list so that I will accept this as correct one .
– karthik kasubha
yesterday
Thanks a lot Carsten , "#=encodeURIComponent(testIdVal)#" worked , Indeed additinaldata was a typo :) . You can put this in the answer list so that I will accept this as correct one .
– karthik kasubha
yesterday
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Two ideas on that one: Try to add encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
. ;)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Two ideas on that one: Try to add encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
. ;)
add a comment |
up vote
1
down vote
accepted
Two ideas on that one: Try to add encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
. ;)
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Two ideas on that one: Try to add encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
. ;)
Two ideas on that one: Try to add encodeURIComponent
around testIdVal
: "#=encodeURIComponent(testIdVal)#"
or add testIdVal
in additinaldata
. By the way, there is a typo in additinaldata
. ;)
answered yesterday
Carsten Franke
5041421
5041421
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53363604%2fin-mvc-html-kendo-grid-is-not-passing-to-the-controller-from-view-through-d%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Two ideas on that one: Try to add
encodeURIComponent
aroundtestIdVal
:"#=encodeURIComponent(testIdVal)#"
or addtestIdVal
inadditinaldata
. By the way, there is a typo inadditinaldata
;)– Carsten Franke
2 days ago
Thanks a lot Carsten , "#=encodeURIComponent(testIdVal)#" worked , Indeed additinaldata was a typo :) . You can put this in the answer list so that I will accept this as correct one .
– karthik kasubha
yesterday