You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you guys are talking about passing addional parameters into controller's method, this can be done by adding routeValues: .SetUrl(Url.Action("GridData", "Location", new { id = Model.Id }))
Corresponding controllers action: public ActionResult GridData(int id, GridSettings gridSettings)
Option to add additional data to the server request.
The text was updated successfully, but these errors were encountered: