Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data in column cell to be link to another page. KendoUI grid widget

Tags:

kendo-ui

I am researching KendoUI library to use it in Asp.Net Mvc 3 project. This is an example of the grid widget populated with some local data. I need to make some of the columns to be links that lead to another page of the application. For example, if You click Deposit you should be navigated to the "Home/Deposit" View. How can this be done? Any help with working example will be greatly appreciated. Thanks.

Here is Fiddler sample:

http://jsfiddle.net/MwHNd/245/

like image 556
Mdb Avatar asked Jun 25 '12 09:06

Mdb


1 Answers

You should use template column, here is an example

http://jsfiddle.net/aNCV4/11/

like image 169
Petur Subev Avatar answered Dec 31 '22 20:12

Petur Subev