Telerik Forums
UI for WinForms Forum
1 answer
109 views
Hi:
I need to handle the client area when the user pick in the "Show below the ribbon", because the control expand and I don't take control over the new area. and the Quick Access Menu it's not accesible then.

Some idea for this:
|---------------------------
| Rad Ribboin Tooolbar
|---------------------------
| Client Area
|----------------------------

Thanks !
Peter
Telerik team
 answered on 08 Aug 2008
1 answer
141 views
Hello,

Im about to add a treeview to a winform that will load hierarchical information.  This data could get large at the root level, so ive started looking at ways to avoid loading it all at once.  Im familiar with the ASP.NET treeview, so I thought Id give the winform version a shot also. 

With the data I will be dealing with there will be a "level" indicator such as 1,2,3, 4 etc, that determines where in the hierarchy the item should be.  With the ASP.NET trees Ive used, I typically filter the data to the first level, then add those nodes.  Then do the same sort of thing when a node is clicked.

My question is - how do I attach data to the node, as well as simply give it a name. With the ASP.NET version, there would be a "value" attribute as well, which let me use that value to feed into other code that would go pull the next set of records.

Maybe im just not reading the right set of examples ?

help ?
Jordan
Telerik team
 answered on 08 Aug 2008
1 answer
117 views
Hi Telerik,

Please refer to both screenshot:
The position of RadLabelElement is messed up when you scroll the vertical scroll.

Screenshot 1:
http://img204.imageshack.us/img204/6533/screenshot1pp0.png

Screenshot 2:
http://img220.imageshack.us/img220/5131/screenshot2zn4.png
Here were the position of label is messed up when you scroll

Please help me with a solution.
Thanks
Boyko Markov
Telerik team
 answered on 08 Aug 2008
2 answers
135 views
I input data to new row,
I want to check input value data before a row add to grid! How to do it?
Tung
Top achievements
Rank 1
 answered on 07 Aug 2008
1 answer
452 views
Hi,

I have an urgent requirement from client in which we need to disable future dates on DateTimePicker Calender element. For Ex- if today's date is 6Aug., then all dates start from 7 Aug should be disabled (i.e All future dates should be shon diable), when user see calender element of DateTimePicker.

Please advice. Thanks in Advance

Rajeev Yadav
Boyko Markov
Telerik team
 answered on 07 Aug 2008
3 answers
293 views
2008Q2

If I move ListBoxItem objects from one Listbox to the other, for example with
code like that:

listbox1.Items.AddRange(listBox2.SelectedItems.ToArray())

and then remove those items from list box 2:

foreach(RadListBoxItem item in litstbox1.Items)
{
    if(listbox2.Items.Contains(item))
    {
        listbox2.Items.Remove(item)
    }
}

strange things happen. I can no longer select the moved nodes in listbox1 (even though the texts appear).

I guess a RadListBoxItem cannot be in two listboxes at the same time (but then, an Exception should be thrown).

I tried to avoid this by using an intermediate List<RadListBoxItem>, but this did not work either.

Finally ended up with creating code like this:

foreach(RadListBoxItem in listbox2.SelectedItems)
{
    listbox1.Add(new RadListBoxItem(item.Text,item.Value))
}

which works but IMHO is not very elegant.

BTW: The forum does not work well with latest versions of Firefox.







Martin Vasilev
Telerik team
 answered on 07 Aug 2008
3 answers
252 views
Hi,

in the RadDropDownMenu, I found there is a place call ContextMenu. May I know how can I make use of them?

I already have some code done in the ContextMenu. Is there any possible way to bind it to the newly created RadDropDownMenu?

Please advice.
Martin Vasilev
Telerik team
 answered on 07 Aug 2008
1 answer
72 views

I have a problem with ShapedForm (RoundRectForm) in VS2008 designer. Every time I open it in design mode, the size of the form changes (usually height grows). It happens even if there is nothing on the form. However, if there is no shape for the form defined, everything is OK (I didn't check other shapes). 

The size is also different from designed, while app is running. Is there any way to avoid this behaviour?

best regards

artur

Angel
Telerik team
 answered on 07 Aug 2008
1 answer
69 views
Is it possible to prevent dropping DockPanels into DocumentPanes?

I have added a DockingManeger into my application. After file opening I am dynamically creating toolboxes (DockPanels) docked to the left of my form and a document (DocumentPane) filling the DockingManager. I want to prevent user from droping toolboxes into opened document and yet I want user to be able to dock toolboxes to any side of the form.
Julian Benkov
Telerik team
 answered on 07 Aug 2008
1 answer
179 views
In an MDI app, when I click on the tab for an existing document, the Active MDIChild of the DockingManager doesn't get set.
I have the IsMDIContainer of the form set to true
I have the AutoDetectMdiChildForms set to true.

What else am I missing?

Thanks,
Eric
Julian Benkov
Telerik team
 answered on 07 Aug 2008
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?