I apologize if this is not the correct area, I did not see one for this.
With that said, I am working on the Bug Tracker example you have posted, and am trying to compile it and step thru what it does. I opened the ZIP file and extracted the contents. Went to compile the C# portion of the project and I get two errors.
The type name 'InnerItem' does not exist in the type of 'RadQuickAccessToolBar' and method 'GetInnerItem' accepting a first argument of type 'RadQuickAccessToolBar' could not be found (are you missing a directive or an assembly reference?)
This is the offending code section.
private void CustomizeRibbon(){ radRibbonBar1.RibbonBarElement.ApplicationMenuRightColumnWidth = 0; radRibbonBar1.OptionsButton.Visibility = ElementVisibility.Collapsed; RibbonBar.ExitButton.Visibility = ElementVisibility.Collapsed; RadQuickAccessToolBar.InnerItem item = RibbonBar.RibbonBarElement.QuickAccessToolBar.GetInnerItem(); item.Visibility = ElementVisibility.Collapsed; radRibbonBar1.StartButtonImage = Resources.bug_logo;}I tried to update to the current WinControls.UI and that made it worse. Is this an older control thing?

I am trying the demo but I dont see if there is a way to put markers + text on the timeline for milestones. Is there another way to accomplish this?
See attached image

hi
How can i do Search the database
And show on
RadDropDownList?
Hello,
I'm looking for a tab control like the attached one.
Is there a winforms control which can be customized to look like that?
I've tried with Dock, but i don't want the user to drag around or close the tabs, and the Dock does not allow to arrange the tabs on the left without vertically rotating the text.
Thank you!
From this image, as you can see I have a formatting value condition if the cell is >= 80. If my cell values are strings, how do I control the conversion to an integer value in this case or have control of how this validation takes place? -8000 is nowhere near being >= 80...
Also - How do I control everything else in that Window? It isn't even using my application icon for the form icon. :/

Hi.
I am accessing item through keyboard but issue is when access any form i lost my focus from main form so i cant access then cause i lost focus from main.
1) i want to access submenuitems through keyboard whether am focusing on any form.

I am trying to duplicate the "ShowUpDown" feature from the RadDateTimePicker. Ultimately, I want the user to navigate the DropDownList only using the Up and Down arrows, and disable the actual list that opens on the DropDownList. Is this possible?

Hi,
I have a base form with a RadPageView and one RadPageViewPage. I dropped two RadPanel and one RadGridView into the RadPageViewPage. I set the modifier property of all this five controls to public. And then I save this RadForm.
I created a second RadForm and inherited this one from the previous one. In this second form I can see all the controls in the designer. I can modified the properties of the two RadPanels but I can't modified the properties of the RadGridView in the properties windows.
What can I do in order to modified the properties of the RadGridView of the second form at design time ?
