This is a migrated thread and some comments may be shown as answers.

Using Kendo Grid to open MVC url in model window

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 03 Sep 2013, 06:27 PM
I have a basic MVC Kendo Grid using am Action as a DataSource with Ajax enabled.  I'd like to make the row clickable (no command buttons) to then open a hidden value which is a row specific MVC URL into a Jquery modal window.  My fundamental goal is to have a grid holding X number of rows, each row with a potentially custom URL used for editing data.  Can someone point me in the right direction?  thanks.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 05 Sep 2013, 11:38 AM
Hello Josh,

You could enable selection and use the Grid change event to get the item for the selected row. You could then use the URL from the item to open the window.

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Josh
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or