Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
752 views
Just a quick question to ask if documentation exists for older versions of the .Net AJAX controls? i ask as some of the syntax changes from time to time so it would be useful to have documentation for specific versions of the controls.
Vessy
Telerik team
 answered on 16 Mar 2017
4 answers
84 views

I build websites using DotNetNuke and recently I had a need to force downloads from standard A tag hyperlinks. This can be done with modern HTML5 browsers using the "download" attribute. But, the RadEditor that the DNN site offers strips this attribute while in its standard HTML mode. The only way I can get it to work is to switch the editor into text mode, which causes issues when later opening / saving the content in HTML mode.

Is there any method to alter the behavior of the editor to accept / allow the "download" attribute?

Thanks.

Jim
Top achievements
Rank 1
 answered on 16 Mar 2017
10 answers
972 views
Hi ,
I have a grid and want to freeze the columns.Please see the code snippet attached below.Freezing the columns is working fine.But my problem is when i do the horizontal scrollling then also columns are frozen, which is not supposed to happen.Please let me know how to go about this. <telerik:RadGrid ID="radgridCourseViewAPP" EnableViewState="false" ShowStatusBar="true"
                         HeaderStyle-Font-Bold="true"
                         runat="server" AutoGenerateColumns="True"
                        CellPadding="10" AllowSorting="True" AllowMultiRowSelection="False" AllowPaging="false"
                        GridLines="None" Skin="WebBlue" >
                         <MasterTableView  TableLayout = "Auto" HeaderStyle-Width = "50">
                         </MasterTableView>
                         <ClientSettings>
                            <Scrolling FrozenColumnsCount="1" AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true" />
                            <Resizing AllowColumnResize="True" />
                        </ClientSettings>
</telerik:RadGrid>


Abhinav
Top achievements
Rank 1
 answered on 16 Mar 2017
0 answers
60 views

Following this demo:

http://demos.telerik.com/aspnet-ajax/ajax/examples/common/ajaxifytimer/defaultcs.aspx

But we have a TextBox as a TemplateColumn in the Grid and on the TextChanged event, it is saving the Textbox value to database.

Problem is when the database value is modified behind-the-scenes, the TextChanged event is firing and saving the old value over the new value.

Mike
Top achievements
Rank 1
 asked on 16 Mar 2017
7 answers
450 views
I want to refresh my grid from client-side every 1 minute.
I use RadAjaxManager and I set my grid as "AjaxUpdatedControl".

I created a function:

    function AutoRefreshPage() {<br>        RebindTasksGrid();<br>        autoRefreshTimer = setTimeout("AutoRefreshPage()", 60000);<br>    }

which calls "RebindTasksGrid":

    function RebindTasksGrid() {<br>        var masterTable = $find("<%= rgDeployTasks.ClientID %>").get_masterTableView();<br>        masterTable.rebind();<br>    }


And I start it first on "pageLoad" function:

    function pageLoad() {<br>        AutoRefreshPage();<br>    }


The problem is that the "masterTable.rebind()" fires the "pageLoad" function over and over again and I got stuck on an infinite loop.

How can I auto-refresh a grid without loading the whole page again?

Mike
Top achievements
Rank 1
 answered on 16 Mar 2017
11 answers
461 views

I have a telerik RadEditor used in a User control. I can upload images, select images, view images through ImageManager, but I cannot insert the Image to the content area.

I tried put same code in regular Aspx page, it has no problem to insert picture to the content area.
Could anyone help me how to get the insert image function work if the RadEditor is used in a user control?

Rumen
Telerik team
 answered on 16 Mar 2017
4 answers
433 views

I am trying to use RadSpell , but  a web.config security setting is not allowing RadSpell to open it's frame popup window. The security setting is a must setting , i can not remove this setting. This setting is to prevent click jacking. ( more on this - https://www.owasp.org/index.php/Clickjacking)

 

 

Here is my  web config setting.

<httpProtocol>
      <customHeaders>
        <clear/>
        <add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" />              
      <add name="X-Frame-Options" value="DENY"/>
        <add name="Content-Security-Policy" value="frame-ancestors 'inherit' " />
        <remove name="X-AspNet-Version" />
       <remove name="X-Powered-By" />

      </customHeaders>
    </httpProtocol>

Jyoti
Top achievements
Rank 1
 answered on 16 Mar 2017
3 answers
88 views

Hi,

 

I have a scenario where i wanted a textbox against a list of employees to enter some details. I want to disable the selection text while still being able retrieve the details entered against each employee in the given textbox. I could have used a grid control but for something this simple I like the dropdown feature of combobox. I was able to get the textbox in the template but I wasn't able to disable/hide the selection text. Is this doable?

Peter Milchev
Telerik team
 answered on 16 Mar 2017
1 answer
104 views

I am using kendo ui for scheduler and it is working as I needed but when i represent more part of data thorugh tootip and provide some action over contextmenu. The tooltip overlap on the contextmenu makes contextmenu invisible for the tooptip portion only. following are the scenarios in the images attached. 

Following are two images shows the problem exactly.

Sameer
Top achievements
Rank 1
 answered on 16 Mar 2017
0 answers
82 views

Hi,

 

I am pasting a sample html using editor.Pastehtml method in sitecore 8.1 Rich text editor and it removes iframe tags after pasting. It works in few scenarios like

1. when the editor is empty.

2. When we paste at the end of the entire html.

3. It works when there is one frame tag, but when there are two it removes both and pastes the left out.

Below is the sample html that i am trying to paste to the editor.

"<div class="root"><p class="article-exhibit__header iframe-header_57aa38e436cf474fa4eaeaa77c7fb05d">header</p> <p class="article-exhibit__title iframe-title_57aa38e436cf474fa4eaeaa77c7fb05d">title</p> <div class="iframe-component"> <div class="iframe-component__desktop ewf-desktop-iframe_57aa38e436cf474fa4eaeaa77c7fb05d" data-mediaid="57aa38e436cf474fa4eaeaa77c7fb05d" data-embed-link="enabled"> <iframe width="560" height="315" src="https://www.youtube.com/embed/x56ipAMMmLA" frameborder="0" class="ewf-desktop-iframe_57aa38e436cf474fa4eaeaa77c7fb05d"></iframe> </div> <div class="iframe-component__mobile ewf-mobile-iframe_57aa38e436cf474fa4eaeaa77c7fb05d" data-embed-link="enabled"> <iframe width="560" height="315" src="https://www.youtube.com/embed/x56ipAMMmLA" frameborder="0" class="ewf-mobile-iframe_57aa38e436cf474fa4eaeaa77c7fb05d"></iframe> </div> </div> <p class="article-exhibit__caption iframe-caption_57aa38e436cf474fa4eaeaa77c7fb05d">caption</p> <p class="article-exhibit__source iframe-source_57aa38e436cf474fa4eaeaa77c7fb05d">source</p> </div>"

Can anyone help me with this? Please let me know if you need any other information.

Anu
Top achievements
Rank 1
 asked on 16 Mar 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?