Telerik Forums
UI for WinForms Forum
1 answer
80 views
I have a DockPanel  that is managed by a DockManager in an application.  The DockPanel starts out docked to the bottom of the main window.  The title of the DockPanel changes to "Float Container" when it is undocked and dragged.

Steps to Reproduce:
Left-click on the DockPanel titlebar
Drag the Dockpanel to a new location
Release left button
Observe that the title of the DockPanel changes to "Float Container"
then a second later returns back to the previous title

Is there a work around for this issue?

Thanks,
Ryan

Julian Benkov
Telerik team
 answered on 29 Sep 2008
1 answer
148 views
Telerik team,

I was wondering if someone could assist me with a small problem I am having?
Currently I have two radtreeviews and I am using the built in telerik drag drop events
with the feedback lines and arrows. The problem comes in when I drag a node from tree1(4 Items) to tree2(0 Items) the first item i drag I can drop the node from tree1 to tree2 anywhere on the tree2 control and it lets me, but when I drag a second item from tree1 to tree2 it wont let me drop it anywhere on the control only if the cursor is hovered over the first node i dragged in. Any help would be appreciated.

Thank you for your time.

Todd Kueny
Jordan
Telerik team
 answered on 29 Sep 2008
1 answer
245 views
I'm having a problem with themes that I believe is related to themes with UserControl, since themes work under other circumstances.  I've reviewed the other threads on themes with UserControls, but they either don't apply or I'm not understanding the answers.

The main form for my application contains a RadThemeManager which references a custom theme stored as an embedded resource.  I have a custom control that inherits from UserControl.  The custom control contains a RadTreeView control.  The ThemeName property of the RadTreeView control shows the theme name of the theme stored in the embedded resource.  However, the RadTreeView doesn't reflect the theme that I view with VSB.

I've tried adding a second theme manager to the control, but this doesn't help either.

Any ideas what I might be doing wrong?  Is adding a second theme manager correct?

Also, I think the two videos that you have for Using Visual Style Builder, parts I & II don't have sound (mute is not checked, and other videos work fine).

Thanks,
Richard
Nikolay
Telerik team
 answered on 29 Sep 2008
1 answer
196 views
I have a standard mask 000-0000.  After I set the mask to something, I cannot clear it by setting the Value to null.  The masked box will still display the previous value instead of an empty mask.
Boyko Markov
Telerik team
 answered on 29 Sep 2008
3 answers
117 views

How do I set the Size of a DockPanel in a docked state at runtime?  Here's my simple code.

panel = new Telerik.WinControls.Docking.DockPanel();

panel.DockState = DockState.Docked;
panel.Size = new Size(250, 250);

For some reason the Size is not set.  It just remains the same.

Thanks,
Ryan

Ryan
Top achievements
Rank 1
 answered on 26 Sep 2008
1 answer
139 views
Hi,$0$0$0$0I place a Rotator element on my winform.$0$0Then, using properties window (Items), I add a RadItemsContainer.$0$0$0$0$0Under the RadItemsContainer properties I add any element, for example a RadCheckboxElement.$0$0$0$0$0Doing that results in a message "Object reference not set to an instance of an object". $0$0$0$0$0Any thoughts?$0
Martin Vasilev
Telerik team
 answered on 26 Sep 2008
1 answer
524 views
I have two radgrid.
First is binding to object  (radGridAcuse) but second has not binding(radGridEtiqueta).
Both have the same column definitión.
I select some rows from first, and click a button to copy.



GridViewRowInfo[] selectedRows = new GridViewRowInfo[this.radGridViewAcuse.SelectedRows.Count];this.radGridViewAcuse.SelectedRows.CopyTo(selectedRows, 0);
 this.radGridViewEtiqueta.GridElement.BeginUpdate();
for (int i = 0; i < selectedRows.Length; i++){
    this.radGridViewEtiqueta.Rows.AddNew((GridViewDataRowInfo)selectedRows[i]);
}
 this.radGridViewEtiqueta.GridElement.EndUpdate();

this code raise exception.
Is possible add rows to second Grid?
Do both Grid have same Columns?
Is possible drag and drop?
thanks

Martin Vasilev
Telerik team
 answered on 26 Sep 2008
6 answers
279 views

Hi,

I'm new to RadControls.  We're in the process of replacing our existing grid control with RadControls' GridView.  I've been tasked with theming GridView to look like the existing grid.

The existing grid is very conservative and uses standard scrollbars.  If a user changes their Windows Appearance settings through the Windows Control Panel > Display, the color scheme they select will affect the scrollbars of our existing grid.  Is it possible to achieve the same thing with RadControls GridView?

I've been trying to find the answer and haven't had much luck finding others talking about this issue.  Thank you for any assistance you might be able to provide in pointing me in the right direction.

Thanks,

-C.Scott

Nikolay
Telerik team
 answered on 26 Sep 2008
5 answers
1.6K+ views
Hi,
I have a GridView control with 3 columns. The first is a text column, the second is a combobox column and the third is a command column.
Basically, all the gridview values are readonly so I don't need to change them.
I have been trying to add items to the gridview through code but I can't find a the way to insert the values into the combobox cell. I'm using the Add method of the Rows collection but I don't know what value to pass to it. (I have been trying different ways). In the documentation there's only an example of strings or numbers that are pass to the Add method.
ANother question in the same subject, how can I initialize my grid from an xml file - I look at this link:
http://www.telerik.com/support/kb/article/b454K-ehc-b454T-bhb-b454c-bhb.aspx
but some of the objects are not recognized - like 'GridBoundColumn'. Is there a

certain format that the xml file should be in, so the values will be set to the right cells


Nikolay
Telerik team
 answered on 26 Sep 2008
1 answer
69 views
Hi guys, fyi I noticed when I change the property

         this.FormElement.TitleBar.IconPrimitive.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

In the designer, it does as expected and looks great but when I run the app it has no efffect..  seems the designer does not persist the setting for whatever reason, although I was able to insert it into my form_load() code and it works great.

cheers
ewart
Nikolay
Telerik team
 answered on 26 Sep 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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?