Telerik Forums
UI for WinForms Forum
4 answers
467 views
I see posts from 2008 and 2009 about the masked edit box not supporting null values
(http://www.telerik.com/community/forums/winforms/maskededitbox/value-cannot-be-set-to-null.aspx)

Is this still true?  It is a little misleading to see "0.0000" in a edit box when the real value is null.

In my situation, the mask type is "numeric" and the mask is "n4".  The "nulltext" property doesn't seem to have any effect.

Is there any workaround to blanking the edit box when the value is null?
Stefan
Telerik team
 answered on 09 Nov 2011
3 answers
636 views
Hi,

I am trying the do a few things and I don't seem to be able to do this with the WinForms RadTreeView control - or at least I don't know how:

1. Change the font. Seems simple, but I tried doing it in both the designer and in code (myTreeView.Font = new Font(...) etc), but no matter what I set it to, the treeview still shows the same font. What do I need to do to change this??

2. How to I remove/hide/decrease the left margin showing on all first level nodes? I am not using a root node and there's always a white margin to the left of each node.

Thanks!

Lucien Dol
New Zealand.
Stefan
Telerik team
 answered on 09 Nov 2011
13 answers
623 views
How do I show the splitter button to hide/unhide one of the panel?
Konstantina
Telerik team
 answered on 09 Nov 2011
1 answer
169 views
Hi 

Does asp.net ajax Rich Text Editor control have a feature that displays line number in the control.
something like this http://www.codeproject.com/KB/edit/numberedtextbox.aspx

Thanks,
Kannan
Rumen
Telerik team
 answered on 09 Nov 2011
12 answers
610 views
Is it possible to make the individual cell read only?
Thanks
lucerias
Top achievements
Rank 1
 answered on 09 Nov 2011
3 answers
141 views
Hi,

I'm looking to included the "+" button that is on the PageView demo under StripView > Add New Item but haven't had much luck trying to look through the included code or through the documentation on here.

Can some one please point me in the right direction so that I can have this add button on the end of my PageView?

Many thanks,

Guy
Nikolay
Telerik team
 answered on 08 Nov 2011
2 answers
99 views
Hi.

I use hierarchies a lot. Is there an easy way to indicate that a row actually has any child rows - e.g.  "expander"-icon bolded or something like that. I'm aware that I can access ChildRows-property at GridViewInfo-level, but I'd rather keep it "inside" the gridview - perhaps using the expression builder.

Best regards,

Jeppe Havelund
Jeppe
Top achievements
Rank 1
 answered on 08 Nov 2011
3 answers
237 views
Hi, I'm using the latest version of the WinControls package and I'm using trying to hide inactive data on a DropDownList to prevent the user from selecting it but ElementVisibility.Collapsed shows a blank line (as ElementVisibility.Hidden). It is my understanding that the row should not visible nor blank with the first value.

Am i missing something?


private void uxAssignedAt_VisualListItemFormatting(object sender, VisualItemFormattingEventArgs args)
{
    var personne = args.VisualItem.Data.DataBoundItem as Personne;
 
    // Reset default value
    args.VisualItem.ResetValue(LightVisualElement.VisibilityProperty, ValueResetFlags.Local);
 
    if (personne != null && !personne.IndActive)
    {
        args.VisualItem.Visibility = ElementVisibility.Collapsed;
    }
}
Francois
Top achievements
Rank 1
 answered on 07 Nov 2011
3 answers
695 views
By default the tree view will change selection by clicking on a item with left or right mouse, I need to prevent the selected item from changing when a item is clicked with the right mouse, instead i need to hilight the item and pop a context menu.
Also where do you change the color of the selected background?
Thanks

Ivan Petrov
Telerik team
 answered on 07 Nov 2011
3 answers
226 views
Hi all, i have questions about treeview in winform. Is it possible to integrate or combine explorer-like treeview to telerik treeview? I mean when the root folder/node is set to desktop directory, then it would auto generate all the childs and other nodes (which is folders/shortcut) inside the desktop.. Another question is how to make drag n drop function that copy the folder/node and not move it to the other treeview?

Sorry if I ask many questions here, I am a lil' bit beginner to this thing and hope you all can guide me. Thanx for your coorperation.

Regards,

Muz
 
Julian Benkov
Telerik team
 answered on 07 Nov 2011
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
ProgressBar
CheckedDropDownList
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
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?