Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
323 views
Hello,

We currently use ver. 2012.3.1016.40 and noticed a very strange pattern when the html with links edited by radEditor was saved into database as
<a href="/path" target="_blank" onclick="return false;">some text</a>
or even more weird:
<a href="/path" target="_blank" onclick="return false;" re_target="_blank" re_onclick="return false;">some text</a>

which makes links non-clickable. Not quite sure how that happened, most likely when edited in Chrome.
Is it a known & fixed  issue? I could not find any related info the release notes  for the next releases.

Thanks in advance.
Mike
Ianko
Telerik team
 answered on 28 Feb 2014
1 answer
121 views
I have numeric text box like that

    <telerik:radnumerictextbox showspinbuttons="true" incrementsettings-interceptarrowkeys="true" incrementsettings-interceptmousewheel="true" labelwidth="120px" runat="server" id="ddStartHour" width="100px" MaxLength="2" MaxValue="12" Value="0" MinValue="0" CssClass="app-input" DataType="System.Integer" >
    
        <NumberFormat  DecimalDigits="0" />
                                        
    </telerik:radnumerictextbox>

Now my numbers can be 0,1,2,3,4,5,6,7,8,9,10,11,12.

 But I want to add zero before the numbers which number is less than 10. SO I want to show my numbers like 00,01,02,03,04,05,06,07,08,09,10,11,12.

 How can I do that?

THX.
Shinu
Top achievements
Rank 2
 answered on 28 Feb 2014
4 answers
154 views
Is it possible to indicate to RadEditor to use blockquotes for the indent (like it used to) instead of the new style-tag?
Shinu
Top achievements
Rank 2
 answered on 28 Feb 2014
1 answer
116 views
Hi Support,

I'm a Sitefinity user and using version 6.3. I'm trying to use telerik:RadMediaPlayer with playlist option. Copied below code from your demo site and telerik:RadMediaPlayer is available and I can play the video, however I could not find any options for playlist inside telerik:RadMediaPlayer tag. The PlaylistSettings tag is not available for me. Also I want to fire my JavaScript function once the video is finished, I could see option for that but that is not working for me.  

 <telerik:RadMediaPlayer ID="RadMediaPlayer1" runat="server"

            Height="360px" EnableViewState="false" Width="640px" AutoPlay="false">

            <PlaylistSettings YouTubePlaylist="PL2HUH5okl73JFq_QDyqVq9GCZ0Dd9L0OH"Mode="Buttons" ButtonsTrigger="Hover" />

        </telerik:RadMediaPlayer>

Please help
Shinu
Top achievements
Rank 2
 answered on 28 Feb 2014
7 answers
288 views
Hello!

How can I add a hover effect to the image of a GridButtonColumn with ButtonType="ImageButton"?

Thanks in advance and Regards Markus
Princy
Top achievements
Rank 2
 answered on 28 Feb 2014
4 answers
224 views
We follow the steps here:
http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/exporting/defaultcs.aspx

But the pivotgrid.exporttoexcel() is not working. We create a button to call this function but there is no file generated as shown in the demo.

Are we missing anything here?

We are using Telerik.Web.UI version 2013.3.1324.40

attach is the code.
KE
Top achievements
Rank 1
 answered on 28 Feb 2014
1 answer
318 views
Hi,

I was wondering how I would go about hiding a sub menu item based on the users permission rights.  I can hide the parent menu item just fine but I am having trouble getting at the child menu item.  Is this possible?  I am trying to hide the ACN Managment tab but keep the eligible recruits visible.

Thanks,
Chad

Code below.

<

 

 

telerik:RadMenuItem Text="ACN" Value="ACN">

 

<Items>

 

<telerik:RadMenuItem Text="ACN MANAGEMENT">

 

<Items>

 

<telerik:RadMenuItem Text="Manage ACNS" NavigateUrl="ACN/ACNMangement.aspx"></telerik:RadMenuItem>

 

<telerik:RadMenuItem Text="Manage Locks" NavigateUrl="ACN/ACNLocks.aspx"></telerik:RadMenuItem>

 

<telerik:RadMenuItem Text="Manage Permissions" NavigateUrl="ACN/ACNPermissions.aspx"></telerik:RadMenuItem>

 

<telerik:RadMenuItem Text="Request ACN" NavigateUrl="ACN/ACNRequest.aspx"></telerik:RadMenuItem>

 

</Items>

 

</telerik:RadMenuItem>

 

<telerik:RadMenuItem Text="Eligible Recruits" NavigateUrl="ACN/EligibleRecruits.aspx"></telerik:RadMenuItem>

 

</Items>

 

</

telerik

:

RadMenuItem

>

CODE BEHIND

 

 

Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load

 

If Not IsPostBack Then

 

'Get the name of the current User logged in.

 

Dim Username As String = GetName()

lblWelcome.Text =

 

"Welcome " & Username

 

End If

 

'If CheckJ1Admin() = False Then

 

' Dim ACNMenu As RadMenuItem = rmMenu.Parent.FindChildByValue("ACN")

 

' ACNMenu.Visible = False

 

'End If

 

End Sub



 

 

 

 

Princy
Top achievements
Rank 2
 answered on 28 Feb 2014
1 answer
197 views
I have radcombobox inside of ItemTemplate of RadLIghtboxItem and it seems it will not drop down when clicked.  If on the same page, if it put the combobox outside of the lightbox, the control works fine.  Why is that?
Shinu
Top achievements
Rank 2
 answered on 28 Feb 2014
4 answers
335 views
I've heard that the RadDatePicker does not support multiple dates. I need a workaround that doesn't involve having a big calendar on my screen. What are the work around for this lack of functionality??
Shinu
Top achievements
Rank 2
 answered on 28 Feb 2014
1 answer
106 views
Have a radgrid with a templateitem:

​ <telerik:GridTemplateColumn HeaderText="Category" ItemStyle-Width="200px" HeaderStyle-HorizontalAlign="Center" >
<ItemTemplate>
<telerik:RadComboBox ID="RadComboBox_Category" runat="server" DataSourceID="SqlDataSource_Categories" DataTextField="Code" DataValueField="ComboBox_GUID" SelectedValue='<%# Eval("Category_GUID") %>' Enabled="false" />
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="RadComboBox_Category" runat="server" OnSelectedIndexChanged="RadComboBox_Category_SelectedIndexChanged" AutoPostBack="true" DataSourceID="SqlDataSource_Categories" DataTextField="Code" DataValueField="ComboBox_GUID" SelectedValue='<%# Bind("Category_GUID") %>' />
</EditItemTemplate>
</telerik:GridTemplateColumn>


This worked great. Item was disabled and viewable when not in edit mode. put in edit mode, the combobox displays.

Now after IOS 7.0.6, when the item is not in edit mode, it appears the text color and background color of the combobox are the same (or very very close to being the same) such that the combobox appears "blank". putting the combobox in edit mode will display the value, it is only when the combobox is on a record not being editing that it appears "invisible".

is there a way to change the CSS of the combobox to display when it is disabled?

I have attempted to add

CssClass="comboBoxDisabled"

and

.comboBoxDisabled
{
color: black;
}

so it will show up, to no avail, on the ItemTemplate comboBox.

Any other workarounds?
ToltingColtAcres
Top achievements
Rank 2
Veteran
Iron
 answered on 27 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?