Telerik Forums
UI for WinForms Forum
3 answers
182 views
Hi,

I want to know, if it's possible to remove the "Add or Remove" button in the OverFlowButtonElement of a RadToolStrip ?

And also if its possible to change the label of this button (multilingual application)

Thanks

@+ Dom
Boyko Markov
Telerik team
 answered on 14 Dec 2007
3 answers
551 views
I have a radlistbox that I made teh items taller and turned the border on.  I also want to have a little spacing between each item.  What is the best way to do this?

I tried to set teh bottom margin to 10 for the RadListBoxItem in the Visual Style Builder.  It does increase the space between each item, but it adds an undesirable effect.  The scroll buttons no longer get to the end of the list.

For example, open the style builder tool and the RadListBox.  Change the RadListBoxItem bottom margin to 10 then go to the preview tab.  Press the scroll down button until you get to the last item.  You will only be able to get to Item 8.  You have now lost the bottom three items.

I am sure that I am missing something here, but I do not know what it is.

Thanks in advance.
Chris
Nikolay
Telerik team
 answered on 13 Dec 2007
4 answers
90 views
Hello everyone,

All other controls called in InitializeComponent() take milliseconds. However when the RadDropDownButton is ininitialized within my forms designer class, it takes .69 seconds.

Here is the call:
this.radDropDownButton1 = new Telerik.WinControls.UI.RadDropDownButton();

Is there anyway to decrease this init time?

Thanks.

-- Jim
James
Top achievements
Rank 1
 answered on 12 Dec 2007
1 answer
93 views
I'm getting this odd error popping up when I'm using the radGrid and defining my own columns.

I've got the data bound to a business object, and all seems well, text gets updated etc.. until I bumped into trying to use an int in the grid. Using the designer generated code based off the object, I came up with:

            colText = new GridViewTextBoxColumn(); 
            colText.DataField = "SheetWidth"
            colText.DataType = typeof(int); 
            colText.HeaderText = "Width"
            colText.UniqueName = "SheetWidth"
            colText.MinWidth = 75; 
            uiSheets.MasterGridViewTemplate.Columns.Add(colText); 

Seemed like a pretty standard way of doing things. The grid loads up fine, displays the values, etc, however if I try to EDIT the values, it errors out with this error:
StackTrace  "   at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)\r\n   at Telerik.WinControls.UI.GridViewData.PushValue(Int32 boundColumnIndex, Int32 columnIndex, Int32 rowIndex, Object value)"    string 
Message "Object of type 'System.String' cannot be converted to type 'System.Int32'."    string 

Not only that, but it works for the second int column just fine. Literally identical columns, just different names, and yet one works as normal, and the other just refuses to take any value at all, just errors out.

It's one of the more irritating errors out there - if you guys haven't seen it before, I'll see if I can create a project for it.


Jack
Telerik team
 answered on 12 Dec 2007
5 answers
211 views
Hi Telerik Team,

I would like to know how can I recreate the same tool bar than in VS 2005 (i.e. Solution Explorer Panel). I want to disappear the line of points to the left and make the tool bar fixed inside the docked panel.

Thanks in advance & regards,

Julio
Boyko Markov
Telerik team
 answered on 12 Dec 2007
2 answers
171 views
I have a list box that I do not want the horizontal scroll to ever show.  I want the vertical if it is needed though.  How can I force the horizontal to never show?  I tried setting Visibility to hidden, but it still shows.

Thanks,
C
Angel
Telerik team
 answered on 12 Dec 2007
4 answers
185 views
Hi,

I've got a problem with the format string of the group by expression, since i've upgraded to Q2 2007 SP1, it doesn't take it.

Is there something to do ?

Thanks

Dom
Dominique
Top achievements
Rank 1
 answered on 12 Dec 2007
4 answers
474 views
How do I get the value from a check box after it has been clicked?  The code below in the ValueChanged event seems to return random results.  Note that "InitialAssignee" is the column name that I happen to be clicking on.

        private void radGrid_ValueChanged(object _sender, EventArgs _e)  
        {  
            MessageBox.Show(radGrid.MasterGridViewInfo.CurrentRow.Cells["InitialAssignee"].Value.ToString(), "");  
        }  
 

Thanks.

Georgi
Telerik team
 answered on 11 Dec 2007
2 answers
86 views
The data that is being bound to the RadGridView control in my WinForms app has ampersands in it, and the are being changed to underscores per the normal Windows hot key marking scheme (i.e. &File results in File, with the F underlined).  Can this be shut off?  Or do I need to handle each row as it's inserted?

Thanks.
Nordy
Top achievements
Rank 1
 answered on 11 Dec 2007
4 answers
222 views
I have a ListBox that before without any styling it had an attractive background (I don't remember if it was white or a blue or what) and the selected item would have nice highlighting. After the Beta, the list has a gray background and the highlighted item looks the same as it used to.
It appears that a style was left out possibly? Or if it is meant to be a gray background, I'll just set it manually to something nicer. I have a feeling it was a mistake or oversight though.
Angel
Telerik team
 answered on 11 Dec 2007
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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?