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

how to click kendo grid bound column to open a new pop up window?

1 Answer 717 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 18 Aug 2013, 03:20 AM
How to click kendo grid bound column to open a new window?
I want the command text be the bound column data. click the data cell to open a new window.

ie how to make the text "bounddata" to show the grid bound column data, for example if its' a data filed , I want the date to show in the cell, click the cell link to pop up a new window.

  columns.Command(command => command.Custom("ViewDetails").Text(bounddata)Click("showDetails"));


ie, for the example   http://demos.kendoui.com/web/grid/custom-command.html,

I like to open the detail window by clicking the Title link instead of click "View Detail".
How to do this? Can you provide detail sample code?


Thanks!


1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 21 Aug 2013, 06:20 AM
I'm not sure I fully understand what you are trying to achieve. Can you elaborate a bit more?

When you define command column it will render a button and you can execute custom action when clicked. This is what the Custom command demo shows. 

If the command column doesn't fit your needs you can implement a template column and inside the template you can have whatever clickable element you like.

Regards,
Nikolay Rusev
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
JJ
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or