or
function RowContextMenu(sender, eventArgs) { //alert("RowContextMenu Method"); var menu; var ownerTable = eventArgs.get_tableView(); if (ownerTable.get_name() == "DELIVERYDETAILS") { menu = $find("<%= RadMenu1.ClientID %>"); } else if (ownerTable.get_name() == "TASKS") { menu = $find("<%= RadMenu2.ClientID %>"); } document.getElementById("radGridClickedRowIndex").value = eventArgs.get_itemIndexHierarchical(); document.getElementById("radGridClickedTableId").value = ownerTable._data.UniqueID; menu.show(eventArgs.get_domEvent()); }function OpenWindowAddNewTask() { Sys.Application.add_load(addNewTaskWindow); } function addNewTaskWindow() { var WSID = document.getElementById("hidWSID").value; var url = "AddNewTask.aspx?WS_ID=" + WSID + "&TaskID=0"; var oWnd = radopen(url, 'RadWindow1'); Sys.Application.remove_load(addNewTaskWindow); }Hello Telerik Team,
I have a requirement in the rad grid. I am using rad grid to dispaly my search results on the
execution of sql stored procedure.
In the rad grid, I have a GridHyperLinkColumn where i am using DataNavigateUrlFormatString.After I get the search results, when i navigate to a different page from my search results and come back using the browser back button.I am loosing the
search results. I would like to know the method , how can i retain the search results. I have the search results in a view state/Session state.
Its a very urgent requirement.
Please respond as soon as possible.Please provide a sample for it.
I appreciate your help.
Thank You,
Smith
