Telerik Forums
UI for WinForms Forum
3 answers
178 views

Hello everyone.

        When I run the program, I double-click documentwindow1 in the RadDock control; documentwindow1 pops up, how can I lock documentwindow1 to keep it from popping up?

       As shown in the figure1.

Hristo
Telerik team
 answered on 31 Dec 2018
1 answer
146 views

Hi, 

Can you take a look the Demo UI program for the winform docking, 

I save the layout as shown in "2018-12-28 15_05_20-Form1.png". 

Then i load the saved layout, it is shown in "2018-12-28 15_05_52-Form1.png". 

The floating green window is resized to a bigger size, can you take a look how to make it consistent after the layout is loaded ? 

Thanks

 

Hristo
Telerik team
 answered on 31 Dec 2018
1 answer
218 views

HI

I have met a problem about WinForm ActiveControl in Telerik Control - RadDock.

Reintroduce steps :

1.Place TextBox1, TextBox2 on Form.
2a.Place a RadDock on Form.
2b.RadDock task - Dock New Window to Left - toolWindow1
2c.RadDock task - Add Tabbed Document - documentWindow1
3a.Place TextBox3 on toolWindow1.
3b.Place TextBox4 on documentWindow1.

Run the application and test the ActiveControl state (focus the control by control),
ActiveControl of TextBox1 and TextBox2 is CORRECT,
but ActiveControl of TextBox3 and TextBox4 was WRONG.
(see attachment - Telerik ActiveControl err1.png).

Why the ActiveControl are not TextBox3/TextBox4 ? 
And Is there have any solution to fix that ?

Code :


    private void Timer1_Tick(object sender, EventArgs e)
    {
      Control CurrentActiveControl = ActiveControl;
      string sActiveControlName, sActiveControlString;
      //
      sActiveControlName = (CurrentActiveControl != null) ? CurrentActiveControl.Name : "(unknown)";
      sActiveControlString = (CurrentActiveControl != null) ? CurrentActiveControl.ToString() : "(none)";
      //
      listBox1.Items.Insert(0, DateTime.Now.ToString("hh:mm:ss - ") + sActiveControlName + ", " + sActiveControlString);
    }

*Visual Studio 2015 Enterprise Update 3
*Telerik UI for WinForms R1 2018

Best regards

Chris

 

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 2018
3 answers
179 views

I'm not sure the exact approach, but I'm looking to design a calendar where it imports multiple iCal files and displays schedule in a single calendar.  Each ics file would represent a different entity, and I would want to use custom colors to block events for each.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 2018
1 answer
417 views
I'm a L4G Progress developper and I just use TELERIK Objets in my programs like the RadGridview.
And I can't format my decimal columns in a RadGridView.
Decimalplaces propriety has no effect and all tested values like "{0:C}" or "{###.##}" for the formatstring propriety are not allowed.
May be I miss some classes which allows these values ????
I'm sorry but I'm a beginner with .Net developpement.

Thanks a lot for your answers.

JP CLARY

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 2018
4 answers
300 views

     The RadTextBoxControl has a "ShowClearButton" property where is True, at the far right end there'll be an "X" button inside the textbox to clear the text.

If the textbox's Click event is hooked to a function and the user clicks on the "X" button, then the "X" will do nothing and the Click event is triggered.

 

I believe that when ShowClearButton is True, that portion of the textbox which contains the "X" button should not trigger the Click or DoubleClick events of the textbox.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Dec 2018
1 answer
550 views
I want to create an orgchart (WinForms) as it is in the following photo. How can I do it using the raddiagram? Help please!!!!!!!!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Dec 2018
1 answer
229 views

hi.

how can i do to insert the title of  Series  on top of line in ScatterLineSeries.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Dec 2018
7 answers
244 views

Hello,

I'm testing RadPanorama for Windows Forms

I love the zooming feature (although having the ability to set an initial zoom value depending on the screen resolution would make it better), however I can't find how to make the tile text bigger.

When I go to the tile's properties, then font and make the font bigger, it automatically changes back to 'Segoe UI Light, 16pt'.
I then tried doing the same on the TileGroupElement itself, but its font always automatically becomes 'Segoe UI Light, 20.25pt' 

I finally tried to change the font of the RadPanorama as a whole, and although the value does change, it doesn't have any effect on the tiles.

 

So how do I go about doing that? Thank you in advance :)

Ioannis
Top achievements
Rank 2
 answered on 27 Dec 2018
4 answers
364 views

Hello,

 

So I have a form with a RadDock control which has a DocumentContainer which has a DocumentTabStrip on which I had created 4 DocumentsWindows

I wanted to do is so that the Main DocumentWindow (dwApplications) will have buttons that will make the other 3 DocumentWindows appear.

 

Now on the Form Designer I right-clicked and pushed "Close" on the 3 other DocumentWindows that I wanted to make them appear only if a button was pushed.
However, I fail to bring them back either on the Designer or in runtime.
On the designer I just can't see to find those document windows, not in the usual form designer nor in the Advanced Layout Designer

As for runtime, I thought that this would make them appear, but it actually doesn't

dwLoadEmployees.Show()
dwLoadEmployees.Select()

 

What can I do?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Dec 2018
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?