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!
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!