This question is locked. New answers and comments are not allowed.
Was wondering if there is way to attach javascript to the grid edit button , without having the need to databind it.
ie the code here http://demos.telerik.com/aspnet-mvc/razor/grid/clientsideevents does show how to associate javascript to the edit button , but then it would not work if we remove .Update("_SaveAjaxEditing", "Grid"). The end goal is to have custom edit UI for the grid ( or rather not model centric edit UI). Thanks Sush
ie the code here http://demos.telerik.com/aspnet-mvc/razor/grid/clientsideevents does show how to associate javascript to the edit button , but then it would not work if we remove .Update("_SaveAjaxEditing", "Grid"). The end goal is to have custom edit UI for the grid ( or rather not model centric edit UI). Thanks Sush