Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
158 views
Hey there,
i've using telerik only in code behind.
So i thought i could set the reference to Telerik.Web.Ui to CopyLocal = false

I have customized my own RadGrid with Telerik.
I also have a property with name columns and i get still the following error if i use my library for another project.

Parserfehler

Beschreibung: Fehler beim Verarbeiten einer Resource, die für diese Anforderung erforderlich ist. Überprüfen Sie folgende Fehlerinformationen und ändern Sie die Quelldatei entsprechend.

Parserfehlermeldung: Die Datei oder Assembly "Telerik.Web.UI, Version=2012.1.215.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.

Is it possible to set Telerik to CopyLocal = false or is there a programmatically restriction?

I also looked for all references in the library, but i didn't found some other usage of telerik.

Thanks,
Miriam


Miriam
Top achievements
Rank 1
 answered on 18 Apr 2012
4 answers
154 views
Text in combobox is truncated when we using IE8. 
This problem happened since 2012.1 version until now.
I really wish to upgrade the telerik version to the latest version, but the IE8 compatibility is really poor.
cheekl
Top achievements
Rank 2
 answered on 18 Apr 2012
2 answers
142 views
I am trying to set the text color of a Read-Only NumericTexbox - in the code below.

With my first CSS Class, the font color is not assigned.  When I add "!important" in the second one, I end up seeing strange additional text that should not be visible.  

Am I doing this wrong or is this a bug?  

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Numeric_Bug.aspx.vb" Inherits="Elan.Web.Numeric_Bug" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head id="Head1" runat="server">
    <title></title>
    <style type="text/css">
        .disabledNumericTextbox
        {
            color: Red;
        }
        .disabledNumericTextboxBroken
        {
            color: Red !important;
        }
    </style>
</head>
<body>
    <form runat="server" id="form1">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
    <div style="padding: 50px; border: 1px solid #ccc">
        <telerik:RadNumericTextBox runat="server" ID="RadNumericTextBox3" ReadOnly="true"
            ReadOnlyStyle-CssClass="disabledNumericTextbox" NumberFormat-DecimalDigits="2"
            Value="80000.85" Width="110" ReadOnlyStyle-HorizontalAlign="Right" />
        <telerik:RadNumericTextBox runat="server" ID="RadNumericTextBox4" ReadOnly="true"
            Value="80000.85" ReadOnlyStyle-CssClass="disabledNumericTextboxBroken" NumberFormat-DecimalDigits="2"
            Width="110" ReadOnlyStyle-HorizontalAlign="Right" />
 
    </div>
    <telerik:RadWindowManager ID="RadWindowManager1" ShowContentDuringLoad="false" VisibleStatusbar="false"
        ReloadOnShow="true" runat="server" EnableShadow="true" />
    </form>
</body>
</html>
Tsvetina
Telerik team
 answered on 18 Apr 2012
1 answer
185 views
How do I update a datasource for a listbox via code by clicking on a button? Something like ListBox.DataSource.Update (), Listbox.ResetBind (), do not know ... 
Princy
Top achievements
Rank 2
 answered on 18 Apr 2012
5 answers
557 views

in Telerik.Web.UI_2012_1_411_Dev input fields width is now  arbitrary set to 154px:

.RadForm.rfdTextbox input[type="text"], .RadForm.rfdTextbox input[type="password"], .RadForm.rfdTextbox input[type="search"], .RadForm.rfdTextbox input[type="url"], .RadForm.rfdTextbox input[type="tel"], .RadForm.rfdTextbox input[type="email"] (ligne 1)

{

width: 154px;

padding-top: 2px;

padding-right: 2px;

padding-bottom: 3px;

padding-left: 2px;

height: auto;

line-height: normal;

}

Is there some good reason for that?
Thanks :-)

Bozhidar
Telerik team
 answered on 18 Apr 2012
0 answers
144 views
Hi All,

I have a page designed with RadDateTimePicker. It works fine in all scenario except one.

If I select the date first , then date with default time is displayed in text box. ie ( 4/18/2012 12:00 PM)
after that when we explicitly change the time, only time value get changed to the selected time not the data also ie (4/18/2012 5:00 PM) 
but again if I go back and change the date, date value is getting changed along with time value getting sett o default value.
For Ex:
If I changed the date 5/11/2012 then the value will display like this
5/11/2012  12:00 PM.
I don't want the time to be changed when we change the data.
Please help me in this regard.
A2H
Top achievements
Rank 1
 asked on 18 Apr 2012
0 answers
123 views
Hi Guys

I am in a requirement of adding numbers in grid dynamically and save
So i used telerik:GridNumericColumn
Now in new requirement they need to add negative values

I saw
http://www.telerik.com/community/forums/aspnet-ajax/grid/gridnumericcolumn-with-negative-value.aspx,
http://demos.telerik.com/aspnet-ajax/grid/examples/client/columnformatting/defaultcs.aspx

Here they display by formatting the existing data , my requirement is to add negative numbers on the run i.e EditMode="InPlace"

Karthik.K
Karthik Kantharaj
Top achievements
Rank 1
 asked on 18 Apr 2012
0 answers
70 views
My current site is working under Quirks mode in IE. But RadDatePicker can't work well. Its popup calendar is floating out of screen and at sometimes the its textbox has inline height property like '<input height="14px" />'. I want to know if latest Telerik ajax controls support IE Quirks mode? Thanks.
Zemin
Top achievements
Rank 1
 asked on 18 Apr 2012
0 answers
99 views
I am trying to follow the example on scrolling (the second grid in the example with yahoo style scrolling) of a RadGrid found here:

http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpaging/defaultcs.aspx

but 

var grid = $find("<%=RadGrid2.ClientID %>")


just returns null. Have tried everything I can think of but to no avail. My RadGrid is just sitting inside a div in context of the page. Any thoughts? Thanks!
Jeff
Top achievements
Rank 1
 asked on 17 Apr 2012
1 answer
120 views
Hi,
The Image Map Editor has a text box for URL, but I want a Drop Down list instead of the text box. After that I want to read data from database and fill it with custom link.
could you help me?
Richard
Top achievements
Rank 1
 answered on 17 Apr 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?