Share via


Kendo Grid Datasource.Read("Action", "Controller").Data("AdditionalParams") is not working

Question

Thursday, August 10, 2017 1:15 PM

Hi ,

I Appreciate for the help , i have the ken do grid where in need to pass the 4 parameters to controller , i am passing the 2 parameters from the Read("Action", "Controller").Data(ReadData("XX","YY")) and function as 

function whereusedReadData(X,Y) {
return {
A: X,
B: Y,
c: $('#F').is(':checked'),
d: $('#G').is(':checked') };

}

I have the 2 check box which need to pass checked status as the parameter, 

When I run the application , i get only first 2 parameter values not the 3rd(C) and 4th(D).

Can any one help me on this. 

All replies (1)

Monday, August 14, 2017 9:24 AM

Hi Likhith.S,

Since the question is about Kendo UI, I suggest you could ask for help in Kendo UI forum. The forum link as below:

http://www.telerik.com/forums/kendo-ui 

If you have any other questions, please feel free to contact me any time.

Best Regards
Velen