Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
79 views
Hi - I've been trying to convert my application from using RadCharts to using the much nicer looking RadHtmlCharts (Q2 2012 v2012.2.607.35), but have got stuck at implementing the equivalent of the RadChart's ActiveRegions (http://www.telerik.com/help/aspnet-ajax/chart-image-maps.html).

Does anyone know if the RadHtmlChart supports any form of active elements with click through to a custom url?

Thanks in advance
Tom

Marin Bratanov
Telerik team
 answered on 03 Jul 2012
12 answers
645 views

I have a server control which shows/hides a few radcombobox controls based on previous selections (within the same control).  These controls are placed inside an UpdatePanel (panel created OnInit, controls added OnLoad) to minimize full page refreshes and this all works great.

We're consolidating on RadAjax and I figured it would be a simple migration to RadAjaxPanel but when I switch in the RadAjaxPanel I'm getting full page refreshes, not just on the first select (as described in other threads) but on all control interactions.

I have set EnableAJAX to true and I have also hooked the AjaxSettingCreating event to get the default behaviour of UpdatePanel (i.e. UpdateMode = always and ChildrenAsTriggers = true).

Are there some other settings I need to make to get parity with the UpdatePanel?

Many Thanks,

Brian
Maria Ilieva
Telerik team
 answered on 03 Jul 2012
3 answers
385 views
Hi,

I have a simple button that I create at runtime.

Dim btn as New RadButton()
btn.AutoPostBack = False
btn.OnClientClicked = "BtnClicked"


function BtnClicked(sender, args)
{
       alert("Hey!");
}

When I click on the button, BtnClick is not fired. What is wrong my code?

Thanks.
Jocelyn
Top achievements
Rank 1
 answered on 03 Jul 2012
5 answers
100 views
I am upgrading 2008 Q3 version of telerik control to 2011 Q3 version in my project in .NET 4.0.  I have a RadAjaxManager used in the page that has a updated control as asp:panel. Multiple user controls are dynamically loaded in to the asp:panel. Initally all the instance of the user control displays the loading image before displaying the content. Before with 2008 version, it dislays all the user controls in top down order. but with the 2011 version it displays in bottom up which is really strange. I appreciate any suggestion on fixing this order issue. Thanks in advance!
Maria Ilieva
Telerik team
 answered on 03 Jul 2012
1 answer
181 views
Within my master page I have a RadSplitter layout. One of the Splitter panes contains the MasterPage contentholder and since the requirement called for only this area to update on the click of a navigation node item I placed an iframe within the contentholder (All content in iframe is located within the site itself). I was wondering however, if there is a way to utilize and show the RadAjaxLoadingPanel after the navigation node item has been clicked and hides when the page in the iframe is finished loading?
Eyup
Telerik team
 answered on 03 Jul 2012
6 answers
122 views
Hello,

I was wondering if there is a way to insert a new radgrid in c#. I basically want to have a grid template that i will use a bunch of times on a web page, but the amount of grids i will create depends on the data being passed. Is there a way I can achieve this?

Thanks,

Nick
Eyup
Telerik team
 answered on 03 Jul 2012
1 answer
67 views
Hi to all,
after upgrade to v.2012.2.607.35 the label of the control RADDatePicker is rendered duplicate.!!!
I post you my code page:
<telerik:RadDatePicker ID="RadDatePicker1" DateInput-Label="TESTO:" runat="server">
    <DateInput runat="server" />
</telerik:RadDatePicker>    

Thanks in advance
By Gaetano


Milena
Telerik team
 answered on 03 Jul 2012
1 answer
78 views
Hi,

Currently if we want to have a validator on the textbox on the rotator or repeater, based on this link:
http://www.telerik.com/help/aspnet-ajax/input-inputmanager-basics.html 

how if we have two validator in the repeater e.g one is email textbox and one is decimal textbox,

currently i bind the radInput Manager on the code behind , 
i do find control of the textbox and add those textboxes on the rad input manager,
TextBox txtOrderNumber = (TextBox)rptC.Items[j].FindControl("txtOrderNumber");
 
                RegExpTextBoxSetting RegExpBehavior1 = (RegExpTextBoxSetting)RadInputManager1.GetSettingByBehaviorID("RegExpBehavior1");
                RegExpBehavior1.TargetControls.Add(new TargetInput(txtOrderNumber.UniqueID, true));


but it is only success add for the first textbox, the other textbox doesn't have validation.
Vasil
Telerik team
 answered on 03 Jul 2012
3 answers
138 views
Hi All,
 I am developing product using asp.net using c sharp..i have two methods are called selectRoles and SelectRoleFeature and i have to bind those two methods in single RadGrid. Here display selectRoles are parent and SelectRoleFeatures are child in Grid through expand and collapse.which type of grid do this. How to implement this scenario..

Thanks in Advance..!
Jayesh Goyani
Top achievements
Rank 2
 answered on 03 Jul 2012
3 answers
106 views
Hi i have this validation


<asp:TextBox runat="server" ID="txbcantidad" CssClass="borde_txb" Width="45"></asp:TextBox>
<asp:RegularExpressionValidator
EnableClientScript="true"
SetFocusOnError="true"
ID="Regtxbcantidad"
Display="None"
ValidationGroup="valaccion_paso3_tab2"
runat="server"
ControlToValidate="txbcantidad"
ErrorMessage="Debe digitar números en el campo, sin caractéres especiales ni letras." ValidationExpression="^[0-9]*$">
</asp:RegularExpressionValidator>
<cc1:ValidatorCallOutExtender
CssClass="valtooltip"
PopupPosition="TopLeft"
WarningIconImageUrl="~/admin/img_alcalist/ico_alerta_val.gif"
CloseImageUrl="~/admin/img_alcalist/ico_cerrar_val.gif"
ID="Valtxbcantidad"
runat="server"
TargetControlID="Regtxbcantidad"
HighlightCssClass="campofallido" />

the textbox txbcantidad is in radgrid, this is the radbutton that activate the validation

 <telerik:RadButton ID="btnaccion2_paso3_tab2" runat="server" Skin="Office2010Blue" CssClass="txt11000" Text="Guardar Cambios" ValidationGroup="valaccion_paso3_tab2" CommandArgument="guardarref" OnCommand="realizaraccion"></telerik:RadButton>

my problem is that even if validation is enabled in the click event, the button causes postback and gets an error.

normal in this situation is that if the validation is enabled the button doesn't postback, how i fix this?

note that this controls are in a file ".ascx", which is called in a page ".aspx" that have one update panel. maybe this helps.

thanks.
Slav
Telerik team
 answered on 03 Jul 2012
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
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
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?