hello
in the Help Document for the Grid
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#insertRow
the insertRow function is described
insertRow object example
var grid = $("#Grid").data("tGrid");
var product = { ProductName: "KeyBoard", UnitPrice: 53.20};
grid.insertRow(product);
But in the current version of Kendo Ui MVC there is no function
insertRow()
Why? Is there an replacement?
Regards and best wishes for the new year
in the Help Document for the Grid
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#insertRow
the insertRow function is described
insertRow object example
var grid = $("#Grid").data("tGrid");
var product = { ProductName: "KeyBoard", UnitPrice: 53.20};
grid.insertRow(product);
But in the current version of Kendo Ui MVC there is no function
insertRow()
Why? Is there an replacement?
Regards and best wishes for the new year