Telerik Forums
UI for WinForms Forum
14 answers
1.5K+ views
Hello,
I would create a triangle type figure and add it to RadDiagram control all this programmatically, can anyone help?

I'm using the class RadDiagramShape the problem is not that I put in the ElementShape property, I welcome your comments.

Regards.
asghar
Top achievements
Rank 1
 answered on 05 Jan 2019
1 answer
69 views

I have radgridview with 3 level hierarchy, the third hierarchy binding from query using pivot table, data are appear in grid well but cannot edit column generate from query with pivot table, so how to make it editable?

Thanks in advanced

Hristo
Telerik team
 answered on 04 Jan 2019
1 answer
100 views

Hello everyone,

I am using the RadScheduler and RadSchedulerNavigator control with a Custom Appointment Class.

I would like to be able to add and remove columns to the default SearchGrid based on the fields that I added to my Custom Appointment Class.

I would also like that the search process handle this customs fields.

 

It is possible to edit SearchGrid Columns and handle custom fields in the search process? - How to do that?

 

I see SchedulerNavigatorElement.SearchGrid gives you access to the search grid. But I'm not able to Customize the search grid columns.

 

This is the documentation that i have used to customize appointment  (Just to be clear as much as possible about custom appointment class):

https://docs.telerik.com/devtools/winforms/controls/scheduler/data-binding/binding-to-custom-fields

 

Any help will be very appreciated.

 

Thank to all and have a holiday time!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Dec 2018
1 answer
250 views

I am using RadRibbonBar which have several Tabs. For one tab, instead of displaying the my group, I need to attach a action to execute. Currently, when I click on any tab, the highlighted area will be visible. But for the particular settings tab, I don't need to tdisplay this area. But I need to attach an action.

 

Thanks in advance.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Dec 2018
3 answers
127 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
96 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
122 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
119 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
341 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
245 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
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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?