Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
68 views
Hi,

I have a radtreeview (dynamically populated) on the main page which also contains an iframe. On the click of node/context menu, I set the src of the iFrame to load the appropriate page. There are some redirects to other pages which also happen in the iframe. On click of a submit button which is on the iframe page, a new tree node is created in the database. I want to reload just the radtreeview on the parent page showing the newly created radtreenode , when the above submit button is clicked.
Any thoughts or ideas on this?

Also, is there any other telerik control that I can use in place of iframe?

Thanks
Nikolay Tsenkov
Telerik team
 answered on 30 Nov 2010
5 answers
490 views

Hi,

I'm currently using the usercontrl edit form and I would like to have this function in javascript
if the value of the rdbBillable= 1
then enable some of the textboxes
else
disable the text boxes

The problem is when I place the javascript inside the ascx page, the it complaints that there is no javascript (Microsoft JScript runtime error: Object expected), but then if I put in the aspx page, it also complaint for this line

 

radio = $find(

'<%= rdbBillable.ClientID %>');

 

 

Compiler Error Message: CS0103: The name 'rdbBillable' does not exist in the current context.

Thanks

Vinh Vu 

Princy
Top achievements
Rank 2
 answered on 30 Nov 2010
2 answers
80 views
Hi,
I am sorry if I am repeating an existing question, but can you tell me what is client side creation order of the objects that represent rad controls, especially those inside a RadGrid. I need to know if a RadGrid control that contains Rad controls inside its ItemTemplate will fire its RowCreated event after the creation of the clientside objects inside that particular row. Or is there an event I can hook up to, that will always get fired after the grid and the controls inside have been created on the client. Can you clarify also if this ordrer of creation is somehow altered after an AJAX request caused by RadAjaxManager. My goal is to have an event where I can walk through the grid control and get the controls inside each item and make some additional client-side configuration on them - therefore I need them all to be created and the .get_element() methods to point to a valid markup.
Any help on this topic is well appreciated.
Ivaylo
Top achievements
Rank 1
 answered on 30 Nov 2010
2 answers
222 views
Hi

I have a usercontrol inside a RadTabStrip. 5 Pageviews are contained in the tabStrip and the usercontrol embedded in the 3rd page. The usercontrol have a radscriptblock which have functions for ClientSelectedIndexChanged of a combo. AutoPostBack of RadTabStrip and RenderSelectedPageOnly of RadMultiPage set to true. When the 3rd page selected, a JS error occurs with the message 'ClientSelectedIndexChanged could not find'. How can I fix the issue?

thanks and regards

binoj
Binoj
Top achievements
Rank 1
 answered on 30 Nov 2010
3 answers
85 views
Hello Telerik
    I add a new tab to the tabstrip using client method, and set its NavigateUrl as http://www.google.com, but how to set the target of this link with client method? I don't want to open it in a new window, I want it was opened within a named frame.

thanks
Dimitar Terziev
Telerik team
 answered on 30 Nov 2010
1 answer
186 views
Hi,

I customized RadScheduler's AdvancedForm. I added a RadNumericTextBox and RequiredFieldValidator as follows.
But once I click Save/Update Button, it seems validation is not activated. 
Could someone please help me out?

<telerik:RadNumericTextBox runat="server" ShowSpinButtons="true" IncrementSettings-InterceptArrowKeys="true"
                                                            IncrementSettings-InterceptMouseWheel="true" ID="TotalAmountText" Width="300px"
                                                            Label="Total Amount:" />
<asp:RequiredFieldValidator runat="server" ID="TotalAmountRequiredFieldValidator"
                                                            ControlToValidate="TotalAmountText" EnableClientScript="true" Display="None"
                                                            CssClass="rsValidatorMsg" />
Regards,
NN
Veronica
Telerik team
 answered on 30 Nov 2010
6 answers
274 views
hi,

im using radcompression to compress my wcf ria requests but im having error. when i use fiddler, it says, the reported size doesnt match the actual size being sent? i suppose this becuase of the compression but it should match right.

is there anything wrong in my implementation? i just copy the Telerik.Web.UI.dll in my servers bin folder. then add in webconfig's httpmodules. anything else?

thank you!
Nikolay Rusev
Telerik team
 answered on 30 Nov 2010
1 answer
79 views
Hello,

I was wondering if it was possible to have one RadAjaxLoadingPanel for all RadAjaxPanel controls?  We would like to have the ability, like the RadAjaxManager, define a DefaultLoadingPanelID, and use this to apply for all RadAjaxPanel controls.  Is this possible without having to explicitly specify the panel?

Thanks.
Dimo
Telerik team
 answered on 30 Nov 2010
3 answers
278 views
Hi,

I didn't find Label property for DatePicker.
How can I do to appears Label, TextBox to input date and Button for calendar (with VB.net at runtime)?

Tks

Luiz
Dimo
Telerik team
 answered on 30 Nov 2010
1 answer
366 views
I'm working on the new RadButton and I've noticed an issue.

This one maybe something elementary that I am missing but I'm not quite sure how to simply make the text-font bold, either through css or the design-time code.  This simple button for some reason does not make the font bold:

<t:RadButton ID="rbtnGenerateReport" runat="server" Text="Generate Report" Font-Bold="true" />

And it doesn't seem to be just 'font-bold', it also seems that all the 'font' properties don't work.

Thanks in advance!
Zach
Bozhidar
Telerik team
 answered on 30 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?