Telerik Forums
UI for WinForms Forum
2 answers
219 views
I am populating the text and values of a rad combobox from a hashtable using the following code:

   while (Enumerator.MoveNext())
            {
                cboOutputFormat.Items.Add(new RadComboBoxItem(Enumerator.Value.ToString(),(int)Enumerator.Key));
}

but when I try to retrieve the value of the selected item using:

int val = (int)((RadComboBoxItem)cboOutputFormat.SelectedItem).Value;

it comes up null... what am I doing wrong?
aban
Top achievements
Rank 1
 answered on 16 Apr 2007
1 answer
143 views
Recently I had to develop a site that had to take a db table and display it like a matrix table. I was able to use my SQL Statement to create a matrix-like view of the data and then used a gridview to read each field in, but wondered if a gridview control could be designed that did this automatically.
Mike
Telerik team
 answered on 16 Apr 2007
10 answers
264 views
Are there any plans for a Windows Grid Control in the near future?
Chris Ruegsegger
Top achievements
Rank 1
 answered on 12 Apr 2007
2 answers
197 views
Hi,

How can i run a project with Telerik Winforms controls in a computer within these controls and has only .net framework. Please help me if you can..

Thanks..
luyce
Top achievements
Rank 1
 answered on 11 Apr 2007
1 answer
153 views
Hi!
 
i made a Windows application with telerik win forms and i made its setup project also. But when i run this setup with another computer which has not telerik components, i get this error message "Project has encountered a problem and needs to close.We are sorry for the inconvenience." i try adding telerik dlls into the setup project but it did nothing. How can i solve this?
Mike
Telerik team
 answered on 10 Apr 2007
8 answers
274 views
I have very complex application, so it is quite hard to isolate a problem.

If I create layout in the runtime without using deserialization my app works just fine, some docks are filled with TreeGrid other with custom controls, grids, propertgrids etc... And they are all connected with various events.

However, if I replace a line of code which creates layout with one which loads serialized content, all connections are broken between docks, treegrid doesn't load (I traced it, all nodes are created just like before, but in the end nothing is shown), grid doesn't load ,etc... Generally, it behaves very strange.

I am using Forms derived from dockpanel as docks, they have onLoad and other default events also there are manually added events. They are declared as static in main form.

The above information is maybe irrelevant, but it might help you figure out what is going on with my application.

I used code similar to yours in example.


Is there anything particular that I should pay attention to ?
Does this sounds familiar to you?


Thanks in advance.
Julian Benkov
Telerik team
 answered on 05 Apr 2007
2 answers
145 views

Hello,

I have two dock managers in two different tabs and I try to move panel from one dock manager to the other.

private void dockPanel_MoveToManager(object sender, MouseEventArgs e)

{//MyPanel was in dockmanager2 and I want to move it to dockmanager1
DockPanel MyPanel = (DockPanel)sender;
this.dockingManager1.SetDock(MyPanel,DockPosition.Bottom);
this.dockingManager2.Remove(MyPanel);
}
Is that possible?

Thanks,

KORT

Julian Benkov
Telerik team
 answered on 04 Apr 2007
1 answer
295 views
  Hello,
I want to loop through all the dock panels that are in the docking manager in order to remove the hidden panel.
I try to use the PrimarySite Property:  
foreach (IDockable document1 in (dockingManager1.PrimarySite as DockSite).Documents)
{
if (document1.DockState == DockState.Hidden)
{dockingManager1.Remove(document1);}
}
I can't seem to get that to work.  Any help would be appreciated.

in other words, how can I get a panel from the dockmanager ?
Thanks,
KORT
Julian Benkov
Telerik team
 answered on 30 Mar 2007
3 answers
135 views
Hi

I thought it would be good if Telerik could include Date Picking and Scheduling controls.

Kind Regards

David
Mike
Telerik team
 answered on 28 Mar 2007
1 answer
129 views
i am using asp.net 1.1, i use this RadPanelbar  in my application . i have one error

Telerik.WebControls.RadPanelbar is not defined

how can i solve this problem
Atanas Korchev
Telerik team
 answered on 28 Mar 2007
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?