Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
125 views
Hello,

I want to capture when a node was clicked (in fact right clicked) in an OrgChart. I want the event to pass the ID of the node clicked.

Can anyone please suggest how to do it.

Thanks
Peter Filipov
Telerik team
 answered on 12 Oct 2012
2 answers
134 views
Hello,

I have to display multiple text items in a node in an Telerik OrgChart control.

So I am using RenderedFields like this:
</RenderedFields>
 <ItemFields>
 <telerik:OrgChartRenderedField DataField="Certificates" Label="Certificates" />
 </ItemFields>
<ItemFields>
 <telerik:OrgChartRenderedField DataField="Role" Label="Role" />
 </ItemFields>

 </RenderedFields>


However I want to style each OrgChartRenderedField differently. Infact some of these fields will be hidden in some situations.

Can anyone suggest how to do it.

Thanks
Peter Filipov
Telerik team
 answered on 12 Oct 2012
1 answer
74 views
Hi, I'm using a rad window inside a usercontrol to display the content which was referred by an another usercontrol on a button Click,
The rad window is displaying the data in Chrome, Safari, Firefox, IE7 & IE8 . In IE9 when i click on the Button Its giving an error for the first time 
"DOM Exception: INVALID_CHARACTER_ERR (5)" & from second click onwards its just opening the rad window but its not displaying the content. 

This is the line where i'm getting the error.
var o=($telerik.isIE)?document.createElement("<iframe name='"+c+"'>"):document.createElement("iframe");

I have approached the following threads:
http://www.telerik.com/community/forums/aspnet/window/radwindow-ie9.aspx

Please find the error message in image file "IMG_12102012_134211.png" in the attachment.

Please suggest a work around to solve this problem.




Marin Bratanov
Telerik team
 answered on 12 Oct 2012
1 answer
70 views
In Android Enviornment Rad Grid Expand/Collapse not working. Can I get a patch/fix for this.
Thanks,
Sathya
Marin
Telerik team
 answered on 12 Oct 2012
2 answers
87 views
this does not work.

RadButton myBtn = new RadButton();
     myBtn.Text = "Button";
     myBtn.ToggleType="Radio";
     PlaceHolder1.Controls.Add(myBtn);

Any help would be appreciated

Marty
moegal
Top achievements
Rank 1
 answered on 12 Oct 2012
1 answer
71 views
I am using a basic RadUpload control on Windows 2008R2 (server and client on the same machine in the hopes of avoiding network problems, although the problem also happens with separate machines).  When using Chrome I can see an upload progress indication in the lower-left corner of the window, and it runs from 0% to 100% three complete times before the transaction finished.  For large files this is taking quite some time and I don't understand the triple-upload.  Has anyone else seen this?

<telerik:RadTextBox ID="tbAppName" ClientEvents-OnKeyPress="KeyPress"
    ReadOnly="true" runat="server" Width="99%" AutoPostBack="True" ClientIDMode="Static"
    OnTextChanged="tbAppName_TextChanged">
</telerik:RadTextBox>

(the tbAppName_TextChanged function is some javascript that collects the basename from the path, but even if I leave out the OnTextChanged attribute the problem still occurs).
Peter Filipov
Telerik team
 answered on 12 Oct 2012
3 answers
137 views

When I visit the RadAsyncUpload demo (http://demos.telerik.com/aspnet-ajax/upload/examples/async/multiplefileselection/defaultcs.aspx?product=asyncupload) in IE9, with Flash, but not Silverlight installed, it only allows me to select one file at a time.

Turning on Silverlight, I can select multiple files.
Switching Browser Mode in IE to IE8 allows me to select multiple files.
But IE9 is single select only.

I'm running Windows 7 Pro, with Flash version 11.4.402.278, which is currently the most recent version. I don't have any other add-ons installed, and all settings are the base install settings for IE.

All the upload documentation says that multiselect is available if Flash is installed, but I'm not seeing that behavior.

Thank you.

Plamen
Telerik team
 answered on 12 Oct 2012
1 answer
77 views
Hi, I am new to telerik. I having problem with checking the last item in the listbox. Basicly it will loop alll the item in the listbox and combine it become a string, When listbox item reach end it will replace with "." instead of "',". Please help.Thanks
 
Dim sb As New StringBuilder    
 
For Each item As RadListBoxItem In radCustomer.Items
       
  If  radNotMemberOf.Items.Count.ToString.Length - 1 Then
 hdnCustomerList.Value = hdnCustomerList.Value & sb.Append(item.Value.Replace(",", ".")).ToString
Else
  hdnCustomerList.Value = sb.Append(item.Value & ",").ToString()
 
End If
      Next
Princy
Top achievements
Rank 2
 answered on 12 Oct 2012
3 answers
65 views
Hi All,

            I am using RadAsyncUpload telerik control to upload the files. Here is the code.

<telerik:RadAsyncUpload runat="server" ID="rdUpload1" MultipleFileSelection="Disabled" ControlObjectsVisibility="None"    MaxFileInputsCount="1" OnClientFileUploaded="fileUploaded" Height="18px" AllowedFileExtensions="jpg,png,gif" OnClientValidationFailed="validationFailed" Width="85px"> 
    <Localization Select="Browse" />
    </telerik:RadAsyncUpload>
    <style type="text/css">       
    .RadUpload  .ruRemove
        {
    display:none
        }
    </style>

I wanted to display only first three characters of the file name, when it is uploading the file and after it uploads the file. Is it possible? If yes, can you please let me know. how to do it?


Thanks,
Geetha Rani.

 
Peter Filipov
Telerik team
 answered on 12 Oct 2012
2 answers
78 views
Please can someone look at my code and tell me where I've gone wrong.

Trying to use drag and drop to reorder grid rows.

 

 

<telerik:RadGrid ID="AssessmentGrid" runat="server" ShowHeader="True" ShowFooter="true"

 

 

 

BorderWidth="1" CellPadding="3" AutoGenerateColumns="false" Width="600px" Skin="WebBlue"

 

 

 

AllowPaging="true" PageSize="10" AllowCustomPaging="true" VirtualItemCount="50"

 

 

 

AllowMultiRowSelection="true" OnNeedDataSource="AssessmentGrid_NeedDataSource"

 

 

 

OnPreRender="AssessmentGrid_PreRender" OnUpdateCommand="AssessmentGrid_UpdateCommand"

 

 

 

EnableAJAX="true" ShowStatusBar="true" EnableEmbeddedSkins="false" OnRowDrop="AssessmentGrid_RowDrop">

 

 

 

<PagerStyle Mode="NumericPages" />

 

 

 

<MasterTableView ShowFooter="true" DataKeyNames="assessment_plan_reference" EditMode="PopUp"

 

 

 

EditFormSettings-PopUpSettings-Width="600px" EditFormSettings-PopUpSettings-Height="700px">

 

 

 

<RowIndicatorColumn Visible="true" UniqueName="RowIndicator">

 

 

 

<HeaderStyle Width="20px" BackColor="LightSkyBlue" />

 

 

 

</RowIndicatorColumn>

 

 

 

<Columns>

 

 

 

<telerik:GridEditCommandColumn HeaderText="Edit" HeaderStyle-Width="40px" ItemStyle-Width="40px">

 

 

 

</telerik:GridEditCommandColumn>

 

 

 

<telerik:GridBoundColumn UniqueName="assessment_plan_reference" DataField="assessment_plan_reference"

 

 

 

Visible="false" runat="server" ItemStyle-Width="50px" ReadOnly="true" />

 

 

 

<telerik:GridBoundColumn UniqueName="week_number" DataField="week_number" HeaderText="Week"

 

 

 

HeaderStyle-HorizontalAlign="left" HeaderStyle-Width="70px" ItemStyle-Width="70px"

 

 

 

runat="server" ReadOnly="true" />

 

 

 

<telerik:GridBoundColumn HeaderText="Content" UniqueName="content" DataField="content"

 

 

 

runat="server">

 

 

 

</telerik:GridBoundColumn>

 

 

 

<telerik:GridBoundColumn HeaderText="Activity" UniqueName="activity" DataField="activity"

 

 

 

runat="server">

 

 

 

</telerik:GridBoundColumn>

 

 

 

</Columns>

 

 

 

<EditFormSettings CaptionFormatString="Edit Plan: {0}" CaptionDataField="assessment_plan_reference"

 

 

 

EditFormType="Template">

 

 

 

<EditColumn UniqueName="EditCommandColumn1">

 

 

 

</EditColumn>

 

 

 

<FormTemplate>

 

 

 

<table id="Table1" cellspacing="1" cellpadding="10" width="400px" border="1" style="border-collapse: collapse;

 

 

 

 

border-width: 2px; background: white;">

 

 

 

<tr>

 

 

 

<td>

 

 

 

</td>

 

 

 

</tr>

 

 

 

<tr>

 

 

 

<td>

 

Week

 

 

<asp:Label ID="lblWeekno" runat="server" Text='<%#Bind("week_number")%>' />

 

 

 

</td>

 

 

 

</tr>

 

 

 

<tr>

 

 

 

<td>

 

Content

 

 

<br />

 

 

 

<telerik:RadEditor ID="RadEditor1" runat="server" Content='<%# Bind("content") %>'

 

 

 

ToolsFile="WebBlue/ToolsFile.xml" Height="200px" Width="350px" Skin="WebBlue" />

 

 

 

</td>

 

 

 

</tr>

 

 

 

<tr>

 

 

 

<td>

 

Activity

 

 

<br />

 

 

 

<telerik:RadEditor ID="RadEditor2" runat="server" Content='<%# Bind("activity") %>'

 

 

 

ToolsFile="WebBlue/ToolsFile.xml" Height="200px" Width="350px" Skin="WebBlue" />

 

 

 

</td>

 

 

 

</tr>

 

 

 

<tr>

 

 

 

<tr>

 

 

 

<td align="right" colspan="2">

 

 

 

<asp:Button ID="btnUpdate" Text='Update' runat="server" CommandName='Update'></asp:Button>&nbsp;

 

 

 

<asp:Button ID="btnCancel" Text="Cancel" runat="server" CausesValidation="False"

 

 

 

CommandName="Cancel"></asp:Button>

 

 

 

</td>

 

 

 

</tr>

 

 

 

</table>

 

 

 

</FormTemplate>

 

 

 

</EditFormSettings>

 

 

 

</MasterTableView>

 

 

 

<ClientSettings AllowRowsDragDrop="True" AllowColumnsReorder="true" ReorderColumnsOnClient="true">

 

 

 

<Selecting AllowRowSelect="True" EnableDragToSelectRows="false" />

 

 

 

<Scrolling AllowScroll="True" UseStaticHeaders="True"></Scrolling>

 

 

 

<ClientEvents OnRowDropping="onRowDropping" />

 

 

 

</ClientSettings>

 

 

 

</telerik:RadGrid>

 

Eyup
Telerik team
 answered on 12 Oct 2012
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?