Hello,
I have created a custom theme for an application and I would like to know how I can theme the ExplorerBar view mode.
While exporting the premade theme “ControlDefault” as example, I only find these files in my directory:
I am trying to create by myself the missing one (“_RadPageViewExplorerBarElement.xml”), but I fails in this task.
Can you please provide me this xml as example?
I am currently working in version 2010_2_10_914 (Q2SP2).
Thank you.
Me.RadButton1.ButtonElement.Shortcuts.Add(New RadShortcut(Keys.Control, Keys.B))
The problem is when I write Me.RadButton1.ButtonElement. the word Shortcuts isn´t in the list. Also, appears the following error:if (DockWindow is SettingsForm) |
{ |
// Change to appropriate RadRibbonTab |
} |
else |
{ |
// do something else |
} |
Hi There,
I have a project that I have currently started to rebuild with the latest version of the telerik controls that seems to behave differently than the initial project did with version 2009 Q2. Basically I have a grid that has 3 child tabs for each row using this example:
Main Grid
User Information
--HR Data --Security Group Membership --Users who report to this person
the problem is HR Data always has information in the sub tab, however Security and / or Users who report might not.
the problem that I am getting now is that in the previous version of the gird I would see the child row with the headers and no information below so for instance:
HR - DATA
Full Name Phone Home Address
first last 555-111-222 example lane
Security Group
GroupName GroupOwner GroupType
the problem is now if there is no data for Security group the tab is now displayed as such:
HR - DATA
Full Name Phone Home Address
first last 555-111-222 example lane
Security Group
Full Name Phone Home Address
first last 555-111-222 example lane
If there is no data in the child tab grid, can I hide that tab or is it possible to set where I still see the column headers without any data in the grid.
thanks!
Jonathan