Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
220 views
Hi all,

I would like to add some text to this Telerik RadEditor by using Selenium. I've founded this topic: "http://www.telerik.com/community/forums/aspnet/editor/testing-wysiwyg-editor-with-selenium-ide.aspx". Can someone help me with this, and explain how can I do it by using solution from the mentioned topic, please?
E.g: I would add automate some text by Selenium to this page:
http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx

I have the similiar situation in my project and then I could change the solution to me code.

Thanks a lot for your help.

BR,
Piotr
Misho
Telerik team
 answered on 17 Aug 2011
1 answer
76 views
First of all congratulations for the excellent job you have done,

My question is : how i can calculate (Rad)ListBox values?
I want to drag and drop some data to (Rad)ListBox and i want to get the Sum of these data in a Label or textbox.
Is this possible to made?
Thanks,

Best Regards,
Jk,
Peter Filipov
Telerik team
 answered on 17 Aug 2011
2 answers
120 views
My slider has a custom iconUrl, but when you mouse over the icon there is no alt text for it.

Can this be set?  I don't see a property for it.
Niko
Telerik team
 answered on 17 Aug 2011
3 answers
79 views
What filter do I need to disable to stop the editor from removing <link> or <meta> tags from the content?

Thanks,
Kevin
Lini
Telerik team
 answered on 17 Aug 2011
1 answer
449 views
We are facing the XSS vulnerability issue related to Toolscript manager "_TSM_HiddenField_=ctl00_ToolkitScriptManager1_HiddenField".
TSM_HiddenField_  value.
Can you please provide the Solution for this? we are using the latest version of AJAX Control Toolkit.
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
1 answer
62 views
Hello,

I have a grid which shows orders. If the order is archived then it it appends "<<Archived>>" at the start of order name.
E.g. if Order name is ABC it will be shown as <<Archived>> ABC.
Programmatically I append "&lt;&lt;Archived&gt;&gt;" at the start of it when it is archived and save it in db.
Now in my application after archiving I have to show this title at three places
1. In Grid : Which works fine. It shows it as "<<Archived>> ABC".
2. When I open my order in detailed view its title is shown in textbox; For showing it properly I use HttpUtility.HtmlDecode function.
3. I have a grid filter for each column. This column shows all the archived orders as "&lt;&lt;Archived&gt;&gt;OrderName".

What should I do to properly display it?

Radoslav
Telerik team
 answered on 17 Aug 2011
1 answer
142 views
Hello,

I have aproblem with the undeline button, Sometimes it is not working.
I'm trying to remove the underline from blank space (View attached screen-shot), but the underline button is not functioning.

Here is the control:
<telerik:RadEditor runat="server" ID="CntntRadEditor" Height="500px" Width="100%" style="z-index:1000;" Content='<%# DataBinder.Eval( Container, "DataItem.Cntnt") %>' ToolsFile="~/Common/Controls/RadEditor/xml/CustomFullSetOfToolsForSecureTables.xml">
                            <Modules>
                                <telerik:EditorModule Visible="false" />
                            </Modules>
                            <ImageManager ViewPaths="~/Guides/QA/Design/Contents" UploadPaths="~/Guides/QA/Design/Contents" DeletePaths="~/Guides/QA/Design/Contents" />
                            <DocumentManager ViewPaths="~/Guides/QA/Design/Contents" UploadPaths="~/Guides/QA/Design/Contents" DeletePaths="~/Guides/QA/Design/Contents" SearchPatterns="*.doc,*.txt,*.docx,*.xls,*.xlsx,*.pdf,*.xml,*.gif,*.jpg,*.png" />
                        </telerik:RadEditor>

Please, I need your help in order to enable the user to add and remove the underline without problems.
It is appreciated to send me the modified code.

Regards,
Bader
Dobromir
Telerik team
 answered on 17 Aug 2011
4 answers
140 views
Hi
I put the grid in edit mode and getting the new values , But I want to get the old values for comparison. How do I use SavesOldValues

       If (e.CommandName = "UpdateAll") Then
            For Each editedItem As GridEditableItem In grdItemCatgLoc.EditItems

                Dim newValues As Hashtable = New Hashtable
                e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem)
                Dim ProductID As Long = newValues("ProductID")
'getting the old values ?????????????????????????
Dim grdDataitem As GridDataItem = e.Item.DataItem
Dim OldProductID as Long =  grdDataitem.SavedOldValues("ProductID")



editeditem.Edit=False
Next
ShahabG
Top achievements
Rank 1
 answered on 17 Aug 2011
1 answer
138 views
Hi everybody!!!

I'm here again with another question, I'm working with this control, "Notification", is a good control but I have a problem when I try to open one notification from a aspx page to ascx page, I dont know how to do this.
I have to add value to data base in my *.ascx (user control), and in my *.aspx page, I want to show a message with notification control, wich must show a message confirmation for example, "this user has been added correctly".

thank you for your attention.

Have a Nice Day!!!

Victor Hugo.
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
3 answers
961 views
Hi,

In my aspx page i have  a function and a asp button

function OpenForm(testId) {
                    window.radopen("TestPage.aspx?TestId=" + testId, "UsersListDialog");
                    return false;
}


<asp:Button ID="TestButton" runat="server" Text="Open Text Page"/>

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" Skin="Black">
            <Windows>
                <telerik:RadWindow ID="UsersListDialog" runat="server" Title="Test Screen" Height="490px" Width="520px" Left="150px" ReloadOnShow="false" ShowContentDuringLoad="false"
                    Modal="true" Behaviors="Close" Animation="Resize" VisibleStatusbar="false"/>
            </Windows>
        </telerik:RadWindowManager>


In the code behing  which opens TextPage.aspx

TestButton.OnClientClick = "return OpenForm(" + TestId + ");";


How can I achieve the same using radbutton?

Thanks,
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?