Telerik Forums
UI for WinForms Forum
4 answers
208 views

Hello Telerik Team,

 I'm using RadDateTimePicker with TelerikMetroBlueTheme. And I showed timePickerElement.

In dropDown of dateTimePicker, I found that theme of timePicker showing default theme.

How to change theme of timePicker ?

 

 

     

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Sep 2018
1 answer
281 views

Suppose I add from code some text to a shown document, like this:

try
{
    radRichTextEditor1.Document.History.IsEnabled = false;
 
    var editor = new RadDocumentEditor(radRichTextEditor1.Document);
 
    editor.Document.CaretPosition.MoveToLastPositionInDocument();
    editor.InsertParagraph();
    editor.Insert("XYZ");
 
    editor.Document.CaretPosition.MoveToFirstPositionInDocument();
 
    editor.Insert("ABC");
    editor.InsertParagraph();
}
finally
{
    radRichTextEditor1.Document.History.IsEnabled = true;
}

 

This code will destroy document's CaretPosition, Selection, and also user's view to the document (vertical scroll bar location). Is there a way to restore them to previous values?

 

Boby
Telerik team
 answered on 10 Sep 2018
4 answers
154 views

We recently upgraded from VS 2010 to VS 2017 - no troubles there.

We also recently upgraded to the most recent version of the UI for Winforms libraries from Telerik.

When I create a Telerik Winform project - no problem but when I right-click on the Project under the Solution Explorer in the VS 2017 IDE I was expecting to see the newly added "Telerik UI for Winforms" menu item but it's not there...??

 

Was this removed?  Can it be restored? 

-C

Attached is a screen snippet from VS2010 and the new context menu from VS2017

 

Vesko
Telerik team
 answered on 10 Sep 2018
1 answer
343 views

Hello Telerik Team !

On a first hand, I have a form with postcode and city fields.

On a other hand, I have a database, with a table who carry an entire country of codepost/city accordingly.

I turn the postcode into a MultiColumn ComboBox, and the idea is when someone start filling at least 3 char of a post code, programmatically launch a request to the database to fill as both  post code and city like : 

SELECT postcode as [Post Code], city as [City] FROM cityautocomplete where postcode like '" + key + "%'

 

the among query fill a DataTable "postcodeToCity" and I programmatically add the data like this :

ComboPostCode.DataSource = new BindingSource(postcodeToCity, null);
ComboPostCode.DisplayMember = "Post Code";
ComboPostCode.ValueMember = "City";
ComboPostCode.AutoCompleteMode = AutoCompleteMode.Suggest;

 

My problem belongs in the right event to choose to launch the request, TextChanging do not exist, so I have been trying KeyDown, KeyPress & KeyUp without any success, indeed all char entered beyond the first char reset to the beginning. Even if I try to launch the request beyond a minimum length.

The postcode Multi Combo is in Suggest mode only.

So I am wandering if an Events could allow me to achieve this or if I simply try to achieve something impossible with this Control ?

Many thanks in advance if you have any idea or feedback for me !

 

Jeff

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Sep 2018
4 answers
147 views

Hello, 

RadDropdownlist element with same character length(55), element alignment is not uniform.

 

Thanks

Kunal

 

 

 

Dimitar
Telerik team
 answered on 10 Sep 2018
3 answers
103 views

In design time I have added one of these to my form.

And added items to it thru the UI.

Now I want to capture when the user clicks on one of them items.

How to I do that? Not seeing an event for it. Only for the button click which fires off even when you don't click on one of the items.

Sorry tis late and the office is hot, I am just not seeing it.

Thanks in advance.

Deasun.

 

Dimitar
Telerik team
 answered on 10 Sep 2018
10 answers
743 views
Just wondering, is it possible to implement some autocomplete functionality on gridviewtextboxcolumn.
This will be great advantage.

Regars,
Martin
Leandro
Top achievements
Rank 1
 answered on 08 Sep 2018
3 answers
388 views
Hi,

I have a RadRibbonBar with a RibbonTab and on the Tab I have a few RadRibbonBarGroups I want to hide one of these groups in code. So I have put

BBG_Toggle.Visibility =
ElementVisibility.Hidden;

This hides the RadRibbonBarGroups but the other RadRibbonBarGroups I have on the Tab do not automaticly float to the left of the ribbon bar. I also cannot find a way to move the other groups over eaither. is this possible?

Thanks
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Sep 2018
5 answers
282 views

I am currently facing two issues using the RadTrackBar control.

First issue:

When the width of the control is smaller then 100px, the text and graphics bar are cut off (see image).

For this reason the control is not usable with a smaller size then 100px

 

Second issue:

When setting label style and tick style to none the control height is automatically set to 16px.

When switching to Material theme, the button shown on mousedown is larger then these 16px and the image is cut-off.

 

For issue 2 there is a workaround, setting minimum size of the control will "fix" this but is there a solution for issue 1?

 

Best regards

Patrick Vossen

Patrick
Top achievements
Rank 1
 answered on 07 Sep 2018
3 answers
311 views

Good evening,

I have a number of integer columns that show up fine in the grid but after exporting to excel they appear with .00 at the end of them.

How do I make the exported doc look the same as the grid?

Example:

On the winforms grid value in cell  = 330249, and on the excel cell = 330249.00.

 

Thanks.

Deasun

Deasun
Top achievements
Rank 1
Iron
 answered on 06 Sep 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?