Telerik Forums
UI for WinForms Forum
1 answer
156 views
I have a RadDateTimePicker control defined as follows:

datePicker.NullText = "No date...";
datePicker.NullDate = DateTime.Parse("1900-01-01");

When I set

datePicker.NullableValue = DateTime.Today;

datePicker.Value also changes to today.

However, when I set

datePicker.NullableValue = null;

or call

datePicker.SetToNullValue();

datePicker.Value is set to "0001-01-01" regardless of what my NullDate is.

Why is Value not set to NullDate when NullableValue is set to null? How do I get rid of the garbage date, in year "0001"?
Hristo
Telerik team
 answered on 17 Feb 2015
1 answer
410 views
I have a dock with multiple Document Windows.  

I want to open multiple instances of the same form on different document windows.  Each form. although the same, needs to contain different data.

Every time I open a second instance of the form on a second document window, the first instance of the form on the first document window disappears.  The second instance contains the data from the first instance, when it should be maintaining the data from the second document window.

Is there any way to get around this?  
Dimitar
Telerik team
 answered on 17 Feb 2015
8 answers
332 views
Hi,

I set my RibbonForm TitleBar theme to "Desert" but, when i run the application, it seems to be classic windows forms title bar look and feel, even though the desert theme takes place in the Visual S. Design View.

Why does my titlebar theme is overwritten by the classic Windows forms look and feel ?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Feb 2015
4 answers
192 views
Hi,

I am facing problem regarding radScheduler .
ex: I have added custom Email field in appointment dialoge, now I want to show this custom email in main radScheduler window where all appointment are listed by day view , month view etc...
Below are the attached images to show you the scenario
  
Hristo
Telerik team
 answered on 17 Feb 2015
5 answers
150 views
Hi,

I would like to control the style of a point of the RangeSelector when the AssociatedControl is a ChartView.

There's an example available how to do this on a regular ChartView (at http://www.telerik.com/forums/scatter-points-with-different-color-symbol-and-size), but I can't get this to work on a ChartView in a RangeSelector.

In have tried for example to implement an event with:
RangeSelectorViewElement rangeChartElement = ((RangeSelectorViewElement)this.radRangeSelector1.RangeSelectorElement.AssociatedElement);
rangeChartElement.LabelFormatting += this.rangeChartElement_LabelFormatting;

but it isn't being called (and I made sure ShowLabels = true).

Could you please help me?

Regards,

Peter
Dimitar
Telerik team
 answered on 16 Feb 2015
1 answer
672 views
Hi,

I am applying a filter to my grid on a hidden column using a form buttons click event (see code below). When I click the button again I want to remove filtering, but only for that particular column i.e. if filtering is already on another column don't reset all filters...

I've tried using Me.DgvInvoiceData.FilterDescriptors.Remove(filter) but the grid stay the same...

Any ideas?

 Dim filter As New FilterDescriptor()
filter.PropertyName = "Custom"
filter.[Operator] = FilterOperator.IsEqualTo
filter.Value = "Yes"
filter.IsFilterEditor = True

If btnCustom.Text = "Show Only Custom Lines" Then

Me.DgvInvoiceData.FilterDescriptors.Add(filter)
btnCustom.Text = "Show All Lines Including Custom"

Else
MsgBox("Clearing filter")
Me.DgvInvoiceData.FilterDescriptors.Remove(filter)

btnCustom.Text = "Show Only Custom Lines"
Me.DgvInvoiceData.Refresh()
End If


Thanks...
Dimitar
Telerik team
 answered on 16 Feb 2015
2 answers
124 views
Hi, I have some RadCheckboxes that have no labels. When I tab to them there is no visual indication that these checkboxes have focus. Is there a way to do this?
I do have "AllowShowFocusCues" set to True.

Thanks,

-Lou
Lou
Top achievements
Rank 1
 answered on 13 Feb 2015
3 answers
201 views
Hello,
I localized RichTextEditor with an xml file (file name RichTextBoxStringsEng.xml).  But I didn't find any information about to localize RichTextEditorRibbonBar.
How can I localize RichTextEditorRibbonBar?
And Find/Replace dialog, Paragraph dialog and so on, all embedded dialogs are opening at the top left of the screen.
Is there a way to open all this dialogs at the center of screen or a manuel location?
Best regards...
Dimitar
Telerik team
 answered on 13 Feb 2015
1 answer
121 views
I want to make editing in the RadGridView more familiar for users like using Excel.

I currently have BeginEditMode set to BeginEditOnF2.  Unfortunately this goes into edit mode when:

1. The user presses F2.
2. You have a cell active (not in edit mode) and you click the same cell.
3. You have a cell active (not in edit mode) and you click another cell.

I want to only enter edit mode when:

1. F2 is pressed.
2. A cell is double-clicked.

Can you give me info on how to do this please?

Thanks

Paul
Stefan
Telerik team
 answered on 13 Feb 2015
4 answers
195 views
I cannot seem to get AutoComplete to behave properly when I have the DropDownStyle property set to DropDownList.

AutoComplete works with multiple typed characters only when the user is able to type very fast. Even a slight delay in keyboard activity (1/4 second or less) causes the next key press to start looking through the item list as though we are looking for a match on the first character.

As a simple example, if I have a dropdown with the following names in the item list:
Aaron
Alice
Allen
Betty
Bill
Bob
Larry

If I am looking for Allen, I can very quickly type A-L-L and the correct entry is chosen. However, even a slight delay between A and L, or between the first and second L will cause Larry to be selected.

If I set the DropDownStyle property to Dropdown, I can type A-L-L as slowly as I want and select Allen. However, this does not prevent the user from entering a value that is not in the list.

I have tried all of the AutoCompleteMode options and none of them seem to make any difference.

Is there a property that would increase the time allowed between keystrokes and still recognize it as a single entry?





Stefan
Telerik team
 answered on 13 Feb 2015
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?