Telerik Forums
UI for WinForms Forum
9 answers
303 views
I have a masktextbox set to a numeric mask.  I also have an AutoCompleteSource with a list of numbers set to Append.  If the value appended is the desired value and the user tabs or clicks out of the box, the appended value is not kept and only the value typed in is shown.

Example when AutoCompleteSource values are  111890, 57869, 42356:
  • User enters  "11".  
  • Textbox value is appended to show "111890".
  • User tabs out of textbox.
  • Textbox value now displays "11".

Desired scenario:
  • User enters  "11".  
  • Textbox value is appended to show "111890".
  • User tabs out of textbox.
  • Textbox value now displays "111890".

If the mask type is set to none, the desired scenario is met.

Please advise.  Is there simply a property I have set incorrectly?  Is this a bug?  Or is not supported/implemented?



Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Nov 2018
4 answers
200 views

Hello!

How do I hide the ribbon bar to keep the window title? Can't understand.

Or I hide the entire ribbon with the RibbonBar command.Visible = false

If I try to hide the TabStrip element, I have an empty bar from the window title to the next component.

Alex
Top achievements
Rank 1
 answered on 20 Nov 2018
1 answer
162 views

Hi!

I've been able to change the size of the checkbox but the checkmark's size is not following the dimension that I've put...

See in the attach file.

Thank you!

 

Dimitar
Telerik team
 answered on 20 Nov 2018
1 answer
231 views

Once I change the checkbox column state, in which event I’ll be able to get the changed state in ?

Note: We tried to check it in the cell click event but we are unable to get the changed state.

Dimitar
Telerik team
 answered on 20 Nov 2018
2 answers
173 views

Hello,

I have noticed that the font of the selected item in the breadcrumb has a different font. (see attached image)

I am using the material themes (Material, Teal, Pink and BlueGray)

Now I am trying to change the font of this selected item in the dropdownlist of the breadcrumb in the Visual Style Builder.

I have already found that the "RadMenu - Dropdown"-control is used for the dropdown list in the breadcrumb but I cannot find how to change the font for the selected item.

Could someone give me a hint how to change the font?

Regards

Patrick Vossen

 

Patrick
Top achievements
Rank 1
 answered on 19 Nov 2018
6 answers
282 views
Is there a way to, through code, sort the column chooser?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Nov 2018
3 answers
382 views
Hi,

Based on values in the datarow I would like to change the style of the points in the same series.

Could you provide sample code for this senario?

Regards
Brian
Dimitar
Telerik team
 answered on 19 Nov 2018
1 answer
97 views

hi,

Can I change  focus cell of a GanttViewTextViewElement?

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Nov 2018
1 answer
125 views

Hi,

 

GanttView has 2 columns

I change value on the screen TEXT1

I want change TEXT2 value without raising ganttView_ItemChanged event

 

GanttViewElement.Columns.Add(new GanttViewTextViewColumn("A", "TEXT1");

GanttViewElement.Columns.Add(new GanttViewTextViewColumn("B", "TEXT2");

ganttView_ItemChanged(object sender, GnattViewItemChangedEventArge e)

{

    if(e.PropertyName.Equals("TEXT1"))

    {

          var view = e.Item.DataBoundItem as DataRowView;

         view["TEXT2"] = "Test";   

     // this code is call ganttView_ItemChanged

    

}

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Nov 2018
2 answers
178 views

I need to iterate through the grid's rows and determine the boolean value for the checkbox column. This operation occurs when the user clicks on a button outside of the grid.

 

My attempts thus far have not returned 'true' on any rows that have the checkbox checked.

 

1.For x As Integer = 0 To dgvMain.RowCount - 1
2.     
3.    If DirectCast((dgvMain.Rows(x).Cells("colTag")).ColumnInfo, Telerik.WinControls.UI.GridViewCheckBoxColumn).Checked = True Then
4.        _mvTaggedItems &= dgvMain.Rows(x).Cells("colItem").Value & DataBASIC.VM
5.    End If
6.Next
Dimitar
Telerik team
 answered on 19 Nov 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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
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
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
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
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
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?