<AppointmentContextMenus> <telerik:RadSchedulerContextMenu runat="server" ID="SchedApptContextMenu" > <WebServiceSettings Path="WebServices/SqlServices.asmx" Method="schedMenu"/> <Items> <telerik:RadMenuItem Text="Edit" Value="CommandEdit" /> <telerik:RadMenuItem Text="Print" Value="Print"/> <telerik:RadMenuItem Text="Assign" Value="Assign" ExpandMode="WebService" GroupSettings-RepeatColumns="6" GroupSettings-RepeatDirection="Vertical"> </telerik:RadMenuItem> </Items> </telerik:RadSchedulerContextMenu></AppointmentContextMenus>It
is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout. The point of
using Lorem Ipsum is that it has a more-or-less normal distribution of
letters, as opposed to using 'Content here, content here', making it
look like readable English. Many desktop publishing packages and web
page editors now use Lorem Ipsum as their default model text, and a
search for 'lorem ipsum' will uncover many web sites still in their
infancy. Various versions have evolved over the years, sometimes by
accident, sometimes on purpose (injected humour and the like). Click Here"
let say this page is admin part of the website to edit this content...and we set Click Here as an anchor tag..the problem is when I go http://www.xyz.com/pages.aspx and when I click Click Here it tries to go "http://admin.xyz.com/pages/add_edit.aspx#testclickheretag" but I want that URL like http://www.xyz.com/pages.aspx#testclickheretag ... I want this to be relative according to current page's link.. is there any solution for that ?

I have two GridDropDownColumn one is category and other is subcategory. The value of Subcategory should load dynamically when category is selected ie. When Category is changed according to the value of that subcategory is loaded.
I tried to created selectedIndexChange event for category but inside that I am not able get the control Subcategory. The control is not Template column then I can find the control and it is not possible to create GridTemplateColumn.
Please help me how I can load value depending on the value other GridDropDownColumn.

function onKeyPress(sender, e){ var length = sender._editIndexes.length ; // always 0 !!...}
Hello,
I have a problem with GridView with frozen columns.
I have dynamically build GridView containing over 50 columns. First 4 columns are frozen. Each cell of other columns is textbox. When GridView is loaded it is nesessary to set focus in the texbox of a cell located in last column. I am doing it on client in event OnGridCreated. When focus is set frozen colunms become invisible. Frozen columns become visible again only if user moves the horizontal scroll bar to the right.
Thanks,