Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
546 views
Hi,
the scenario we need is this:
There is a list of images displayed in the gallery view (images are stored on the http file server). After you click on one of the images in the gallery view, we need the image editor to load the selected image for editing, and be able to save it after editing is done.

Do we need to download image first to the local temp folder, or can we load them from the URL? Is there an example?

How can I get image from the selected gallery item loaded into the editor?

Thank you,

Doncho
Telerik team
 answered on 27 May 2022
0 answers
100 views

I am using the Header Context Menu Filter and it is behaving oddly I can't figure this out. 

On page load everything looks good but on a postback  - just the clear sorting goes away.  Any ideas ?

GDPR_erased
Top achievements
Rank 1
 asked on 26 May 2022
0 answers
123 views

RadEditor Font Size and Font name drop down list is moving out of the editor 
Please let me know if it is known issue or do we have any fix for this 

 

Mallikarjuna
Top achievements
Rank 1
 asked on 26 May 2022
2 answers
109 views

My pages fail Accessibility for using the SearchBox control with the following error;

"This input (type=text) element does not have a mechanism that allows an accessible name value to be calculated"

Any idea how to fix?

Thanks!

 

<telerik:RadSearchBox ID="RadSearchBox1" runat="server" TabIndex="15" Width="190px" DataSourceID="SqlDataSource1"
DataKeyNames="search" MaxResultCount="15" RenderMode="Lightweight" 
DataValueField="search" 
DataTextField="search"   
Filter="StartsWith" AccessKey="S" ToolTip="Search Box"                                                                          
OnButtonCommand="RadSearchBox1_ButtonCommand"
OnDataSourceSelect="RadSearchBox1_DataSourceSelect"
OnSearch="RadSearchBox1_Search" 
EmptyMessage="Search Here..."                                                                     
ShowSearchButton="false">
</telerik:RadSearchBox>
                                                               

Issac
Top achievements
Rank 1
Iron
 answered on 25 May 2022
1 answer
147 views

I have a grid setup with the following settings for the edit/insert form:

            <EditFormSettings EditFormType="WebUserControl" UserControlName="Controls/ucSite.ascx"
                InsertCaption="INSERT" CaptionFormatString="EDIT">
                <PopUpSettings Width="50%" Modal="True" ScrollBars="Vertical" />
            </EditFormSettings>
This is all working fine, but I have my ValidationSummary on my Master page...also working fine.  Except, when the user closes the edit/insert window using the window X button the messages in the ValidationSummary don't clear.  I found code that should clear it, but I need to do it in an event.  I was hoping there would be some sort of ClientEvent to go along with OnPopUpShowing like OnPopUpClosing...there isn't, so it begs the question...what event is there to detect when an edit/insert Popup closes?
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 24 May 2022
1 answer
100 views

So I've come to the conclusion that anytime you use your controls in a manner that is out of the ordinary or the vanilla you might as well save yourself some time and jump off a bridge.  

I have a radGrid, that can not be created in the page init or load.  The page is setup such that the use fills the grid with columns based on their offload needs.  It has a few "canned" columns that are always there.  Everything was working fine until I tried to do an Excel offload.  The offload "worked" in a sense that the data did exported into a spreadsheet, but the dynamically created columns have no header.  I tried to set the column details  on the button click...result was data and no header.  I moved everything to the NeedDataSource...result was data and no header.  I tried resetting the header detail in the ItemCommand right before doing the offload...result was data and no header.  Sensing a theme yet?  I don't understand why the offload process doesn't operate such that it takes what's actually in the grid and offload it.  I'm sure the answer lies somewhere in the murky waters of sorting and paging and having all the data...makes this process no less stressful.   I can post my code if need be.  

Does anyone have a magic wand they can wave to get me out of this quagmire? 

SSirica
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 23 May 2022
0 answers
276 views

Hi Team,

We are using  Telerik controls for ASP.Net  and Rad Menu control in our application to display Menu. It is working fine in IE browser but in Edge and Chrome it is showing behind other controls in the Page. The Div element generated by RadMenu is generated with the option overflow as hidden in these two browsers for rmSlide class.

We tried setting EnableOverLay to true and even increased the z-index of the parent Div element. But those are not working.

Can you please help in resolving the issue.

 

Thanks in Advance,

Sushma Katneni

Sushma
Top achievements
Rank 1
 updated question on 22 May 2022
0 answers
125 views

 

I am trying to populate tree view data but all the nodes get displayed at same root level. Tree view is not showing me the hierarchy. I have attached screenshots as well for aspx , data and ui being displayed for me. Please help me find out what am i doing wrong. I am using telerik ui for asp.net webforms.

 

exp
Top achievements
Rank 1
 updated question on 19 May 2022
1 answer
273 views

I have some javascript which do some calculation then open a RadWindow to get some input , after the RadWindow is closed, it will continue the
execution.  I know how to use RadWindow's OnClientClosed event.   But how can I do it in one javascript function?

aspx:

<telerik:RadWindow ID="rwdPopup" VisibleOnPageLoad="false" Behaviors="Close"
                ReloadOnShow="False" Width="900" Height="575" VisibleStatusbar="false" Modal="true"
                 runat="server">
 </telerik:RadWindow>

 

 <script type="text/javascript">

function  func1() {

   //do some calculation

var wnd = radopen("Somepage.aspx", "rwdPopup");

   //wait for RadWindow close and get the return value from rwdPopup.  i.e. var result = args.get_argument();

// do more calculation

}

 

Vessy
Telerik team
 answered on 18 May 2022
1 answer
884 views

We have a very old ASP.NET web forms website and it was using a 6+ year old version of the Telerik Web UI controls.

In aid of resolving one of our issues where the calendar control "jumps" randomly when creating a new entry, we were advised to upgrade to a newer version of the control (2022.1.302.45).

 

I installed the Telerik tools and then removed the old references of the control and added the NEW references.

Immediately it breaks the page.

I get the following JS errors when I try to click on the calendar view/grid:


       
       
        
       Failed to load resource: net::ERR_NAME_NOT_RESOLVED
widget_embed_libraries_191.js:1 
        
      
        
        
      
        
      
       
        
       Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Calendar_XLogs.aspx:1558 
        
       Uncaught SyntaxError: Unexpected token ';'
rsSprites.png:1 
        
      
        
        
      
        
      
       
        
       Failed to load resource: the server responded with a status of 404 (Not Found)
widget_embed_191.css:1 
        
      
        
        
      
        
      
       
        
       Failed to load resource: net::ERR_NAME_NOT_RESOLVED
widget_embed_libraries_191.js:1 
        
      
        
        
      
        
      
       
        
       Failed to load resource: net::ERR_NAME_NOT_RESOLVED

  

 

 

 

Uncaught TypeError: Cannot read properties of undefined (reading 'open') at window.radopen (ScriptResource.axd?d=yK6qhJVfE0myfV1ijwDRg-fVrTRo-HZ-D2o9yhz8hJaIb7KWAwHYA1TrIDU15KJWCq4MuKg8c6a88RTJAnELh5IUQUlgOGiGuL0CJP9mBCdrzbiyNqx_HxsYXXauKkamF_aF6PVXTYvgWhjtoGGkxRlhuV01&t=37e10300:17:10) at <anonymous>:1:12 at Sys$_ScriptLoader$_loadScriptsInternal [as _loadScriptsInternal] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:346:38) at Sys$_ScriptLoader$_loadScriptsInternal [as _loadScriptsInternal] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:351:22) at Sys$_ScriptLoader$_loadScriptsInternal [as _loadScriptsInternal] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:351:22) at Sys$_ScriptLoader$_loadScriptsInternal [as _loadScriptsInternal] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:351:22) at Sys$_ScriptLoader$_nextSession [as _nextSession] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:373:14) at Sys$_ScriptLoader$_loadScriptsInternal [as _loadScriptsInternal] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:360:18) at Sys$_ScriptLoader$_nextSession [as _nextSession] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:373:14) at Sys$_ScriptLoader$loadScripts [as loadScripts] (ScriptResource.axd?d=YSJbrBwjY8OR41m2W_4X7pNCN_IrCO12e5c5XkC9yenVskAQME3vxdKWLQ8avUdH4dWkimd9z08vfIUCLRj0_nLwlDYrDMTTwGUeZRDdjEa7_s3awntJLemQ9h0AZJhRSt-5JWvNnx8iOM9iZkCs8KPqhi3nQU2bjG7xR__FX-F52cvx0&t=49337fe8:262:18)

 

Any ideas where to go from here?

Rumen
Telerik team
 answered on 17 May 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?