Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
230 views

Is there anything special I need to do to get an imagebutton click event to fire on the server?

I have an imagebutton in the template for the tabstrip.
If I take that imagebutton and place it directly on the page, the click event works fine for the copy outside of the tabstrip.

<TabTemplate >

<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/image_new.gif" OnClick="ImageButton1_Click"/>

and code:

Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)

Dim x As Integer = 1

End Sub

Peter Milchev
Telerik team
 answered on 10 Jul 2019
0 answers
135 views

Dears,

I am facing an issue where the data is there, but on chart it is not visible, as the data is very small (attached). Kindly can anyone help in making it visible on chart as well.

 

Sajjad
Top achievements
Rank 1
 asked on 09 Jul 2019
1 answer
179 views

HI Their

I wana customize Marker in Ajax  RADMAP with numeric value Text in it . any help 

Vessy
Telerik team
 answered on 09 Jul 2019
2 answers
229 views
How do I center align the week dates visible to the RadCalendar column headers? 
Vasssek
Top achievements
Rank 1
 answered on 09 Jul 2019
6 answers
272 views

I'm using a RadComboBox to create a search in my page. When the page is loaded the control do not have items preloaded. This is done after you type some letters, the values are retrieved from a table based on your search and then the combo drops down showing the values returned, so the user can select an option.

Some of these values retrieved from the table can contain non-us letters (spanish/french/portuguese characters like Ñ or Ó, for instance).

The issue is, after selecting one of these values with non-us characters, the combo drops down and populate the list again. This stops only if you press ESC.

I'm not sure exactly which version we use. The Telerik.Web.UI (and others) dll version is: 2012.1.215.40

This happens only on IE.

Chrome, FF and Edge are OK.

I appreciate any help you can provide. Thanks in advance.

 

Note: It's very similar to this case: https://www.telerik.com/forums/radcombobox-is-not-closing-in-ie11-after-filtering-it-remains-opened-always

Marin Bratanov
Telerik team
 answered on 08 Jul 2019
4 answers
247 views
Hi,
The examples only gives the option of saving/loading of the state by buttons.
i have added the persistence manager to the page.
Is it possible for an persistence enabled control to save/load this automatically.
For example if I creates a splitter and I change the position on the client and on the return after postback it will remain on the same position and if I close the application and open its it will remember that position ?
At the moment it goes back to the original position after postback. Perhaps I have missed a setting on the splitter ?

Best Regards
Ole Oscar
n/a
Top achievements
Rank 1
 answered on 05 Jul 2019
2 answers
96 views
unknown element telerik:GridColumnGroups
Rumen
Telerik team
 answered on 04 Jul 2019
13 answers
1.0K+ views
Hi,
is it possible, to force the RadComboBox to search values with case sensitive mode?
In our scenario 'titel' and 'TITEL' and 'Titel' are totally different values.

The RadComboBox definition looks like:

<telerikInput:RadComboBox x:Name="ctrlParameterValue" Margin="8,0,8,8" IsEditable="True" IsTextSearchEnabled="True" TextSearchMode="StartsWith" Style="{StaticResource AplusCRadComboBoxStyle}" /> 


Thank you for your help.
Peter Milchev
Telerik team
 answered on 04 Jul 2019
4 answers
221 views

Hello

I have a small problem of display of my telerik objects on my page asp.net on the browser safari, the display is good on the other browser, chrome, firefox, IE

you have solutions ?
thank you

Houcine
Top achievements
Rank 1
 answered on 03 Jul 2019
6 answers
11.7K+ views
I get this error using Sitecore:

'~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadScriptManager

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadScriptManager

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadScriptManager]
   Telerik.Web.UI.RadScriptManager.OnPreRender(EventArgs e) +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842



I have tried adding lines like this with the correct versions for my DLLs:
        <add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2010.2.826.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />

I have this at the moment:
<add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />

If I create a blank page and drag the control on from my toolbox I get a red message on it saying 'Error Cannot render control' so I can't get it to auto add the necessary stuff into the web.config.

This works across our sites and on my colleagues computers but not mine.

What is missing?

Rumen
Telerik team
 answered on 03 Jul 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?