@(Html.Telerik().Grid(Model) .Name("Grid") .DataKeys(keys => { keys.Add(o => o.Authorid); }) .DataBinding(databinding => { databinding.Ajax() .Delete("_DELETEBatchEditing", "ExGrid" ,new { mainId = Model.Key }) );
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)