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

We have recently (2 days ago) upgraded our Asp.net application to latest Telerik UI for Asp.net Ajax 2019 version.

 

After upgrading , when RadContextMenu in RadGrid is opened, it is creating browser window scrollbars and aligned to right.

 

Can you please provide a fix for this?

Attila Antal
Telerik team
 answered on 01 Feb 2019
17 answers
957 views

PROBLEM
Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.

My Web Config;

<modules runAllManagedModulesForAllRequests="true" >
      <add type="URLRewriter.ModuleRewriter, URLRewriter" name="ModuleRewriter" />
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
    </modules>
    <handlers>
      <remove name="WebServiceHandlerFactory-Integrated" />
      <remove name="ScriptHandlerFactory" />
      <remove name="ScriptHandlerFactoryAppServices" />
      <remove name="ScriptResource" />
      <remove name="ChartImageHandler" />
 
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
      <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
      <add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      <add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" />
    </handlers>
<httpHandlers>
      <remove path="*.asmx" verb="*" />
   <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource" validate="false" />
      <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler" validate="false" />
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler" validate="false" />
        
    </httpHandlers>
Attila Antal
Telerik team
 answered on 01 Feb 2019
2 answers
146 views

Just installed 2019.1.115 when I start my page with a raddigram as such:

 

                    <telerik:RadDiagram ID="diagram" runat="server" Height="100%" Width="100%">
                        <LayoutSettings Enabled="true" Type="Tree" Subtype="Down">
                            <GridSettings OffsetY="45" />
                        </LayoutSettings>
                        <ClientEvents OnLoad="diagram_load" OnChange="diagram_change" OnRemove="diagram_remove" OnAdd="diagram_add" OnDragStart="diagram_dragstart" OnClick="diagram_click" />
                        <ShapeDefaultsSettings>
                            <ContentSettings FontSize="12" />
                        </ShapeDefaultsSettings>
                        <ShapesCollection>
                            <telerik:DiagramShape Id="Start" Type="Circle" Width="120" Height="120">
                                <FillSettings Color="#8db310" />
                                <ContentSettings Text="Start" Color="#fff" />
                            </telerik:DiagramShape>
                        </ShapesCollection>
                        <ConnectionsCollection>
                        </ConnectionsCollection>
                    </telerik:RadDiagram>

 

gets javascript errors as follows

 

Uncaught TypeError: Cannot read property 'TabKeyTrap' of undefined
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:43051
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:43717
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:43719
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:43049
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:43050

and 

 

Uncaught TypeError: n is not a constructor
    at f.create (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3)
    at Array.<anonymous> (Workflow.aspx?enc=c+EhVV6M73W12ExtKyF2PvTdyLCeM+Ak1L1hqOW/T8Z5LU0Yb5zBpKOmhdvSqtzYo3w4+24XaTq8dMzQsI//xr+588u0FGqU284PtVRBpmA=:4660)
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3
    at Function.f.raiseEvent (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3)
    at t._Application._raiseInit (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3)
    at t._Application._doInitialize (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3)
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3
    at i (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3)
    at Object.t._2Pass (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.5.7.1213%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3af74e87aa-6b07-417a-8399-c9f4122515a5%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.115.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a755ea2af-1e38-433e-a666-3b60b54e73cf%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a874f8ea2%3a33715776%3a490a9d4e%3ab7778d6c%3a6d43f6d9%3aed16cbdc%3ae330518b%3a2003d0b8%3a1e771326%3a88144a7a%3ac8618e41%3a1a73651d%3a16d8629e%3ae4f8f289%3a333f8d94%3aeaae47ab%3abd8f85e4%3ae085fe68%3aaa288e2d%3a258f1c72%3a3856fd9f%3adc7e0bd%3a1569bb5f%3a63b115ed%3a8547b8b2%3a30f1f089%3a4cacbc31%3a2a8622d7%3addbfcb67%3a4cd1fec6%3a69667591%3aa4c22f0d%3a2f872eeb%3ac442ac3f%3aec7335e%3ad944e0f6%3a71188da4%3a77613e24%3af0c58c30%3a9b7cc2d2%3a8d1fecce%3a16dc2978%3a75e7b247%3ac4143936%3a5f88c545%3a16717659%3a73564252%3ab3614701:3)

 

on production iis 7. Seems alright when i run from visual studio using iisexpress. Can anyone help me please?

 

 

 

 

 

 

Gus
Top achievements
Rank 1
 answered on 01 Feb 2019
1 answer
161 views

I'm curious if it is possible to list a bunch of files from a bunch of different locations.

Here's my scenario.

I'm creating a training and certification tracking website for our organization.  When an employees attend a training session or class everyone signs in on a sign in sheet.  The sign in sheet is then uploaded one time to the class' record ID and stored in a folder like this ~/files/hr/classes/{unique class id record key}.

Of course the employee records also have unique keys and they are enrolled in the classes.

I've already put a hyperlink in a radgrid that brings them to the details page for the class showing all the documents and attendees. 

Is it possible to have one fileExplorer on the "Employee Details" page that shows all uploaded documents for all the classes they attended in one place?  Maybe even all the folders listed in the folder explorer window?  It would be really cool if they could select the RadGrid row and have the FileExplorer update it's location.  maybe I'll do that as a work around. 

 

What have others done in similar situations?  Thanks Telerik Forum Members!

Vessy
Telerik team
 answered on 31 Jan 2019
3 answers
238 views
Hi
  Is it possible to change the custom loading image in radajaxpanel ?
i am using following code 
       <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default">
'Here can use custom image insted of default one ?
</telerik:RadAjaxLoadingPanel>
        <telerik:RadAjaxPanel ID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" runat="server" Height="430px" Width="570px">
<table><tr><td> <telerik:RadButton ID="btnSendMail" runat="server" OnClientClicking="DataCheck" Text="Send Mail" Font-Names="Arial" Font-Size="12px" ></telerik:RadButton></td></tr>
<tr><td></td></tr>

<tr><td> <telerik:RadButton ID="btnCancel" runat="server"   OnClientClicked ="CloseMe" Text="Cancel"></telerik:RadButton></td></tr>

</table>
             </telerik:RadAjaxPanel>

if i put custom image inside of RadAjaxLoadingPanel it will show deafult and custom loading image,i need to hide the default image 

pls reply asap
   Regards
       Aravind
EZECHIAS
Top achievements
Rank 1
 answered on 30 Jan 2019
3 answers
804 views

I've been searching, and I've not been able to make this work. 
I have a RadGrid with a master table, and a detail table underneath. In each row in the detail table, I would like a column that has a dropdown list noting who that particular row is "Assigned To". I'm having trouble binding a data set to this dropdown. I've tried doing it through the "receiptItems_ItemDataBound" method, because that's where the images in the row and the PDF link to download are both bound. "childitem.FindControl("ddlAsignedTo')" is not finding anything and return a null. The data set is a session variable that is populated on Page Load, unless there is a better method to do it.
See image example here

<telerik:RadGrid ID="rgReceipts" runat="server"
    AutoGenerateColumns="false"
    AllowSorting="True"
    AllowMultiRowSelection="False"
    OnDetailTableDataBind="rgReceipts_DetailTableDataBind"
    OnNeedDataSource="rgReceipts_NeedDataSource"
    OnItemDataBound="receiptItems_ItemDataBound">
    <MasterTableView DataKeyNames="JobNumber"
        HierarchyLoadMode="ServerBind"
        HierarchyDefaultExpanded="false"
        CommandItemDisplay="Top"
        ShowHeader="false">
            <NoRecordsTemplate>Could not find any receipts for that user.</NoRecordsTemplate>
                <CommandItemSettings ShowAddNewRecordButton="False" />
                    <DetailTables>
                        <telerik:GridTableView DataKeyNames="ReceiptID" Name="Receipts" Width="100%">
                            <Columns>
                                          [...]
                                <telerik:GridTemplateColumn HeaderText="Assigned To">
                                    <HeaderStyle Width="120" Font-Bold="True"/>
                                    <ItemTemplate>
                                        <telerik:RadDropDownList ID="ddlAsignedTo" runat="server" MaxHeight="225" />
                                    </ItemTemplate>
                                </telerik:GridTemplateColumn>
                                          [...]

 

The snippet added to "receiptItems_ItemDataBound" that has not been successful, because the "ddlAssignedTo" control apparently can't be located and returns null:

RadDropDownList ddlAssigned = (RadDropDownList) childItem.FindControl("ddlAssignedTo");
ddlAssigned.DataSource = ddlAssignedUsersList;
ddlAssigned.DataTextField = "Text";
ddlAssigned.DataValueField = "Value";

 

If more information or snippets are needed, I can provide whatever. I wasn't sure exactly what to provide that would be helpful.

asdf

Eyup
Telerik team
 answered on 30 Jan 2019
6 answers
242 views
Hi Telerik Team,

I am using a rad combo box with MarkFirstMatch property.and i used to bind  the rad combobox  with different  countries name using ID="ddlCountry" . I used this same ID="ddlCountry
" in various asp.net pages.
 <telerik:RadComboBox ID="ddlCountry" ExpandDirection="Down" runat="server"
                              MaxHeight="300px" Width="120px" DropDownWidth="150px"
                              AllowCustomText="false"   MarkFirstMatch="true" >
  </telerik:RadComboBox >
But when i start typing in that Rad Combobox,it works fine until i type the second character of country but when i typed the third character the existing values are getting erased and only the third character which i typed comes to first position and its MarkFirstMatch property is not working properly.

first i can try to bind  the rad combobox using code behind methods  with different  countries name and then  i also try to bind it with  the hard coded items values with different  countries name using ID="ddlCountry" .( Which Gives me Same Results)

But this problem is resoved when i simply changed the ID of rad combobox e.g
 <telerik:RadComboBox ID="ddlCountries" ExpandDirection="Down" runat="server"
                              MaxHeight="300px" Width="120px" DropDownWidth="150px"
                              AllowCustomText="false"   MarkFirstMatch="true" >
  </telerik:RadComboBox >
and its MarkFirstMatch property works fine...and it is happening for some specific keywords like ddlCountry, ddlState etc.
I am not sure what's the exact reason behind it??? My current telerik radcontrols version is 2011.1.1.519.35

Please Help.
Shubham
Top achievements
Rank 1
 answered on 30 Jan 2019
3 answers
131 views
Is there a way to force a file download instead of opening PDF/HTML in the browser with the built in MasterTableView.ExportToXXXX() function?
Marin Bratanov
Telerik team
 answered on 30 Jan 2019
4 answers
596 views

Hi, I am using RadUpload control of telerik. I have added Rad upload on page and one asp Text box. what I want to do is OnClientFileSelected event selected file path get added in asp Text box at client side. I did tried following ways but i got only file name i.e. test.text or test.doc. I do want to add entire path in asp text box like "C:\folder1\folder2\test1.txt". How should i do this.

function fileSelected(radUpload, eventArgs)
 
{
   
var input = eventArgs.get_fileInputField().value;
   document
.getElementById("<%= txtPath.ClientID %>").value=input;
 
}

Thanks In Advance

Rumen
Telerik team
 answered on 30 Jan 2019
1 answer
47 views
I'm using J Query to detect the if an <EM> tag is found in a specific field and only showing it if the EM tag is in the field. The problem is it I've applied the script on the keypress event, and the applying of the <Em> tags seems to happen after the keypress event. What client event happens after after the applying of av<Em> tags, that I can apply my script?
William
Top achievements
Rank 1
 answered on 29 Jan 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?