Unplanned
Last Updated: 29 Mar 2016 11:44 by Jesse Dyck
ADMIN
Stefan
Created on: 21 Aug 2012 01:47
Category: CommandBar
Type: Bug Report
5
FIX. RadCommandBar - inheriting a form with a command bar with a few buttons set as protected, cause the current buttons settings to be serialized
Since the settings are serialized, the buttons does not have hover, pressed and other effects.

Workaround: instead of making the buttons protected, apply this setting to RadCommandBar control and expose the buttons as properties.
1 comment
Jesse Dyck
Posted on: 11 Feb 2013 06:06
We have ribbonbar that we add bargroup, buttongroup and buttons programatically.
Ribbonbar is in a library project. Front end project form inherits from this form

Steps (in code):
1. Create RadRibbonBarGroup and insert on ribbon tab at index
2. Create Rad