Declined
Last Updated: 31 Jan 2012 12:43 by ADMIN
Jayalakshmi
Created on: 31 Jan 2012 07:32
Category: Kendo UI for jQuery
Type: Feature Request
1
query string issue with Kendo ui window(Every time we open a kendo window the Query string should get Updated Instead it not happening)
query string issue with Kendo ui window(Every time we open a kendo window the Query string should get Updated Instead it not happening)
2 comments
ADMIN
Telerik Admin
Posted on: 31 Jan 2012 12:43
Explicit refresh should be performed to update the window url. Otherwise you will not be able to cache the page, for instance. Hence trigger the refresh() method of the window, as you already figured out.
Jayalakshmi
Posted on: 31 Jan 2012 08:02
  var window = $("#window").data("kendoWindow");
                           window.refresh();

This helps to solve the above problem