Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
168 views
I want to bind the radRotator to use custom images , which i have done thanks to the online help . I also want to hise the scroll images if the rotator's count is below 8 , i can hide the images but the rotator keeps adding it own ,

How do you turn them off ? I look for a property but could not find one
Georgi Tunev
Telerik team
 answered on 16 Sep 2008
4 answers
160 views
I have a RadComboBox in a UserControl. The RadComboBox has EnableLoadOnDemand = true. How do I get the value of the combobox on the client side from a parent page or container control? I have tried:

var foo = $find('<%=this.UserControlInstanceName.ClientID %>');
foo.get_value();
foo.get_text();

and

var foo = $find('<%=this.UserControlInstanceName.FindControl("RadComboBoxName").ClientID %>');
foo.get_value();
foo.get_text();

In both cases, it simply returns the default of the combo box instead of what is current set.
Veselin Vasilev
Telerik team
 answered on 16 Sep 2008
1 answer
158 views
I have a button in my first level child grid. Pressing the button calls a method that does an update in the table. How do I rebind or refresh the data in the child grid when the button is pressed.
Princy
Top achievements
Rank 2
 answered on 16 Sep 2008
3 answers
114 views
Hello,

I have previously been using the classic RadEditor. I was wanting to switch to the new AJAX'd version but it seems the new version doesn't support the 'IsRibbon' property in the ToolsFile.xml file anymore.

Can you no longer create a tools menu that looks like Word 2007? If not, then I won't be able switch unfortunately until such a feature is re-enabled in the new editor.

Thanks,
Chris
Rumen
Telerik team
 answered on 16 Sep 2008
1 answer
94 views
Hi

I am using Telerik controls 2008 Q2.

I attach an OnClientPageLoad event when opening my RadWindow.

This enters my function. What I try to do next is populate the controls in the RadWindow from a Javascript object.

I can access HTML controls nicely but not web controls, e.g. RadCombobox etc.

$find() always returns null. However if I hide the RadWindow then show it again $find() will work then (however I don't want to do this).

My code:
    var contentFrame = gwinEventDetails.GetContentFrame().contentWindow;

    var VenueTxtBox = contentFrame.$get(contentFrame.gDLGtxtVenueNameID).value

    var VenueCboCountry = contentFrame.$find(contentFrame.gDLGcboVenueCountryID);


The textbox is found but not the combobox (returns null).

Is there something I am missing?


Kind regards

Mark Eaton
Georgi Tunev
Telerik team
 answered on 16 Sep 2008
5 answers
175 views
Hi,
I have an fullscreen Splitter and want to change the orientation of this splitter with a checkbox. Do you have an example for this usecase?

Thank you very much
Christian
Tsvetie
Telerik team
 answered on 16 Sep 2008
1 answer
128 views
Right panel. "Document Properties" text on the top is pushed out underneath box with current path (or maybe it is the path box is too wide?).
IE6. WebBlue skin.
Rumen
Telerik team
 answered on 16 Sep 2008
3 answers
99 views
On an aspx page I have a dropdownlist and a usercontrol with a radgrid:

<asp:DropDownList runat="server" ID="ddlDate" AutoPostBack="true" />
<uc1:UcReports ID="UcReports1" runat="server" />

When ddlDate posts back the Rebind event of the RadGrid (on the user control "UcReports1") is fired.

The RadGrid has a GridTemplateColumn from where a RadWindow is opened:
<telerik:GridTemplateColumn Groupable="false">
<ItemTemplate><asp:Image runat="server" ID="iReport" /></ItemTemplate>
</telerik:GridTemplateColumn>

<telerik:RadWindowManager ID="rwm" runat="server">
<Windows>
<telerik:RadWindow ID="rw" runat="server" Height="600px" Width="900px" />
</Windows>
</telerik:RadWindowManager>

Code-behind (RadGrid.ItemDataBound):
iReport.Attributes.Add("onclick", String.Format("return ShowReport('{0}','{1}');", e.Item.OwnerTableView.DataKeyValues(e.Item.ItemIndex)("ReportId"), e.Item.ItemIndex))

Javascript:
<script type="text/javascript">
  function ShowReport(id, rowIndex){
    window.radopen("ReportDetails.aspx?id=" + id, "rw");
    return false;
  }
</script>

This all works fine, until I wrap the following in an RadAjaxPanel
<telerik:RadAjaxPanel runat="server" ID="ram">
<asp:DropDownList runat="server" ID="ddlDate" AutoPostBack="true" />
<uc1:UcReports ID="UcReports1" runat="server" />
</telerik:RadAjaxPanel>

When wrapped I get the following error when clicking the first instance of "iReport":
"Error: 'this._windows.length' is null or not an object"

Clicking the following instances of iReport produce the following error:
"Error: Sys.InvalidOperationException: Two components with the same id 'rw' can't be added to the application."

What am I doing wrong?
Maria Ilieva
Telerik team
 answered on 16 Sep 2008
1 answer
80 views
The default skin for the tooltip shows a dropshadow for the tooltip. I set the skin  to default, but no dropshadow appears.

How can I get this dropshadow?
Martin
Telerik team
 answered on 16 Sep 2008
3 answers
75 views
In my project, there are many old version radControl(radControl for ASP.NET),
now, I want to add some new radControl(radControl for ASP.NET AJAX) in my project.
Can you tell me if they will affect each other?
If it can be mixed used, which version of radScriptManager I should use? or use both?
For example:
<Telerik?Control:RadScriptManager>.............
<Div>
<TelerikOldControl:RadTreeview>....................
<TelerikNewControl:RadTreeview>..................
</div>

Thanks
Princy
Top achievements
Rank 2
 answered on 16 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?