Telerik Forums
UI for WinForms Forum
3 answers
116 views

Is there any way we can able to set the property at application level or config level? 

I have RadGrid columns (gridboundcolumn) through out the application and we want to apply a property/attribute to all the columns at application/config file level. So that we do not need to go to each and every line of columns and add the property or attribute.  

 

Vibhu
Top achievements
Rank 1
 answered on 28 Feb 2018
5 answers
621 views

I don't understand the meaning or the usefullness of Autocomplete in a DropDownList

If I just have a regular DropDownList, Autocomplete-Like-Behaviour is already working fine, you type the first character, it's autocompleted.

 

Why having 2 different DataSources for the same input ?

            radCheckedDropDownList1.DataSource = items;

            radCheckedDropDownList1.ValueMember = "ID";
            radCheckedDropDownList1.DisplayMember = "Label";
            radCheckedDropDownList1.CheckedMember = "Checked";

            radCheckedDropDownList1.AutoCompleteDataSource = items;
            radCheckedDropDownList1.AutoCompleteValueMember = "ID";
            radCheckedDropDownList1.AutoCompleteDisplayMember = "Label";

I do not even have an idea, which List is coming up, if I start typing ? The DropDownList, or the Autocomplete-Dropdown ?

In what situations is it useful to have this combination ?

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Feb 2018
0 answers
101 views

Hi, 

I have one case like this:

ID    Name              OpenDate               Status

1        A            02/02/2018 10:00           Open

2        A            02/02/2018 15:00           Close

3        A            02/02/2018 16:00           Open

3        A            02/03/2018  8:00            Open

3        A            02/03/2018 12:00          Close

4        B            02/02/2018 10:00           Open

I want to build grid like this for specified Name. when I choose A the grid should be displayed:

       Date            Open        Close.        Open

02/02/2018         10:00        15:00         16:00

02/03/2018          8:00         12:00         

How can I achieve it ?

Thanks.

 

Bao
Top achievements
Rank 1
 asked on 28 Feb 2018
2 answers
113 views

Redocking doesn't show the MdiContainer where to dock when maximized

 

Way to reproduce:

  1. Undock a child form
  2. Put this ex-child form in full screen (maximized)
  3. Try to re-dock back into parent (Mdi container)

Printscreen shows the blue rectangle which the dimensions are the dockable container that could accept the docking of this child-form.

 

If I do the same thing in my VisualStudio environment, as soon as I start trying to dock back, I see the possible dockable container.

sebastien
Top achievements
Rank 1
 answered on 27 Feb 2018
2 answers
228 views
I am trying to figure out how to set the upcolor and downcolor of a candlestick chart. I am not finding these properties on the series. Please advise. Thank you.
willie johnson
Top achievements
Rank 1
 answered on 27 Feb 2018
1 answer
162 views

Need help trying to figure out how to add custom buy/sell indicator, label and or colors to a chart that is based on the CandleStick Series. I attached a example of what i am looking to accomplish, this is a screenshot of an existing chart i created, it display the O,H,L,V, and other indicators like ema, just having a hard time trying to figure out how to add custom items like symbols (triangles, arrows, and a bar) at a specific point in date and time and display the symbol, and buy/sell label how do i accomplish this and is this possible using RadChartView?

Hristo
Telerik team
 answered on 27 Feb 2018
1 answer
71 views

Hi,

I need to retain the user selections committed on my form in a particular radGridView, These selections are committed to a GridViewCheckBoxColumn. Upon filtering/sorting etc the gridView data, user selections get replaced with the default view, i.e. without any selections. 

Is there any way I can do that?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Feb 2018
1 answer
151 views
Hello
Is it possible to set shortcut for TextBox inside DateTimePicker control or any control other than RadButton and RadMenuItem?
I have tried setting shortcut for TextBoxElement in DateTimePicker using:
dtp.DateTimePickerElement.TextBoxElement.Shortcuts.Add(new RadShortcut(Keys.Control, Keys.D));
but it did not work. 
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Feb 2018
1 answer
124 views

Is there a way to keep GridExpanderItems from indenting whenever a group is applied?
Im using a radgridview (WinForms R1 2018) with a SelfReference Relation.

no groups:
    expanderItem.BoundingRectangle = {X = 0 Y = 0 Width = 19 Height = 24}
1 group:
    expanderItem.BoundingRectangle = {X = 19 Y = 0 Width = 19 Height = 24}
2 groups:
    expanderItem.BoundingRectangle = {X = 38 Y = 0 Width = 19 Height = 24}
3 groups:
    expanderItem.BoundingRectangle = {X = 57 Y = 0 Width = 19 Height = 24}

 

Thanks...

Kelly Woodard

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Feb 2018
1 answer
176 views

Hello everyone,

is there any way to put a RadCheckedDropDownList in a RadCommandBar in WinForms?

It seem like I should host it in a CommandBarHostItem, since it appears from the documentation that it could host either a RadElement or a Control, but the designer does not support dragging the control into it (it expects a RadElement no doubt). So I tried adding the dropdown programmatically by setting the HostedControl property of the HostItem, but the drop-down never appears. It there a way to accomplish this task?

thanks

Dimitar
Telerik team
 answered on 27 Feb 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
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
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
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?