Telerik Forums
UI for WinForms Forum
3 answers
237 views
Hello!
Look, I have a user control that works as a ToolBar that has some radbuttons on it. Those buttons are showing an image stored in the resources of the project, and I need to show a ToolTipText.

First I set the needed text through the properties window of each button (inside the RootElement property), and it didn't work.

Then I went to the designer.cs of the control and set manually the property (myButton.RootElement.ToolTipText = "some text"), and it didn't work.

Then, inside the designer.cs of the control I set manually the property in this way: ((Telerik.WinControls.UI.RadButtonElement)(MyButton.GetChildAt(0))).ToolTipText = "Open Model";. And guess what? ... It didn't work also!

Please help me, I don't know what else I can do.
Nick
Telerik team
 answered on 18 Aug 2009
1 answer
133 views
It appears the WinForms radTabStrip does not support IsSeparator like the ASP.Net versions do.  Is there any way to place 3 tabs left aligned and 2 tabs right aligned all on a single row?

Thanks!

Mike
Deyan
Telerik team
 answered on 18 Aug 2009
1 answer
122 views
Hello,
Does the new release support the functionality of a custom filter row (I read in previous posts that you plan to do so)?
For example, my grid contains a column with enum values, I want to filter the rows in the grid by selecting one of the values from a drop down list.

Thanks



Nick
Telerik team
 answered on 17 Aug 2009
1 answer
133 views
It seems that in the 8.1.0.0 release, the PanelBarGroupExpanding and PanelBarGroupCollapsing "cancel" argument is not respected in the VS2005Toolbox GroupStyle.  I haven't tried other styles because we like the look and feel of the VS2005Toolbox style. 

When I set args.Cancel = true, the "Expanded" and "Collapsed" events are still fired and the +/- icon toggles, and the arg.Group's "Expanded" property is already changed at this point.

Is this something that is fixed with a newer release of the WinControls suite?  Thanks!
Victor
Telerik team
 answered on 17 Aug 2009
1 answer
97 views
Hello

I'm currently using RadPanelBar with a single panel group element in an inheritable form where I'm programming a set of common functions for all the forms that will inherit from it. I set the RadPanel modifiers property to "protected" so I can add new group elements in each inherited form for their particular functionality.

But when I am dessigning the inherited form, RadPanelBar properties appear as in read only mode, so I cannot add new panel groups, new controls in the panel group that already exists... etc.

Am I missing something? Is not possible use this control in the way I'm trying to?

Thank you in advance for your response.
Victor
Telerik team
 answered on 17 Aug 2009
8 answers
630 views
Hi,
Qs1: How can I set auto size rows mode for the radGridView?

For the windows datagridview, When the cell data is wider than the column, having the auto size rows mode set to Displayed cells will resize the row to show all cell data. How can I have the same in a radgridview?

Qs2: Is there a way to set tool tip text for those cells that have data hidden due to less column width?

Hope you will have solutions for these..
Yvette
Top achievements
Rank 1
 answered on 14 Aug 2009
1 answer
137 views
Hello,

I've discovered an issue in my gridviews where the last row paints over the grid's bottom border when the grid is full of information. Is there a way that I can make the grid border draw on top of the rows? If you guys have trouble reproducing this, let me know and I'll send a theme where this occurs. It actually occurs in all of my themes, so I imagine you guys wont have much trouble. I use a row-height of 18 if that helps.

Thanks!
Jeremy
Jack
Telerik team
 answered on 14 Aug 2009
3 answers
258 views
In order to try to bend the will of the GridView to do something we're attempting, I'm trying to dynamically either completely hide or to change the height of a SPECIFIC group header row down to something 1 pixel in height if the group text is blank.

I've tried all of the following:

 
            if (e.RowElement is GridGroupHeaderRowElement) 
            { 
                e.RowElement.Size = new Size(1, 1); 
                 
                e.RowElement.ShouldPaint = false
                e.RowElement.Visibility = ElementVisibility.Hidden; 
                e.RowElement.MinSize = new Size(e.RowElement.Size.Width, 0); 
                e.RowElement.Size = new Size(e.RowElement.Size.Width, 1); 
                e.RowElement.CoercedSize = new Size(e.RowElement.Size.Width, 1); 
                e.RowElement.StretchVertically = false
                this.ApplyThemeToElement(e.RowElement, "ControlDefault"); 
            }

All this has done has completely hidden the group rows but still leaves blank space where they shuold be, however now I can't select them (which is nice).

Is there any way to change the size so the space left when hidden is minimized?

Thanks in advance.

Jack
Telerik team
 answered on 14 Aug 2009
1 answer
131 views
I've noticed that multiselecting using shift + arrow does not work. I am using version 2009.2.9.729.
Is it me doing something wrong or does it simply does not support such operation?
Victor
Telerik team
 answered on 14 Aug 2009
1 answer
118 views
hi,

if you put a contextmenu with 2 levels in a grid and deactivate the first level, the second one will still show.
To reproduce put 2 first level entry with some second level entries. 
Make one enabled and the second disabled.

mateo
Jack
Telerik team
 answered on 14 Aug 2009
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?