This is a migrated thread and some comments may be shown as answers.

Remote Data Binding read.Action() parameter

1 Answer 527 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bruce
Top achievements
Rank 1
Bruce asked on 02 Jul 2014, 01:27 PM
In the example code for the .cshtml file at http://demos.telerik.com/aspnet-mvc/grid/remote-data-binding there is read.Action() method near the end.  What are the parameters that are passed to it, in partciular the first one.  In the example the value is "Orders_Read".  Is this an entity?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 04 Jul 2014, 06:44 AM
Hello Bruce,

This is the name of the controller and the action method.

Orders_Read is the name of the action method and
Home is the name of the controller.

http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/ajax-binding

Just the same as the case when you create Url.Action()

Kind Regards,
Petur Subev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Bruce
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or