Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
563 views
Hi,

I am using a fairly small RadWindow with two controls, a radtextbox and a raddatepicker.  When the calendar on the datapicker opens it ends up opening larger than the radwindow and as such most of it is hidden.  How do you get the datepicker to lay above the window?  I've tried altering the zindex but it still doesn't appear above the window.

Regards,

Jon
Georgi Tunev
Telerik team
 answered on 08 Mar 2011
1 answer
64 views
Is there a way to do automatic formating of hyperlinks in Radeditor on a MAC?  I know that if you copy a URL in IE or Chrome or Safari on Windows and paste into Radeditor it will automatically format the URL into a link.  (This doesn't work in Firefox).   Is there a way to do it on MAC OS?  I tried all browsers on MAC and it doesn't work, when I paste a URL into Radeditor it just paste it as text.  Any help with this will be appreciated.  

Thanks
Rumen
Telerik team
 answered on 08 Mar 2011
7 answers
125 views
Hi I am using Radeditor Moss 5.5 version.
I need to upload all the documents from all my document libraries which exixts in my subsite.
I need to give all the document library names in configfile or any other option is there for this to attain.
Stanimir
Telerik team
 answered on 08 Mar 2011
1 answer
87 views
RadTextBox with MultiLine gets rendered with blank value via abcPDF imageToURL.

It shows on screen somewhow but the rendered textarea HTML has visibility set to off and height/width of 1px?
Tsvetina
Telerik team
 answered on 08 Mar 2011
1 answer
171 views
hello there:

I Replace standard asp.net buttons for radbuttons on my website and some focus client scripts stopped working due button type has changed. Dou you know how to set focus on Image type Radbuttons. Because I'm using some radcomboboxes linked to autocomplete text property and I set up a script focusing a button on the RadComboBox client events  "onclientdropdownclosing" and "onclientdropdownclosed".

this is my current focus client event used on RadcomboBoxes:

 function setFocusTobtnBuscaCliente() {
                   document.Form1.btnBuscaCliente.focus();
               }


Thanks in advance for any help provided!!!
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2011
4 answers
41 views
Hi Telerik,

We've just upgraded to RadEditor version 5.8.6.0 on our development server and are using MOSS 2007 and IE8.

The issue that we are experiencing is that when wanting to apply a css class (from the Apply CSS Class dropdown box) to selected text, which could be one word for instance, the style applies to the entire paragraph rather than to the selected word.

We've set up our custom class styles by using an external CssEditor.css file which we point to in the ConfigFile.xml file using the "CssFiles" property.
We've also referenced the classes in the ToolsFile.xml, so that only the required classes appear in the drop-down.

RadEditor version 5.8.0.0 didn't have this problem, but version 5.8.6.0 does. I've also noticed it does this on the online demo version that you have on your site.
For example, go to http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx, highlight a word in one of the paragraphs, then click on the Apply CSS Class dropdown and select .redText. Notice how the entire paragraph turns red, not just the word. Is this normal behaviour now for RadEditor? If so, how do we get RadEditor to apply styles to selected text only?

Thanks,
Claudz
claudz
Top achievements
Rank 1
 answered on 08 Mar 2011
2 answers
232 views
Hi,

I have a link buttin in radlistview  itemtemplate. on click on link buttom i,m loading another list.it is happening fine but spin wheel is not showing when i click on the link button. please suggest what is going wrong.

      <telerik:RadListView ID="lvLaborHoursSummary" runat="server" DataKeyNames="ID" >
                                <LayoutTemplate>
                                    <div>
                                        <table id="chart1" border="0" cellspacing="0" style="width: 100%;">
                                            <thead>
                                                <tr>
                                                    <td colspan="8" align="center">
                                                        <b>Labor Hours by Site</b>
                                                    </td>
                                                </tr>
                                         </thead>
                                            <tbody>
                                                <tr id="itemPlaceholder" runat="server">
                                                    <td>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </LayoutTemplate>
                                <ItemTemplate>
                                    <tr>
                                        <td>
                                            <asp:Label ID="Label1" runat="server" Text='<%# Eval("ID") %>'></asp:Label>
                                        </td>
                                        <td>
                                            <asp:LinkButton ID="lnkDescription" runat="server" Text='<%# Eval("Description") %>'
                                                CommandName="ShowSummaryByEmployee"></asp:LinkButton>
                                        </td>
                                    </tr>
                                </ItemTemplate>
*********************************************************************************************
       How to find lnkDescription button on page load event to set ajax settings
        ajaxManager.AjaxSettings.AddAjaxSetting(lnkDescription, pnlLaborHoursSummary, RadAjaxLoadingPanelLaborHoursSummary);


Thanks
~Ravi
Ravi Kumar
Top achievements
Rank 1
 answered on 08 Mar 2011
0 answers
52 views
Hi,

I was wondering if it is at all possible for the items in the legend box to be placed horizontally instead of vertically. That is, instead of having a box that lists the names of the series one above the other like this

Series 1
Series 2
Series 3

to have one that lists them on the same line one next to the other like this

Series 1 | Series 2 | Series 3

Thanks in advance for the help!

Found the answer to my question:

http://www.telerik.com/community/forums/aspnet-ajax/chart/how-to-make-a-horizontal-chart-legend.aspx

<Legend>
 <Appearence overflow="Row"></Appearence>
</Legend>


Boyan
Top achievements
Rank 1
 asked on 07 Mar 2011
0 answers
67 views
Hi there,
We had RadComboBox with Web method populating data and we found out that auto complete feature didn't work in IE9. After installing new Q3 2010 version of RadControls the issue seams to be fixed.
Oksana
Top achievements
Rank 1
 asked on 07 Mar 2011
1 answer
101 views
Hello,

I have a GridView that I am converting to radGrid, but I'm having trouble with some of the syntax. 

Can someone 'translate' these below 2 lines for me (to the correct syntax for a radGrid)?...  I currently have this code in the ItemCreated event where it dynamically adds a new row to the grid...

GridView oGridView = (GridView)sender;
GridViewRow oGridViewRow = new GridViewRow(0, 0, DataControlRowType.Header, DataControlRowState.Insert);

Thanks!
Matt
Mathew
Top achievements
Rank 1
 answered on 07 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?