or
<telerik:RadGrid ID="myGrid" runat="server" AllowSorting="true" AutoGenerateColumns="false" AllowPaging="true" PageSize="50" Height="500"> <MasterTableView> <Columns> <telerik:GridBoundColumn Visible="false" DataField="Id" UniqueName="Id" /> <telerik:GridBoundColumn DataField="FirstName" HeaderText="First Name" UniqueName="FirstName" /> <telerik:GridBoundColumn DataField="LastName" HeaderText="Last Name" UniqueName="Last Name" /> </Columns> <EditFormSettings EditFormType="WebUserControl" UserControlName="~/EditForm.ascx" /> </MasterTableView> <ClientSettings EnableRowHoverStyle="true"> <Scrolling UseStaticHeaders="True" AllowScroll="True" /> <ClientEvents OnRowDblClick="editRow" /> </ClientSettings></telerik:RadGrid>function editRow(sender, eventArgs) { sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical());}<telerik:RadAjaxLoadingPanel ID="LoadingPanel1" Height="200px" Width="200px" runat="server" Transparency="30"> <table width="100%"> <tr> <td width="100%" align="center" valign="top"> <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' style="border: 0px;" /> </td> </tr> </table> </telerik:RadAjaxLoadingPanel>http://localhost:50049/Web_App/http://localhost:50049/Web_App/http://localhost:50049/Web_App/
http://localhost:50049/Web_App/(S(mq4cwf55cmht42ypwio5dhzu))/Login.aspx?ReturnUrl=%2fWeb_App%2fdefault.aspx/Login.aspx?ReturnUrl=%2fWeb_App%2fdefault.aspx