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

How to show grid item's edit popup with permalink?

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Puranen
Top achievements
Rank 1
Puranen asked on 22 Mar 2017, 02:33 PM
Hi,

I am using Kendo UI grid (via JavaScript/Typescript) and would need to allow users to open an Grid Item in the edit popup (or similar popup) with a permalink, i.e. https://somesite/GridTest?id=1234 should open item with id 1234 in a popup window and display the corresponding fields of it.

The grid itself may contain many items and the specific item might not be on the first page.

I am using server side filtering, sorting and paging.

Or is there any other option to display an item with a direct link?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 23 Mar 2017, 02:16 PM
Hello Puranen,

The desired result can be achieved using a custom editor template and then to display the value and the link using the template syntax:

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-editable.template

I modified one of the examples to demonstrate the implementation:

http://jsfiddle.net/BCBzS/1159/

I hope this is helpful.

Regards,
Stefan
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Puranen
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or