Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
107 views
hi.
i have a scenario like http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx 
the problem is that all telerik controls like radcombox, RadListBox ecc don't wok. (in your demo radcombobox works!)
i can only see them but they are not enable.
instead, radbotton works.
i try to change z-index value but this not solve the problem.
can you helm me please?
thanks

Marin Bratanov
Telerik team
 answered on 17 May 2012
5 answers
89 views
Dear Telerik Team,

It is customary that when you see a modal dialog, you press spacebar to accept/dismiss the same. However this space bar trick does not work with RadConfirm boxes and it just moves the window up and down.

Any workarounds and/or plans to roll-out a fix for the same?
Marin Bratanov
Telerik team
 answered on 17 May 2012
1 answer
79 views
I'm running RadEditorSharepoint v4.5.6.0 in our production environment.  Does that employ the now unsupported ASP.NET radEditor?  We're updating soon, but in the meantime all the tools appear to have been disabled in the UI.  I checked the ListToolsFile and nothing seems off.  Both "EnhancedToolbar" and "BasicToolbar" are enabled. 

I saw something similar to this where the developer fixed it by replacing the default script manager with the radscriptmanager, but I'm not sure I know how to do that from a MOSS list form. 

We're going to try updating the version and hoping for the best, but if anyone has some relevant advice, I'd love to hear it. 

Something similar to this happened with the new version on an associate's machine, but in that case it was only him, so we chalked it up to some kinda javascript caching or permissions issue; however, this is happening for everyone and I've checked it in IE 8, 8 compatibility view, and 7, so I don't think it's a browser problem.
Rumen
Telerik team
 answered on 17 May 2012
5 answers
365 views
Hello

I have a project that has used a custom theme for quite a while. I recently updated from telerik 2nd 2010 to 3rd 2011 and am now showing grid lines on all of my radgrids (as shown in attached images). Ive tried to play with the css a bit but havent had any success. Any suggestions would be appreciated.

Thanks
Curt
Curt
Top achievements
Rank 1
 answered on 17 May 2012
3 answers
159 views
I have a page with multiple RadGrid controls. One control drags to another control. While the dragDrop operation is still in process, the user drags another item, and the item being dragged is left on screen without dropping into any container. The item remains frozen above all controls, and doesn't go away until the page is refreshed. I added an OnRowDropping event client-side to catch when eventArgs.get_targetItemID() was blank, and used eventArgs.set_cancel(true). That stopped the instance where users were dropping a control on the page (outside a control) while dragging. I'd like to disable DragDrop while a DragDrop operation is in progress to avoid this. I looked through the Telerik documentation for the RadGrid object model, and I couldn't find anything client side that would allow me to detect whether or not the grid was currently dragging.
Does anyone know how to catch this? Then, when I determine that the user is already dragging, The OnRowDropping event will set_cancel(true) for that event.
Please help me with this if you can.
Andrey
Telerik team
 answered on 17 May 2012
1 answer
111 views
Hallo
     I have more than 250 records in my grid. I have enabled paging and filtering in my grid. However im unable to get the total count of the records. I have tried prerender, but all im able to get is the count of the records in the current page. Please help me out..
thanks
Savyo
Princy
Top achievements
Rank 2
 answered on 17 May 2012
4 answers
116 views
Hello,
      When using the editor to set the background image of a cell or table, the editor seems to set the URL of the image to all lowercase. I'm storing my images on a cloud server(Amazon) and the url is case sensitive. So if the background image URL of my cell is "http://s3.amazonaws.com/whatever/MYIMAGE.jpg" the editor changes it to "http://s3.amazonaws.com/whatever/myimage.jpg" and the image is found. Is there a spot where I can override that behavoir?

Thanks,
Jim
James
Top achievements
Rank 1
 answered on 17 May 2012
14 answers
288 views
Hi,

We need workaround for to most clinical issues

Issue 1: How to change FastNavigationStep to 12 for radschedulerrecurrenceeditor End by Calender.

Issue 2: RadToolTipManager with RadScheduler. RadScheduler Calender is showing two tool tips after clicked on fastnavigationbuttion.

check the attached screen shots for the same.

Please let us provide the solution ASAP.
  
thanks in advance.
Allen
Top achievements
Rank 1
 answered on 17 May 2012
1 answer
86 views
As I type a link in RadEditor, for example www.telerik.com, it automatically becomes a working hyperlink when using Internet Explorer. Is this behaviour also possible in Google Chrome?
Rumen
Telerik team
 answered on 17 May 2012
3 answers
121 views
Hi,

I'm not sure if what I'm doing is possible with the Splitter control, but it'd great if I could get some advice.

Basically, I'd like to be able include RadPane's inside a repeater item - so that each item would be 'resizable' in relation to the other items.

Here's my markup currently:

   <telerik:RadSplitter ID="splt" runat="server" Width="100%">              
<asp:Repeater ID="rptSplitter" runat="server" OnItemDataBound="rptSplitter_ItemDataBound">
<ItemTemplate>
<telerik:RadPane ID="pane" runat="server">
<asp:Label ID="lblText" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"From") %>'></asp:Label>
<telerik:RadGrid ID="gv" runat="server" AutoGenerateColumns="false">
<MasterTableView runat="server" DataKeyNames="ID">
<Columns>
<telerik:GridBoundColumn DataField="ConsignmentNo" HeaderText="Consignment" SortExpression="ConsignmentNo">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="Customer" HeaderText="Customer" SortExpression="Customer"></telerik:GridBoundColumn>
</Columns>
</MasterTableView>
</telerik:RadGrid>
</telerik:RadPane>
</ItemTemplate>
<SeparatorTemplate>
<telerik:RadSplitBar runat="server"></telerik:RadSplitBar>
</SeparatorTemplate>
</asp:Repeater>
 </telerik:RadSplitter>

But this code does not work - the page simply doesn't render anything. If I remove the RadSplitter, RadPane etc elements then the Repeater displays the items correctly. Any ideas?
Dobromir
Telerik team
 answered on 17 May 2012
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?