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

Help Needed with Client Template Column

1 Answer 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Man
Top achievements
Rank 1
Man asked on 16 Sep 2015, 08:52 AM

I have a grid that displays a subset of the entire column set of my model  as follows as a result of my search form

 

$("#kendoResultGrid").kendoGrid({
                            dataSource: {
                                data:response
                            },
                            scrollable: true,
                            sortable: true,
                            columns: [
                                { field: "EmpNo", template: "<a href='~/PMP/Index'>Select</a>" },
                                { field:"EmpName" },
                                { field:"EmpMgr" },
                                { field:"ClientName" },                                
                                { field: "FrameworkName",hidden:true }
                            ]
                        });      

 

 

I want to be able to pass the whole response object to my Index method on my PMP view and display employee id as a hyperlink. Can you please assist?

 

I have looked at a few samples but does not seem to work for me

1 Answer, 1 is accepted

Sort by
0
Man
Top achievements
Rank 1
answered on 16 Sep 2015, 09:04 AM
Please ignore this post. 
Tags
Grid
Asked by
Man
Top achievements
Rank 1
Answers by
Man
Top achievements
Rank 1
Share this question
or