Telerik Forums
UI for WinForms Forum
4 answers
120 views
Hi.

I have a problem with the RadDateTimePicker, when i want to enter 23:15 it always falls back to 11:15.
(Those times are just examples it happens with every number greater than 11 - 12 falls back to 00 so i cant even input midday)

Culture = de-AT.
Format = Custom or Time (same Problem)
CustomFormat = dd.MM.yyyy HH:mm

Hope you can help me fix this Problem.
Random
Top achievements
Rank 1
 answered on 19 Jul 2012
6 answers
316 views
Hello!
I upgraded the version of Telerik controls from v.2011.2.11.831 to v.2012.2.608.20. For the event TextChanged i have the following code:
private void RBCMultiColumnComboBox_TextChanged(object sender, EventArgs e)
{
    if (!this.IsDesignMode)
        if (string.IsNullOrEmpty(this.Text) && this.AutoFilter)
        {
            this.SelectedItem = null;
            this.SelectedValue = null;
            this.EditorControl.FilterDescriptors.Clear();
            this.NullText = string.Empty;
            FilterDescriptor filterDescriptor = new FilterDescriptor(this.DisplayMember, FilterOperator.Contains, string.Empty);
            this.EditorControl.FilterDescriptors.Add(filterDescriptor);
        }
}

The problem is that i am getting an stackOverflowException. Can you guide me for a possisble solution, please. Thank you!
Stefan
Telerik team
 answered on 19 Jul 2012
2 answers
81 views
If I change the DateFormat property of the schedulerNavigator to "dd.MM.yyyy", it still shows the date in the format "yyyy.MM.dd". Is this a bug in the current version (tested with 2012.2.608.40) or am I missing something?
Ivan Todorov
Telerik team
 answered on 19 Jul 2012
7 answers
264 views
Hi,

it's possible to export the data contained into a GridView to a PDF document?

Thanks.
Ivan Petrov
Telerik team
 answered on 18 Jul 2012
4 answers
175 views
Hello,

I want to create a rad dropdown button with items that only display an image with no text. 

For each RadMenuitem, I deleted the text, and set the displayStyle to "Image;" however, the text portion of the menu items still show up with blank text and make the menu very large.

Thanks,
Mike
Michael
Top achievements
Rank 1
 answered on 17 Jul 2012
1 answer
147 views
Hello!
I upgraded the version of Telerik windows controls from v.2011.2.11.831 to 2012.2.608.20. I opened another thread before i have encounter this error:
Open the design form, make any changes (for example, i changed the position of a random control), close the design form and then reopen. I get the error "exception of type system.componentmodel.design.exceptioncollection". When i look in resx files, the version of controls is still the old one. Please, see the attached file. Can you tell me what is happening?

Thank you!
Petar
Telerik team
 answered on 17 Jul 2012
3 answers
215 views
Hi guys,

Is there any conversion tool available to upgrade the obsolete RadToolStrip to the new RadCommandBar?

Thanks
Stefan
Telerik team
 answered on 17 Jul 2012
2 answers
105 views
Hello.

I would like to know how to configure the spinner's step value properly in a GridView. I need the spinner to move the values by 0.01 instead of 1. The demo application and a forum search didn't solve the problem.

Closest I have come to is this code, but it doesn't work:
private void radGridViewBase_CellBeginEdit(object sender, GridViewCellCancelEventArgs e)
        {
            var editor = this.radGridViewBase.ActiveEditor as GridSpinEditor;
            if (editor != null)
            {
                editor.Step = 0.01M;
            
        }

Thanks
Philippe
Philippe
Top achievements
Rank 2
 answered on 16 Jul 2012
5 answers
1.7K+ views
1) Is it possible to create tabs like they are shown in the picture with the RadPageView?

2) How would one create a single tab visually, and then make an exact copy programatically when new user's data needs to be displayed on new tab?

Thanks for any help with this.
Boryana
Telerik team
 answered on 16 Jul 2012
3 answers
312 views
Hi,

           How to make context menu strip for particular column in rad gridview. Please give solution 
Ivan Petrov
Telerik team
 answered on 16 Jul 2012
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)
Chart (obsolete as of Q1 2013)
Form
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
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
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
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
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?