Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
244 views
Hi,

Is there a way I can remove the text highlighted in image and keep it as a watermark in adjoining textbox.

Attaching image for reference.

Thanks
Shubhankar
Top achievements
Rank 1
 answered on 11 Dec 2014
9 answers
381 views
I dropped a RadMaskedTextBox on a asp.net form that already had several asp.net textbox controls but the border / shadow and font of the RadMaskedTextBox does not match the current asp.net TextBox controls.
I have not styles applied to the page.

How to I get the 2 input boxes to match without setting up a bunch of css for the page?
James
Top achievements
Rank 1
 answered on 10 Dec 2014
2 answers
143 views
I am unable to see any other skins aside from the Default skin.  I am using Telerik Version 2014.3.1024.45

I have Telerik.Web.UI.Skins in References and bin.  I have tried it just in bin and just in References as well.  I have rebooted Visual Studio after each attempt.


When I go to the project Configuration Wizard, the Skin Packs list only shows Telerik.Web.UI which is grayed out.  The Default Skin box shows None and default.

I don't know what else to do.  I haven't found any useful solutions in the forums.


Rick
Top achievements
Rank 1
 answered on 10 Dec 2014
3 answers
250 views
My apologies for posting a question that may have already been answered.  I've searched multiples times and none of the solutions apply to my situation.


I am receiving this error when I open my default.aspx page immediately after creating the project.  I have not changed any code at all.

I get Error Rendering Control for RadScriptManager
I get Error Creating Control for RadAjaxManager

Could not load file or assembly ‘Telerik.Web.UI, Version 2014.3.1024.45, Culture=neutral,
PublicKeyToken=121fae7816bda3d4’ or one of its dependencies.  The located assembly’s manifest definition
does not match the assembly reference. 
(Exception from HRESULT: 0x80131040)

I've updated the Telerik Suite since I first had this issue and I still have the issue on newly created projects.

Default.aspx
<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="GenericBrowser._Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div>
 
    </div>
    </form>
</body>
</html>

Webconfig
<?xml version="1.0"?>
<configuration>
    <appSettings>
        <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled" />
        <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled" />
    </appSettings>
    <system.web>
        <compilation debug="false" strict="false" explicit="true" targetFramework="4.5.1" />
        <httpRuntime targetFramework="4.5.1" />
        <pages>
            <controls>
                <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
            </controls>
        </pages>
        <httpHandlers>
 
            <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
            <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
            <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
            <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
            <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
        </httpHandlers>
        <httpModules>
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
 
        </httpModules>
    </system.web>
 
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false" />
        <modules runAllManagedModulesForAllRequests="true">
            <remove name="RadUploadModule" />
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode" />
            <remove name="RadCompression" />
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode" />
 
        </modules>
        <handlers>
 
            <remove name="ChartImage_axd" />
            <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode" />
            <remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
            <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode" />
            <remove name="Telerik_Web_UI_DialogHandler_aspx" />
            <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
            <remove name="Telerik_RadUploadProgressHandler_ashx" />
            <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode" />
            <remove name="Telerik_Web_UI_WebResource_axd" />
            <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode" />
        </handlers>
    </system.webServer>
</configuration>
Rick
Top achievements
Rank 1
 answered on 10 Dec 2014
5 answers
61 views
Hi All,

I am using RadComboBox binding with webservice. so every letter typing webservice method search in database. this is fine when small amount of data. but in my side it is large amount of data. so i do not want search every letter typing. i want this searching only enter key press instead of every letter. i want to set AutoPostBack="true" also. please help me with this one. this is important and performance issue for me. Please help ASAP.


Thanks in Advance,
Dhamodharan
Deepak
Top achievements
Rank 1
 answered on 10 Dec 2014
5 answers
136 views
Hi,

I have GridDropDownColumn with EnableEmptyListItem = "true" EmptyListItemValue="0" EmptyListItemText="Select" in my RadGrid and required field validator as well and i am experiencing a problem that my validator is not fired when the drop down selected text is "Select". I have many fields as well in an order (ie) For Ex. User Name, Password, User Type and Contact No etc., in this User Type is the drop down list. The required field validator is fired for username, password,contact no and for user type its not firing. So i used to check the separately OnInsertCommand.

But I required is the required field validator should fire that. So i need some help in this regards

Thanks,
Kannan
Carl
Top achievements
Rank 1
 answered on 10 Dec 2014
3 answers
621 views
 Dear Telerik Support,

I have a radtree bind with dataset. i use context menu to delete selected node, now i want to disable the context menu item if it has child items.
so that user should delete the child items before deleting parent.

Please help

Thanks
Rizwan Ansari
Boyan Dimitrov
Telerik team
 answered on 10 Dec 2014
1 answer
85 views
Hi,

Is there a way I can remove the text highlighted in image and keep it as a watermark in textbox.

Attaching image for reference.

Thanks
Slav
Telerik team
 answered on 10 Dec 2014
3 answers
532 views
Script Access Denied "Telerik.Web.UI.WebResource.axd"
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx

I have a link on my Main Page that opens a modal window (dialog 1) providing search ability to look up customer information and select them to use on the main page or create a new customer by clicking on a link with in (dialog 1) to popup another modal window (dialog 2) to create new customer.  (Dialog 2) goes to another domain website within our corporate network to setup that customer, when (dialog 2) comes up i get script errors listed above.  I believe this is due to a security browser limitation for iframe cross domain access.

On (dialog 2) all I want is to create a new customer, close (dialog 2) and refresh (dialog 1).  Does anybody have any suggestions?

function GetRadWindow() { 
                var oWindow = null
                if (window.radWindow) oWindow = window.radWindow; 
                else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow; 
                return oWindow; 
            } 
            function CloseRW() { 
                //get a reference to the current RadWindow 
                var oWnd = GetRadWindow(); 
                oWnd.close(); 
            } 
            function openWin2() { 
                var parentPage = GetRadWindow().BrowserWindow; 
                var parentRadWindowManager = parentPage.GetRadWindowManager(); 
                var oWnd2 = parentRadWindowManager.open("http://new domain server/appname/modal/Customer.aspx""r2"); 
                oWnd2.setSize(760, 550); 
                oWnd2.center(); 
                window.setTimeout(function() { 
                    oWnd2.setActive(true); 
                }, 0); 
            } 
Thanks, Bill


Ianko
Telerik team
 answered on 10 Dec 2014
3 answers
115 views
I am having 4 RadAjaxPanels with radhtmlchart controls. And I want to update/control individually each paneI with different skins.
I have two drop down list boxes for Panel No and Color and when user clicks 'Update' button, I am calling function to invoke ajaxRequestwithTarget, with arguments(panel no and color selected).
and on the server side I am having the following logic
 protected void RadAjaxPanel_AjaxRequest(object sender, AjaxRequestEventArgs e)
    {
        string argument = (e.Argument);
        String[] argArray = argument.Split(",".ToCharArray());
        switch (argArray[0])
        {
            case "1":
                RadSkinManager1.ApplySkin(RadHtmlChart1, argArray[1]);
                lblChart1.Text = argArray[1];
                break;
            case "2":
                RadSkinManager1.ApplySkin(RadHtmlChart2, argArray[1]);
                lblChart2.Text = argArray[1];
                break;
            case "3":
                RadSkinManager1.ApplySkin(RadHtmlChart3, argArray[1]);
                lblChart3.Text = argArray[1];
                break;
            case "4":
                RadSkinManager1.ApplySkin(RadHtmlChart4, argArray[1]);
                lblChart4.Text = argArray[1];
                break;
            default:
                break;
        }

The logic works fine the first time, able to apply different skins to all the four panels..But it doens't work when I want to reapply another skin on them.  Can we apply Skin only once to the controls. I am unable to understand what would be the reason. 

Thank you,
Madhavi






madhavi
Top achievements
Rank 1
 answered on 10 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?