I use Inline Edit-Grid.data is read from the Web Server using JSON.
below is the read section of my grid
on parsing URL is not being generated.
What is the standard way of calling the Controller Action .(I am not using Kendo UI helpers)
below is the read section of my grid
on parsing URL is not being generated.
What is the standard way of calling the Controller Action .(I am not using Kendo UI helpers)
dataSource = new kendo.data.DataSource({
transport: {
read: {
url: ('<%=Url.Action("GetUserList") %>'),
dataType: "json"
},