Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
153 views
I am using a webservice to load items into a ContextMenu of the Scheduler.  The webservice returns values fine but as soon as I set the GroupSettings to make it multi-column all my items disappear.  It looks like the CSS is not being set properly on the dynamically loaded items.  If I remove the ExpandMode="WebService" and type in a bunch of RadMenuItems then the display is correct with the column formatting.

Anyone have any ideas?  Below is an extract of the menu settings that do not work and some screenshots of what it should look like and what it actually does.
<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>

Thanks!

Tom
Boyan Dimitrov
Telerik team
 answered on 22 Mar 2013
1 answer
114 views
Hi..I'm having a problem with radeditor content part.. for ex; I have some text in a radeditor(http://admin.xyz.com/pages/add_edit.aspx) like 

"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

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 ?

Rumen
Telerik team
 answered on 22 Mar 2013
1 answer
178 views
ASP.NET AJAX Q1,2013, Visual Studio 2010 Ultimate SP1, IE 9, SQL Server 2008 R2

I have a RadGrid (AutoGenerateColumns=True) bound to an SQL Server table containing multiple columns. The grid does not show values of columns that are of XML data type !

Is this feature unsupported or I see a bug here ?

I also tried to cast the xml type column into varchar(max), but it still does not show anything. The same query works fine in the SQL Server management studio with or without the CAST.

Nishant
Marin
Telerik team
 answered on 22 Mar 2013
2 answers
199 views

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.

Angel Petrov
Telerik team
 answered on 22 Mar 2013
1 answer
321 views
Is it possible to rename file during the upload, if the file with the same name already exists. 
Vessy
Telerik team
 answered on 22 Mar 2013
8 answers
586 views
Hello, I have checked the other threads first about this issue, but they didn't help me.

What i'm trying to do is check if the grid is in edit/insert mode in the grid's OnKeyPress event.

Other threads suggested that grid._editIndexes would do the trick, but mine's always empty.

So basically..

function onKeyPress(sender, e){
    var length = sender._editIndexes.length ; // always 0 !!
...
}

Is there any other way to check in which mode the grid is right from the grid object ?

Thanks!
J
Top achievements
Rank 1
 answered on 22 Mar 2013
1 answer
109 views
I'm looking to implement a pop up on right click on a table. I want things like insert row below, delete row, etc. Do you have any tutorials on how to do this? I couldn't seem to find any.
Rumen
Telerik team
 answered on 22 Mar 2013
1 answer
51 views
Telerik menu looks cut off both when I'm puuting it on my site and when i'm launching demo. when choosing 'Right-to-left support', there is white line on every menu item. how can this be settled?
Kate
Telerik team
 answered on 22 Mar 2013
1 answer
77 views

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,

Marin
Telerik team
 answered on 22 Mar 2013
7 answers
182 views
I'm seeing an issue w/ IE 10 (released w/ Win 8) and toolbar drop-downs. I'm using the latest build (Q2 '12 SP2) and it's also reproducible on Telerik's demo pages:

http://demos.telerik.com/aspnet-ajax/toolbar/examples/functionality/firstlook/defaultcs.aspx 

With drop-downs an IE 10, as the drop-down menu animated and is shown, the background <iframe> is visible in such a way that it is very noticeable as it covers the area that will be filled by the entire drop-down menu. This is visible for about 1/2 a second, depending on computer speed. To reproduce, go to the above link and click on the New menu. I've attached a screen shot that I took by manually hiding the <div> menu so you can see what I'm seeing for that 1/2 second of animation as the drop-down menu opens.

I was hoping that SP2 took care of all remaining IE 10 issues, but this is still present. Please advise and/or let me know if any of this is unclear.

Thanks!

- Mike Oliver
 
Ivan Zhekov
Telerik team
 answered on 22 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?