Telerik Forums
UI for WinForms Forum
1 answer
83 views
Hi,

It seems to me that changing the visibility of a richRibbonBar Tab is not working.

ie:
richRibbonBar1.ShowHomeTab = false;
richRibbonBar1.ShowInsertTab = false;  // ...etc
The tabs still stay visible.

Could you check this out?
Thank you,
Karl
Stefan
Telerik team
 answered on 11 Aug 2011
1 answer
97 views
Hi,
I need to change the backcolor of an entire column in RadGridView. I am working in VB
Can you help me on this issue?
Thanks
Stefan
Telerik team
 answered on 11 Aug 2011
1 answer
395 views
Hello,

I have a form with raddropdownlists and am using the 2010Office black theme.

When a dropdownlist has focus the border turns orange.  is there a way to make the border thicker so that the orange border stands out more when the dropdown list has focus?

thanks in advance,
Francis
Alexander
Telerik team
 answered on 11 Aug 2011
4 answers
230 views
Hi,

is it possible to build a radgrid with the structure of the attached file?

I want a mix of checkboxs and labels at the same cell, except from row one which must be two labels.
I've seen a few examples of custom columns with the progress bar and a button, thus i can't get it to work.

Thanks in advance,
SF
Stefan
Telerik team
 answered on 11 Aug 2011
2 answers
122 views

I have a rather complex application that has many UI components. I'm attempting to use the radDock and create a ToolWindow that has search capabilities. This ToolWindow has a RadPanel on it with RadTextBoxes for the different fields they can search. It also has a RadButton to perform the search. What I'd like to do is have it so when the user clicks in the panel or clicks in the textbox, that the AcceptButton for the form becomes the search button...

example:

private void customerSearchNumberTextBox_GotFocus(object sender, EventArgs e)
{
    this.AcceptButton = customerSearchButton;
}
 
private void customerSearchButton_Click(object sender, EventArgs e)
{
    int i = 1;
}

However, this isn't working...the GotFocus event fires, and the above code is executed, but when I hit 'enter' nothing happens....the click event doesn't fire...thoughts?

Alexander
Telerik team
 answered on 11 Aug 2011
5 answers
423 views
Hi  ,

 In a gridview , i want particular cell to have a dropdown and rest as a textbox . how to achieve this ?
JigneshGN
Top achievements
Rank 2
 answered on 11 Aug 2011
3 answers
135 views
Hello,

I am evaluating the new ListView with kinetic scrolling and discovered a strange behavior when releasing the mouse after a kinetic scroll - the ItemMouseClick event is fired and the item is also selected. Is there some way to avoid this?

Best Regards
Lars Krog-Jensen

Stefan
Telerik team
 answered on 11 Aug 2011
1 answer
105 views
Hi,

After upgrading to 2011 Q2 version RadMaskedEditBox LostFocus event is not fired. Was the event removed in Q2 release because it was working well with previous releases.

Thanks
Peter
Telerik team
 answered on 11 Aug 2011
1 answer
180 views
Hi,

I am trying to allow the ability from a FloatingWindow to open a DocumentWindow in the parent form RadDock object but its null.

Here is how I am doing it as a Docked ToolWindow, but it changes to FloatingWindow when I undock it and the parentform of that is now null.

string itemName = rows[0].GetProperty("Name").ToString();
               
DocumentWindow documentTop = new DocumentWindow();
documentTop.Text = itemName;
documentTop.DocumentButtons = DocumentStripButtons.All;

//dosnt want to add a document because I cannot find the Form that opened this.

if (this.ParentForm is FloatingWindow)
{
    //todo: find a way to call the DockManager and add a new document.
}

//this works only when the ToolWindow object is Docked.
if (this.ParentForm is RadRibbonForm1)
{
     ((RadRibbonForm1)this.ParentForm).radDock1.AddDocument(documentTop);
}



Any Assistance would be helpful.
Thanks,
RK.
Stefan
Telerik team
 answered on 11 Aug 2011
4 answers
332 views
Hello,

I have built an application that uses the Winform version of both RadDock ToolWindows and RadDock DocumentWindows inside of a RadDock container.

Each of these RadDock DockWindows has a single textbox control or custom UserControl in it, with:

singleDockedControl.Dock = DockStyle.Fill;

The problem I am having is that when I expand/maximize the entire WinForm, the DocumentWindows and ToolWindows expand nicely, but the controls inside them look "cut off" on the righthand size... a textbox with a  long line of text gets cut in half, and the last half of the line of text is not visible on the containing DockWindow, even though there is lots of empty white space on the righthand side of the containing DockWindow.  It appears that the textbox grows correctly, due to its Dock = DockStyle.Fill, but the righthand side of the DockWindow doesn't get repainted to show it.  This problem doesn't happen when a textbox or UserControl is placed directly on a test Winform that is expanded/maximized. 

Does anybody know what I can do to fix this problem?

Thank you very much in advance for your help!

Brook
Stefan
Telerik team
 answered on 11 Aug 2011
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?