Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
84 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
459 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
67 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
145 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
146 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
145 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
972 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
1 answer
159 views
I got this javascript pop-up error when I select on an item in Telerik File Explorer, then I click on "Open" icon to view its content. Try to search around for the solution, cannot find one. What's wrong with that?

Browser: IE 8
Telerik.Web.UI.dll 2011.1.315.35
Dobromir
Telerik team
 answered on 17 Aug 2011
1 answer
176 views
Hi,

I have radlistbox in my application. i want to call server side code only item double clicking. is this possible?. please let me know if you have any idea. it is very urgent.

Thanks,
Dhamu.
Peter Filipov
Telerik team
 answered on 17 Aug 2011
3 answers
158 views
Hey,
I have a fiIleExpolrer with costume button, onClick of this button I need to open a radWIndow, How can I do that?
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?