Telerik Forums
UI for WinForms Forum
2 answers
240 views

I am trying to override the background theme colour for a CommandBarToggleButton (in default visual state ie untoggled). Below is what I have (but not working) - help appreciated!

CommandBarToggleButton button = new ...

button.SetThemeValueOverride(Telerik.WinControls.Primitives.FillPrimitive.BackColorProperty, Color.LightGreen, "", typeof(Telerik.WinControls.Primitives.FillPrimitive));

button.SetThemeValueOverride(Telerik.WinControls.Primitives.FillPrimitive.GradientStyleProperty, GradientStyles.Solid, "", typeof(Telerik.WinControls.Primitives.FillPrimitive));

Guy
Top achievements
Rank 1
 answered on 31 Oct 2017
12 answers
360 views
Hello Team,
                    I am here to say that i am having a Parent telerik dropdown which consists two values. If i select any one value from parent dropdown a new child telerik dropdown must  be visible (Means selecting Parent telerik dropdown value a new dropdown must be visible) in telerik rad scheduler.Is it possible to do so ? if yes provide some sample or code to over come this problem.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Oct 2017
2 answers
216 views

Hello,

I'm using Telerik version 2017 R2 for app.

I followed this guide to localize all texts as well as labels in Composite Filter (custom filter) dialog, please see my result below

Composite Filter Localization result

 

As you see:

1. The texts in GREEN rectangle are localized successfully by adding the prefix "FR_".

2. The texts in rectangle are not localized because I don't know exactly the Localized String Id to override the default text.

 

Please advice! Thanks a lot!

Thanh
Top achievements
Rank 1
 answered on 31 Oct 2017
1 answer
103 views

hello 

I want to fetch the values in the order they appear after sorting.

If access radGridView1.Rows, only get the values in before sorting.

What should I do?

Dimitar
Telerik team
 answered on 31 Oct 2017
1 answer
148 views

I need delete some links but i don't know how i can do it.

If i press the button of mouse, there are the delete option. But this, remove the child of node.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Oct 2017
2 answers
83 views

hello

After I paste it, there is a problem.

The problem is that the scrolls automatically advance.

Please refer to the attached gif file.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Oct 2017
1 answer
361 views

I have GridViewComboBixColum in a RadGridview, is there the posibility to change the width of the items that are displayed?, because the column is too short to allow see all the items that are contained in the DropDown.
Thanks in advance.

Hristo
Telerik team
 answered on 30 Oct 2017
1 answer
385 views

I used BindingList for data binding,

BindingList<Person> personList = new BindingList<Person>();
radMultiColumnComboBox1.DataSource = personList;

 

RadMultiColumnComboBoxElement multiColumnComboElement = this.radMultiColumnComboBox1.MultiColumnComboBoxElement;

multiColumnComboElement.EditorControl.MasterTemplate.AutoGenerateColumns = false;

GridViewTextBoxColumn column = new GridViewTextBoxColumn(); 
column.HeaderText = "ID";

column.FieldName = "id";

column.Name = "colId";
multiColumnComboElement.Columns.Add(column); 
column = new GridViewTextBoxColumn(); 
column.HeaderText = "Name";
column.FieldName = "name";
column.Name = "colName";
multiColumnComboElement.Columns.Add(column); 

Let Person object have two properties, id and name. I set ValueMember to id and DisplayMember to name.

And I set the SelectedValue,

radMultiColumnComboBox1.SelectedValue = person.id;

This is working correctly. But when person.id become null, SelectedValue is not null, instead it select first item of BindingList<Person>.

I can't understand why. Pls answer to me.

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Oct 2017
1 answer
224 views
I can see that there is an option to link ImageList to RadTextBoxControl but there are no options to use the images of said ImageList. Am I missing something? I don't see any properties to mention the index of the ImageList.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Oct 2017
3 answers
404 views

I don't see a null text property for a textbox menu item. I need to be able to label the textbox and the null text feature would be perfect for a tight situation like this.

Thanks!

 

Hristo
Telerik team
 answered on 30 Oct 2017
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?