Completed
Last Updated: 24 Jun 2015 13:50 by ADMIN
Completed
Last Updated: 24 Jun 2015 13:14 by ADMIN
Completed
Last Updated: 24 Jun 2015 12:57 by ADMIN
Completed
Last Updated: 24 Jun 2015 12:23 by Daniel Molnar
Completed
Last Updated: 23 Mar 2015 11:52 by Vladimir
Hello,

I found issue that RibbonBarClickableItem has not specified UrlProperty attribute for DisabledImageUrl and DisabledImageUrlLarge properties

So when I'm using relative url path in skin files the computed url is wrong. It is relative to path where control is used instead of relative in theme folder.

Thanks Vlad
Declined
Last Updated: 05 Jan 2015 07:21 by Uma
Created by: Kurt Bilde
Comments: 2
Category: RibbonBar
Type: Bug Report
0
Hi,

Seems like the RadRibbonBar1.LoadContentFile doesn't support AuxiliaryPane and FooterPane in the .XML file:

<AuxiliaryPane Header="Latest files">
			<ContentTemplate>
				<ol>
					<li>Powder.jpg</li>
					<li>Free jump.jpg</li>
					<li>Downhill.jpg</li>
					<li>Snowboarding.jpg</li>
					<li>Moutain top.jpg</li>
				</ol>
			</ContentTemplate>
		</AuxiliaryPane>
		<FooterPane>
			<ContentTemplate>Skiing.png</ContentTemplate>
		</FooterPane>

-Kurt
1 2