Telerik Forums
UI for WinForms Forum
1 answer
123 views
Hi,
I have created simple application with RadRibbonForm. This form looks good when I compile project on .net Framework 3.5 but when I set project's Target Framework to .Net Framework 4.0 the title bar of window is black.
I'm working on Windows 7 x64 witch areo turned on, Q1 2010 308.
For now I resolved this problem using form's property AllowAreo = false.

There is different way to make it work with areo?

Regards,
Martin
Deyan
Telerik team
 answered on 23 Apr 2010
1 answer
137 views
The button color changes, but it is the default color and doesn't match the rest of the Office 2010 skin.
Deyan
Telerik team
 answered on 23 Apr 2010
3 answers
253 views
Hello,

I have PanelBar with PanelBarGroupElements. On group elements I have RadButtonElements with Images. Now if windows is too small to show all items on group element a scrollbar is shown. But this scrollbar scrolls RadPanelBar and not content panel of PanelBarGroup.
RadButtonElements where overlayed by minimized group panels. At the bottom of RadPanelBar you can see a part of a cut RadButtonElement

I tried different Styles and setting AutoScroll of ContentPanel to true. But always the same.

You  can simulate this beavior by creating  lot of elements on a group element.

for (int i = 0; i < 50; i++) 
            { 
                string itemName = "Item " + i.ToString(); 
                Telerik.WinControls.UI.RadButtonElement radItem = new Telerik.WinControls.UI.RadButtonElement(itemName, null); 
                radItem.Name = itemName; 
                radItem.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter; 
                radItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 
                radPanelBarGroupElement1.Items.Add(radItem); 
            } 
 
            //radPanelBarGroupElement1.ContentPanel.AutoScroll = true; 

Best regards,

Markus
Markus
Top achievements
Rank 1
 answered on 23 Apr 2010
2 answers
267 views
Hi

We are using RadRibbon form for our application.Added the menuitems to the ribbon bar and doesn't want the tab strip for my application. we tried of removing the Tabstrip element by assigning the 'Visibility' property of Tabstrip element to 'Hidden' but no result.

Please find the attached image

Thank you
Pradeep Enugala
Top achievements
Rank 1
 answered on 23 Apr 2010
5 answers
398 views
How to selece checkbox in the current row on cell click?
Developer
Top achievements
Rank 1
 answered on 23 Apr 2010
1 answer
203 views
Hi everbody, im using RadGridReportingLite.dll in my project but its not working because version is probably compiled 2005. Is there any new version? thank you.. 
Martin Vasilev
Telerik team
 answered on 22 Apr 2010
1 answer
169 views
Hi,

It would be really great if you could share me a sample project in which the Themeresolution service is implemented which is going to use multiple theme files.

i.e  I have seperate theme files created for each of controls like textbox, button, grid etc.  How do i set them to a component such that it can be used across the application?

Thanks
Kris
Nikolay
Telerik team
 answered on 22 Apr 2010
2 answers
114 views
Hi,

We have several pages where we have about 5-6 different grids stacked vertically.

Each of these grids are held in their own container.

One of the main problems we are having with this is usability. Each of the containers is a fixed height, so when there is nothing in a container it is wasting a lot of screen space, and when there is lots of info in a container, we have to have scroll boxes on the container. (See attached image)

Both these situations make usability very poor, so I am trying to find out a solution that can improve this. If containers could expand in height to fit the contents than that would be one solution.

Another solution would be if would could have all the different grids held within one parent grid (IE each different grid would appear under different row of a parent grid, and you could then expand/collapse the parent grid rows).

I am not sure if either the above are possible, or if you can provide us with some other suggestions to solve the problem.

Thanks
Martin Vasilev
Telerik team
 answered on 22 Apr 2010
1 answer
71 views
Hi,

We have several pages where we have about 5-6 different grids stacked vertically.

Each of these grids are held in their own container.

One of the main problems we are having with this is usability. Each of the containers is a fixed height, so when there is nothing in a container it is wasting a lot of screen space, and when there is lots of info in a container, we have to have scroll boxes on the container. (See attached image)

Both these situations make usability very poor, so I am trying to find out a solution that can improve this. If containers could expand in height to fit the contents than that would be one solution.

Another solution would be if would could have all the different grids held within one parent grid (IE each different grid would appear under different row of a parent grid, and you could then expand/collapse the parent grid rows).

I am not sure if either the above are possible, or if you can provide us with some other suggestions to solve the problem.

PS - there seems something seriously wrong with your forum - error messages each time I try and post.

Thanks
Martin Vasilev
Telerik team
 answered on 22 Apr 2010
1 answer
127 views
Hi,

We have several pages where we have about 5-6 different grids stacked vertically.

Each of these grids are held in their own container.

One of the main problems we are having with this is usability. Each of the containers is a fixed height, so when there is nothing in a container it is wasting a lot of screen space, and when there is lots of info in a container, we have to have scroll boxes on the container. (See attached image)

Both these situations make usability very poor, so I am trying to find out a solution that can improve this. If containers could expand in height to fit the contents than that would be one solution.

Another solution would be if would could have all the different grids held within one parent grid (IE each different grid would appear under different row of a parent grid, and you could then expand/collapse the parent grid rows).

I am not sure if either the above are possible, or if you can provide us with some other suggestions to solve the problem.

Thanks
Martin Vasilev
Telerik team
 answered on 22 Apr 2010
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?