Telerik Forums
UI for WinForms Forum
20 answers
1.2K+ views
Hi,

I have a radTreeView that is databound to a List.  After adding an item to my List how can I refresh the TreeView?

Currently only the items that were in the list when I first set the datasource are displayed.

Thanks,
Brad
Stefan
Telerik team
 answered on 25 Sep 2015
3 answers
164 views
I couldn't find a property to set that will always expand all property grid items, so now I'm trying to expand just one item when the property grid is loaded. I tried putting the Expand() call in the CreateItem event handler, but the item is always null. If I put the Expand() call in the ItemFormatting event handler, I am unable to collapse the item. Here is the code I'm using:

PropertyGridItem item = e.Item as PropertyGridItem;

if
(item.Label == "abc" && !item.Expanded)
{
    item.Expand();
}
Stefan
Telerik team
 answered on 25 Sep 2015
3 answers
169 views

Is there a way to adjust the size of appointments in code, when in the month view?

 

Later

Art

Hristo
Telerik team
 answered on 24 Sep 2015
2 answers
120 views

Trying to Dim appointmentsTableAdapter As AppointmentsTableAdapter

Getting Type 'AppointmentsTableAdapter' is not defined

I have  Imports Telerik.WinControls.UI  in the form class

Do I need to import more?

Did a search on "AppointmentsTableAdapter", got nothing but writeups about it, but nothing about it's properties or parent class.

Great products ... horrible documentation!

Later

Art

Art
Top achievements
Rank 1
 answered on 23 Sep 2015
1 answer
141 views
I am using a RadPageView to display 5 tabs. The 5th tab is disabled and I would like to set a property such that it fills the remaining space in the header area. I know I can set the ItemFitMode to Fill, but that resizes all tabs. Is there a way to only set a single tab to fill?
Dimitar
Telerik team
 answered on 23 Sep 2015
2 answers
152 views

How can I change the text that shows on the appointments when in the week view?  Right now it's just showing the week day and day of the month, as shown in the attached image.  I need to be able to change that text to be the description field of the actual appointment, which is our work order number from the database.

Kind regards,

David

David
Top achievements
Rank 1
 answered on 23 Sep 2015
1 answer
72 views
I accidentally changed the formbehavior to (none) from the Property panel then my form got messed up. 
I don't know what to do. Is there any way to recover my work. The control seems to be hidden.

Ps : english is not my native language. Thanks
Hristo
Telerik team
 answered on 23 Sep 2015
11 answers
855 views
Hi

Am I missing something obvious?

I can't get keyboard shortcuts to work with RadButtons.
With standard VB buttons you could just set the shortcut key by prefixing the desired letter with the '&' and it would show as underlined and the button could be activated by pressing <ALT> + desired letter.

The RadButtons are showing the underscore for the desired letter but nothing triggers when <ALT> + letter pressed.

How can I achieve this basic Windows functionality?

Any pointers much apprieciated

Many Thanks
Steve
Fariba
Top achievements
Rank 1
 answered on 23 Sep 2015
2 answers
181 views

Using the following code: (Telerik UI for WinForms 2015.2.728)

tvElements.CheckBoxes = true;
tvElements.TriStateMode = true;
RadTreeNode root = tvElements.Nodes.Add("Classes");
foreach (CNFClass cls in CNFConf.Classes) {
  RadTreeNode parent = root.Nodes.Add(cls.UID.ToString(), cls.Code, null);
  parent.ToolTipText = cls.Desc;
  parent.Enabled = cls.Enabled;
}

Checking the root node will check all Enabled and all Disabled children nodes.

Seems like this may be a bug, is there a workaround?

Hristo
Telerik team
 answered on 23 Sep 2015
3 answers
843 views

How to hide scrollable panel's horizontal bar? Can you give me some code example?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Sep 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?