Hi Minh,
Thanks for using Syncfusion products.
Query 1: “pass parameter to action method that fetch data for Grid”We are glad to let you know that your requirement can be achieved by using “
Query” property of Grid. Please refer the following code snippets.
@(Html.EJ().Grid<object>("Grid")
...
.Query("new ej.Query().addParams('empID',2)") // addding extra paramater using 'addParams'
)
|
For your convenience we have created a sample and the same can be downloaded from below link.
Sample:
http://www.syncfusion.com/downloads/support/forum/118841/EJGrid1467055930.zip Please refer the following documentation for further reference on Query
http://help.syncfusion.com/ug/js/Documents/query.htm Query 2: “what assembly stores this QueryParam”For your information “
QueryParam” api which belongs to classic Grid. Please refer the following code snippets to find the difference between classic Grid and new Grid Control.
@(Html.EJ().Grid<object>("Grid") //New Grid
@(Html.Syncfusion().Grid<Order>( //Classic Grid
|
So if your requirement is regarding classic Grid control then please get back to us so that we could provide you a response as early as possible. Please find the difference bet
Note: We have provided the above sample in Query 1 with the new Grid control
Please let us know if you need any further assistance.
Regards,
Alan Sangeeth S