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