This question is locked. New answers and comments are not allowed.
I'm new to Telerik MVC extensions and I only have basic JS knowledge. I use a Telerik grid in my web application and so far I have managed to get it to work by searching for answers here on the forum. However now I have a question for which I cannot find an answer.
I want to have an edit link on row data in the grid, instead of a separate edit button at the left of each row. I figure that something has to be done with a ClientTemplate. I am able to generate a link to an external page or Action via a ClientTemplate, however I cannot find the way to fire the Edit event for the clicked row via ClientTemplate. I suppose this should be simple, yet I cannot get it to work, nor find any solution here on the forum (or elsewhere).
I'm using Razor view engine, by the way.
Any help is greatly appreciated.
Thanks in advance.
I want to have an edit link on row data in the grid, instead of a separate edit button at the left of each row. I figure that something has to be done with a ClientTemplate. I am able to generate a link to an external page or Action via a ClientTemplate, however I cannot find the way to fire the Edit event for the clicked row via ClientTemplate. I suppose this should be simple, yet I cannot get it to work, nor find any solution here on the forum (or elsewhere).
I'm using Razor view engine, by the way.
Any help is greatly appreciated.
Thanks in advance.