Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
149 views

we decided to use telerik controls on our website, there fore initially we are testing how far we go to change look and feel of controls so they match and fit to our needs graphically. we are working on rad sliding pane control. Now we are facing a problem if we set icon image of the pane there was some white spaces remain in the surroundings if we even select image only value of TabView property. This will destroy needed position of tab and look very awkward.


Please tell us how to set it.

Svetlina Anati
Telerik team
 answered on 23 Dec 2008
11 answers
235 views
I am trying to use $find to get the ID of a non-rad DropDownList.  The $find function returns null.

Is there something I am doing wrong?

Thanks for any help, the code follows. ~ Matt

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
    <title></title
</head> 
<body> 
    <form id="form1" runat="server"
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"
    </telerik:RadScriptManager> 
    <div> 
 
        <script type="text/javascript"
            function RadComboBox1_OnClientSelectedIndexChanged(sender, args) { 
                //works: 
                var product = args.get_item(); 
                alert(product.get_text()); 
                //doesn't work: 
                var ddlControl = $find("<%= cboVA_IllustrationType.ClientID %>"); 
                var indexValue = ddlControl.selectedIndex; 
                var selectedValue = $find("<%= cboVA_IllustrationType.ClientID %>").options[indexValue].value; 
                alert(selectedValue); 
            } 
        </script> 
 
        <telerik:RadComboBox ID="RadComboBox1" runat="server" Skin="Web20" OnClientSelectedIndexChanged="RadComboBox1_OnClientSelectedIndexChanged"
            <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> 
            <Items> 
                <telerik:RadComboBoxItem runat="server" Text="Fixed Annuity" /> 
                <telerik:RadComboBoxItem runat="server" Text="Fixed Index Annuity" /> 
                <telerik:RadComboBoxItem runat="server" Text="Variable Annuity" /> 
                <telerik:RadComboBoxItem runat="server" Text="Immediate Annuity" /> 
                <telerik:RadComboBoxItem runat="server" Text="Term" Selected="true" /> 
                <telerik:RadComboBoxItem runat="server" Text="Universal Life" /> 
                <telerik:RadComboBoxItem runat="server" Text="Variable Universal Life" /> 
            </Items> 
        </telerik:RadComboBox> 
        <p> 
            <asp:DropDownList ID="cboVA_IllustrationType" runat="server"
                <asp:ListItem>Hypothetical</asp:ListItem> 
                <asp:ListItem Selected="True">Historical</asp:ListItem> 
            </asp:DropDownList> 
        </p> 
    </div> 
    </form> 
</body> 
</html> 
 

Matt
Top achievements
Rank 1
 answered on 23 Dec 2008
2 answers
89 views
Hi, All!

There is a grid layout problem with RadGrid in Firefox. Layout was set to fixed: <MasterTableView TableLayout = "fixed" >, each column had a fixed width in pixels: <telerik:GridBoundColumn HeaderStyle-Width="140px" >, grid width wasn't specified. It works fine in IE, but in FF the columns were scaled (widened) to the size of the container. It is strange, because the HTML looks properly:

<TABLE class=MasterTable_WebBlue id=ctl00_DefaultContent_Form2_GrdExtra_ctl00_Header style="TABLE-LAYOUT: fixed; OVERFLOW: hidden; BORDER-COLLAPSE: collapse; TEXT-OVERFLOW: ellipsis; empty-cells: show" cellSpacing=0 border=0>
<COLGROUP>
   <COL width="200px">
   <COL width="200px">
   <COL width="50px">
</COLGROUP>

It seems, some initializing script works improperly. Who have faced with widening in FF too?

Thanks!

Alexey
Top achievements
Rank 1
 answered on 23 Dec 2008
6 answers
183 views
Hi,
    How to remove the '+' sign of the last node from the tree view .
I took the help of the existing online example but is it is not working for me .

With Thanks & Regards
Manoj
Peter
Telerik team
 answered on 23 Dec 2008
1 answer
106 views
Hi,

Kindly advice how to remove Borders for RADEditor LITE WebPart? Are there any configuration changes to be done?

Thanks in advance for your help.

Warm Regards,
Satheesh
Stanimir
Telerik team
 answered on 23 Dec 2008
5 answers
177 views
Hi,
    I am at level 3 . How can I get the level 2, level 1 and level 0 value .
I tried with

Convert

.ToInt32(e.Node.Nodes[1].Value);

But is it giving error . Can you please tell me where I am doing  wrong ?

With Thanks & Regads
Manoj

 

Manoj
Top achievements
Rank 1
 answered on 23 Dec 2008
1 answer
92 views
Hi

I have hierarchical grid in which parent record consists of date ,goal ID,Target.
child record also consist of target ,date .
parent and child are two user controls binding in hierarchical rad grid.
where  i can add multiple records for a single parent record, before adding child record i need to check date shouldn't be greater than existing parent record date in client side .  very urgent

Any help appreciable.
Iana Tsolova
Telerik team
 answered on 23 Dec 2008
1 answer
50 views
Hi,

I am using a telerik heirachial grid in which parent and child records will be available . parent and child are two user controls .

For each parent record there will be multiple child records , In parent and child raddatepicker allowed ,
child raddatepicker date shouldn't be greater than parent raddatepicker date . i need to validate in client-side


Any help appreciable .

Thanks in advance
Iana Tsolova
Telerik team
 answered on 23 Dec 2008
1 answer
96 views
Sorry to ask this question, when I should spend the time to work it out myself, but I'm on a deadline and need to prove that the Telerik ASP.Net controls will work in an MVC environment.

So, how do I access a RadCalendar (in a View) from within my controller action. Am I right that I should be able to access it's state via a incoming parameter some how? 

Perhaps there is a post, or example, or article someone could point me to? I searched without success.

Thanks in advance.
 
Vlad
Telerik team
 answered on 23 Dec 2008
1 answer
167 views
Hi,
I am using RadEditor in my web application, in which i have to implement the following.
1. User  copy some PDF file contents (including Text, images and Table) and paste in RadEditor.
2. After pasting into RadEditor , the content of editor will be automatically saved into database as well as in MS Word file without any button click.

Thanks
Vikram
Georgi Tunev
Telerik team
 answered on 23 Dec 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?