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

Hi Telerik team,

One of our customer is asking adding a date filter in the file explorer.  Ideally, there will be another column list the file date and when user click the date title, it can sort files by date.  Is there any way we can implement this feature?

 

 

Thanks,

Lan

Rumen
Telerik team
 answered on 29 Nov 2022
0 answers
91 views

Hi,

I have this main <iframe> with many nested frame pages. Within nested <frame name="clientarea"> page I'm calling, I'm launching a radopen URL popup.  The issue is I cannot move the popup around outside the nested frame page. 

radopen example:

radopen(sUrl, "RadOrder", 900, 700, 100, 150);

HTML example:

   <iframe id="SearchIFrame" name="SearchIFrame" scrolling="NO" src="Main.asp">
             <frameset cols="100%" frameborder="0" border="0" rows="25,*%" name="mainFrame">
                 <frame align="TOP" frameborder="0" marginheight="0" marginwidth="0" name="namebar" scrolling="NO" src="namebar.asp" noresize="noresize"></frame>

                 <frameset cols="100%" frameborder="0" border="0" rows="25,*%" name="clientframeset">
                     <frame frameborder="0" marginheight="0" marginwidth="0" name="toolbar0" scrolling="NO" src="blank.asp"></frame>
                     <frameset cols="100%" frameborder="0" border="0" rows="25,*%" name="subframeset">
                         <frame frameborder="0" marginheight="0" marginwidth="0" name="tabbar" scrolling="NO" src="blank.asp" noresize="noresize"></frame>
                         <frame frameborder="0" marginheight="0" marginwidth="0" name="clientarea" src="blank.asp" noresize="noresize" scrolling="auto"></frame>
                     </frameset>
                     <frameset cols="100%" frameborder="0" border="0" rows="50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10" name="subframeset2">
                         <frame frameborder="0" marginheight="0" marginwidth="0" name="bgprocess" scrolling="no" src="blank.asp"></frame>
                     </frameset>
                 </frameset>
             </frameset>
         </iframe>

 

Telerik nested frame page which calls radopen:

    <telerik:RadWindowManager RenderMode="Lightweight" ID="RadWindowManager1" runat="server" 
        EnableShadow="true" Behaviors="Maximize,Move,Close" ShowOnTopWhenMaximized="true" RegisterWithScriptManager="True" KeepInScreenBounds="false">
        <Windows>
            <telerik:RadWindow RenderMode="Lightweight" ID="RadPageExample" runat="server" ShowContentDuringLoad="false" Width="800px"
                Height="600px" Left="100px" Top="55px" Title="RX New2" Behaviors="Move">
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>     
Disposable Hero
Top achievements
Rank 1
Iron
 asked on 28 Nov 2022
1 answer
432 views

I have telerik:RadDropDownTree with Product and child nodes level like this.

Please help me, when I check Product then All product checked.

So how can when I check Product then just check only all nodes first-level.

 <telerik:RadDropDownTree runat="server" ID="rcbPro" Skin="Silk" Width="685px"
                            DefaultMessage="Select products" DefaultValue="0" ButtonSettings-ShowCheckAll="true" ButtonSettings-ShowClear="true"
                            DataTextField="Name" DataFieldID="Id" CheckBoxes="CheckChildNodes" DataValueField="Id" DataFieldParentID="Parent"
                            EnableFiltering="true" FilterSettings-Filter="Contains" FilterSettings-EmptyMessage="Input" FilterSettings-Highlight="Matches">
                        </telerik:RadDropDownTree>

 

Attila Antal
Telerik team
 updated answer on 28 Nov 2022
1 answer
198 views

Using ASP.Net hierarchical grid, version 2022.2

Scenario: 

User is creating a new child record and attempts to save it. However, instead of just clicking the Save button, user double-clicks on it.

Result:

INSERT command gets fired twice and two duplicated child records are created, with different ID's.

This issue is very easy to reproduce. How to avoid it? 

Regards.

Attila Antal
Telerik team
 updated answer on 25 Nov 2022
1 answer
1.4K+ views

Hi,

 when opened the below URL in IFrame we are getting the below mentioned Error

URL:http://50.194.126.152/index.php?action=Authenticate.login

Error: Load denied by X-Frame-Options: http://50.194.126.152/index.php?action=Authenticate.login does not permit cross-origin framing.

we are using IIS 7.5 ,visual studio 2010,windows 7 and Telerik rad controls trail version

Please anybody help me.

Best Regards
Doncho
Telerik team
 answered on 24 Nov 2022
1 answer
160 views

While trying to upgrade noted versions of Telerik dlls from 2014 to 2016, I am getting the following compile error

Error 31 The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?

 

I followed the steps to upgrade outlined in the "Upgrade your Telerik ASP.NET Controls in 6 Easy Steps" article https://www.telerik.com/blogs/upgrade-the-version-of-your-telerik-asp.net-controls-in-6-easy-steps?_ga=2.80374999.1963511989.1669135347-1568160397.1669135347&_gl=1*1b5a3vu*_ga*MTU2ODE2MDM5Ny4xNjY5MTM1MzQ3*_ga_9JSNBCSF54*MTY2OTEzNzUyMC4yLjEuMTY2OTEzNzcyNi4wLjAuMA..

Still getting the errors.

Resetting the references back to the 2014 version fixes the errors.

Please help me to resolve

Valentin Dragnev
Telerik team
 answered on 23 Nov 2022
1 answer
322 views

After logging in on the browser, it tells me that I will be redirected to the desktop application.

After that, I'm stuck at this loading screen not able to proceed to upgrading my Telerik to version 2022.3.1109.

What steps needed to be taken to fix this?

Vesko
Telerik team
 answered on 23 Nov 2022
1 answer
264 views

I want to upload multiple files in Telerik but don't want to upload them in Async.

when the first file is uploaded then the 2nd file should be uploaded until then it should wait.

Rumen
Telerik team
 answered on 21 Nov 2022
0 answers
104 views

Hi,

I am using a RadGrid with a several types of columns, one of them being a GridDropDownColumn.  I am having trouble setting the width of this type of column.  I can get the column width smaller, but the combobox in the column does not get smaller.  What is the correct way to set the width of GridDropDownColumn?  

Thank you,

Mary

 

 

 

Mary
Top achievements
Rank 1
 asked on 21 Nov 2022
15 answers
1.4K+ views
How to set this,Thanks!
JeffSM
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 21 Nov 2022
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?