Telerik Forums
UI for WinForms Forum
12 answers
741 views
I'm using RadDock for MDI container.
When I get active child window from RadDock.DocumentManager.ActiveDocument, can not convert RadForm from it.
I don't know how to convert RadForm from DockWindow.
Please, show me a good example.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 06 Sep 2019
5 answers
744 views

Dear Admins.

Using the Following code to open the FileDialog.

private void btnBrowse_Click(object sender, EventArgs e)
{
    RadOpenFileDialogForm openFileDialog = new RadOpenFileDialogForm();
    openFileDialog.ShowHiddenFiles = false;
    openFileDialog.FilterIndex = 1;
    openFileDialog.Filter = "GIF (*.gif)|*.gif| "+
                 "Bitmap Files (*.bmp)|*.bmp|"+
                 "JPEG (*.jpg; *.jpeg)|*.jpg;*.jpeg|";
    openFileDialog.RestoreDirectory = true;
    DialogResult dr = openFileDialog.ShowDialog();
    if (dr == DialogResult.OK)
    {
        string filePath = openFileDialog.FileName;
    }
}

 

But every time when dialog box open Third Option from the Filter List is selected.

I want to select default first option.

Dimitar
Telerik team
 answered on 05 Sep 2019
4 answers
223 views

Dear Admins

I'm using Telerik UI for WinForms R2 2019 SP1.

Facing a problem in using RadCheckBox. When focus is on the CheckBox, ]Enter KeyPress Changes its ToggleState.

Then I Compare this behavior with Microsoft own CheckBox control, it was doing as required.

The Toggle State of ChcekBox should changes when MouseClick or SpaceBar key press.

My main requirement is to change the focus to next control on Enter Key Press.

 

Kashif
Top achievements
Rank 1
 answered on 05 Sep 2019
6 answers
381 views
Is there a way to decrease row spacing between the rows in Print Preview?
Dimitar
Telerik team
 answered on 05 Sep 2019
2 answers
194 views

 

ScreenTipNeeded(sender As Object, e As ScreenTipNeededEventArgs)

 

I have a quick question. How can I get the name of the control that needs a screentip with the sender object or screentipneededeventargs?

 

I cannot seem to find the name of the control that needs the screentip.

 

Thanks,

 

Jim

 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 05 Sep 2019
2 answers
289 views

Hi

  There is no event  For the Appointment click event in Rad Scheduler, is there any option in it the rad scheduler. Please do the needful.

Dev
Top achievements
Rank 1
Veteran
 answered on 04 Sep 2019
2 answers
132 views

Hello,

I am customizing titlebar apperance with Visual Style Builder. In the builder I got I want apperance. But when I try in the theme viewer or in my app, buttons have changed.

What could be the problem? Why the buttons lose that margin/paddin?

 

 

Thank you!

Dimitar
Telerik team
 answered on 03 Sep 2019
4 answers
454 views
I need code in vb.net to show row number in the row header column of a gridview
Nadya | Tech Support Engineer
Telerik team
 answered on 03 Sep 2019
3 answers
1.4K+ views

Hi,

 

I have recently converted my application to Telerik UI. It was fine before conversion into Telerik but now, after installation on client side, they're complaining for very slow performance. Forms are taking time to load.

 

Can you please tell me why its happening? Any bug you have noticed in your current version?

 

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Sep 2019
5 answers
861 views

I've can change the size of the main checkbox dropdown, but I can't figure out how to change the size of the autocomplete dropdown. Here's what I've tried, along with a bunch of other stuff:

 

var itemWidth = 200;
var itemHeight = 36;
radCheckedDropDownList1.AutoCompleteMode = AutoCompleteMode.Suggest;
radCheckedDropDownList1.DropDownListElement.AutoCompleteSuggest.SuggestMode = SuggestMode.Contains;
radCheckedDropDownList1.DropDownListElement.ListElement.ItemHeight = itemHeight;
radCheckedDropDownList1.DropDownMinSize = new Size(itemWidth, (people.Count * itemHeight) + itemHeight);
radCheckedDropDownList1.DropDownMaxSize = new Size(itemWidth, (people.Count * itemHeight) + itemHeight);
radCheckedDropDownList1.DropDownMaxSize = new Size(itemWidth, (people.Count * itemHeight) + itemHeight);
RadCheckedAutoCompleteBoxListElement autoCompleteList = radCheckedDropDownList1.CheckedDropDownListElement.AutoCompleteEditableAreaElement.AutoCompleteTextBox.ListElement as RadCheckedAutoCompleteBoxListElement;
autoCompleteList.ItemHeight = itemHeight;
radCheckedDropDownList1.DropDownListElement.AutoCompleteSuggest.DropDownList.DropDownSizingMode = SizingMode.None;
radCheckedDropDownList1.DropDownListElement.AutoCompleteSuggest.DropDownList.DropDownMinSize = new Size(itemWidth, 400);
radCheckedDropDownList1.DropDownListElement.AutoCompleteSuggest.DropDownList.DropDownMaxSize = new Size(itemWidth, 400);

David
Top achievements
Rank 1
 answered on 29 Aug 2019
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
PdfViewer and PdfViewerNavigator
CommandBar
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
Label
AutoCompleteBox
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
Wizard
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
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
SmartPasteButton
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?