Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
110 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
284 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
219 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
312 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
193 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
326 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
102 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
4 answers
385 views
Application Version: 2014.1.210.1
Description: Application needs to close
Details:
System.ArgumentException: operations

Server stack trace:
   at Telerik.OperationFramework.Operation.OperationSequence..ctor(IOperationDependencies operationDependencies)
   at Telerik.OperationFramework.OperationManager.QueueSequence(IOperationInfoDependencies operationInfos)
   at Telerik.CommonInstaller.Application.ProductInstaller.InstallProduct(IInstallable product)
   at Telerik.CommonInstaller.Application.Actions.InstallAction.GetSequenceCookie()
   at Telerik.CommonInstaller.Application.Actions.InstallActionBase.Initialize()
   at Telerik.CommonInstaller.Application.Services.InstallationService.TrackAndStartActions(IList`1 actions)
   at Telerik.CommonInstaller.Application.Services.InstallationService.StartActions(IList`1 actions)
   at Telerik.CommonInstaller.InstallerUIBase.ViewModels.InstallationProgressPageViewModelBase.<OnNavigated>b__12()
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
   at System.Action.EndInvoke(IAsyncResult result)
   at Telerik.CommonInstaller.InstallerUIBase.ViewModels.InstallationProgressPageViewModelBase.<>c__DisplayClass16.<>c__DisplayClass19.<OnNavigated>b__15()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)


There's a proxy setting in the settings box, is it a requirement to always have a proxy?
Missing User
 answered on 27 Feb 2014
1 answer
136 views
Hi,
I am looking to select files, and then allow the user to give the file a description, and then upload the files in 'batch'. So I would allow the user to choose files, add the filename to a grid(?), add a title for each file, and then upload them.

I may want to do this as a 'local' upload or an 'azure' upload.

What is the best way to approach this please?

Thanks

Pete
Hristo Valyavicharski
Telerik team
 answered on 27 Feb 2014
2 answers
98 views
Can i open 2 radtooltips at same time in client side?

radToolTip = $find("RadToolTipPerfil1");
$("#TextoTruco1").text("Sem chance !!!");
radToolTip.show();
radToolTip1 = $find("RadToolTipPerfil3");
$("#TextoTruco3").text("Sem chance !!!");
 radToolTip1.show();

It showing only one.

Thanks
Gilberto
Top achievements
Rank 1
 answered on 27 Feb 2014
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?