Telerik Forums
UI for WinForms Forum
10 answers
314 views

I've trying to get autocomplete working. After failing in my main project I created a test project with a single radtextboxcontrol and the following code from the docs, and I'm not getting any word suggestions.

I'd prefer to have something like

var items = new List{ "Matthew", "Mark", "Luke", "John"}

radTextBoxControl1.AutoCompleteItems.AddRange(items);

but that didn't work either.

Thanks.

 

namespace TelerikWinFormsApp1
{
    public partial class RadForm1 : Telerik.WinControls.UI.RadForm
    {
        public RadForm1()
        {
            InitializeComponent();
 
            AddAutoCompleteItems();
        }
        private void AddAutoCompleteItems()
        {
            this.radTextBoxControl1.AutoCompleteMode = AutoCompleteMode.Suggest;
            RadListDataItemCollection autoCompleteItems = this.radTextBoxControl1.AutoCompleteItems;
 
            autoCompleteItems.Add(new RadListDataItem("Luke"));
            autoCompleteItems.Add(new RadListDataItem("Max"));
            autoCompleteItems.Add(new RadListDataItem("Adam"));
            autoCompleteItems.Add(new RadListDataItem("Henry"));
            autoCompleteItems.Add(new RadListDataItem("Jack"));
            autoCompleteItems.Add(new RadListDataItem("Ben"));
            autoCompleteItems.Add(new RadListDataItem("Tyler"));
            autoCompleteItems.Add(new RadListDataItem("Ethan"));
            autoCompleteItems.Add(new RadListDataItem("David"));
            autoCompleteItems.Add(new RadListDataItem("Mike"));
        }
    }
}
Dimitar
Telerik team
 answered on 30 Jul 2019
4 answers
869 views
Hi! I've found the TextPlacement property of DataLayoutControlItem, but the control is kept to the right of the label. Is it possible to place the control under the label with their lefts aligned?
Dimitar
Telerik team
 answered on 30 Jul 2019
4 answers
140 views

Hello,

I have a font issue only for the question mark (?) in breadcrumb. I've tried some different themes. They all have the same issue. It doesn't depend on the theme.

Please see the attached picture.

I've found a similar thread in the forum, but the solution hasn't worked for me.

https://www.telerik.com/forums/set-usemnemonic-to-false-for-breadcrumb

 

Thank you by advance.

 

Kun
Top achievements
Rank 2
 answered on 29 Jul 2019
2 answers
338 views

I have a gridview, I want to display in Master-Child mode. But the performance is really bad when loading data. I added BeginUpdate/EndUpdate before and after I want to load or modify some binding data. But I get the following error randomly  after I modify my data several times.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Jul 2019
9 answers
772 views

Hello,

I'm desperately trying to change the color of the background of my chart (inside of the axis = plot area in Excel - see attached). I tried the background property for the area, the grid... I also tried to alternate the same color in my grid.

 How should I do that?

Thanks,

Mathias

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Jul 2019
1 answer
58 views
I add a line.
In the method UserAddingRow produce a check for correctness
if (e.Rows [0] .Cells [1] .Value == null)
             {
                 AlertOperation (new string [] {"No degree specified", "0"});
                 e.Cancel = true;
                 return;
             }

But in this case, the error pops up and the line is added bodto.
How to leave the old look or paint this cell red?
Nadya | Tech Support Engineer
Telerik team
 answered on 29 Jul 2019
1 answer
198 views

When using the detail view, the default column width is too wide. Is it possible to set the width before the dialog is shown?

I would also prefer that the column header text be left justified.

The first image shows how it looks now and the second image shows how I want it to look.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Jul 2019
3 answers
340 views

Hello,

I'm trying to implement a (Kanban style) BoardView. It's similar to CardView (grouped cards, with drag&drop functionality), but i need a custom layout method: horizontal groups (columns), and vertical items (cards). So i was trying to inherit from ListView (like a CardView), but i cant override internal methods and properties.

I want to inherit from a theme-supported class (CardView/ListView ), not directly from radControl.

Any suggestions?

Thanks!

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Jul 2019
14 answers
1.9K+ views
Hi,

I have a Grid with a number of read only columns and two editable columns and would like the ENTER key and TAB key to behave the same when editing data..

When I am editing a value in a cell and press TAB, focus skips over any read only columns in the row and moves to the next editable column. When I TAB off that, focus moves to the first editable column of the next row. This is desired behaviour.

When I am editing a cell and press ENTER though, focus moves to the next column whether it is read only or not. I have set EnterKeyMode to NextCell.

Is there any way to simulate the tab behaviour when the Enter Key is pressed?

Thanks,

Mark.
Yeepy
Top achievements
Rank 1
 answered on 28 Jul 2019
5 answers
218 views

Hi!

Is there a way to cancel a loading because I have issues with loading certain files (big or complex one) and trying to load others files while is loading is just worst.

Thanks!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Jul 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
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?