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.