Telerik Forums
UI for WinForms Forum
1 answer
128 views
Hi,

I'm new to RadControls so forgive me if it is a basic misunderstanding, The problem I'm having is understanding to how to layout my Windows Forms. I am dynamically adding RadControls Checkboxes to the RadPanel. However, after adding them, I see all of them next to each other and behind one another. I would like each of them to be in a new line. Please advice on how to achieve this.

Regards,
JB
Nikolay
Telerik team
 answered on 01 Aug 2008
1 answer
243 views

Hi Telerik,

I added RadDropDownMenu to every node in tree view.

Code:
dim MenuItem1 as new Telerik.Wincontrols.UI.RadMenuItem
dim MenuItem2 as new Telerik.Wincontrols.UI.RadMenuItem

MenuItem1.text="Test Drop Down Menu1"
dropdownmenu.items.add(MenuItem1)

MenuItem2.text="Test Drop Down Menu2"
dropdownmenu.items.add(MenuItem2)

My question is how to get the index of the MenuItem1 or MenuItem2 when you click the RadDropDownMenu?

Thanks

Jordan
Telerik team
 answered on 01 Aug 2008
1 answer
97 views
Hi , I'm Trying to install a Web Service on my server but my web.config file is on error ..­. it say there is an assembly is missing it can't find it ... But on my IIS server it's fine so I wan't to know first why my web service have some teleriks references and to know how can I fix it

tanks for your answers

Alexandre Samson
Sebastian
Telerik team
 answered on 01 Aug 2008
8 answers
546 views

Help!

How do i set up a Master?child RadGridView ?

The following code works on other 3rd party grids but not Telerik  RadGridView - why not?

Thanks

Mark

-------------------------------------------------------------------------
DataSet ds = new DataSet();
DataTable dtSummary = DbWrapper.DBSummary(); // Master
dtSummary.TableName = "Summary";


DataTable dtOrders = DbWrapper.DBOrdersPerClient(); // Child
dtOrders.TableName = "Orders";

ds.Tables.Add(dtSummary.Copy());
ds.Tables.Add(dtOrders.Copy());

DataRelation drSummaryToOrders = new DataRelation("SummaryToOrders", ds.Tables["Summary"].Columns["booking_id"], ds.Tables["Orders"].Columns["booking_id"]);
ds.Relations.Add(drSummaryToOrders);

this.radGridView1.DataSource = ds;
this.radGridView1.DataMember = "SummaryToOrders"; // error

Thomas
Top achievements
Rank 1
 answered on 31 Jul 2008
1 answer
80 views
Hi.
I am trying to update ar even just view data from a gridview in an mdichild in a new form(also mdichild) opened by a doubleclickevent in the gridview. This new second form should be in detailed view. There is a little piece of sample code to do this in the code library, but it is a much older version. Is this still possible?

It is not so much editing I need to do, as it is to see the information placed nicely on a form, where I can also selct previous or next etc.

Hope anyone has a clue to what I am seeking.

Sune
Peter
Telerik team
 answered on 31 Jul 2008
3 answers
154 views
Hi.

After I update to Q2, I can't use my themes. I'm not talking about the telerik themes, I want to use the themes I created with VisualStyleBuilder but They don't show anywhere. I tried to re-add them to the ThemeManager but no luck.

Can you help me?

Thanks
Peter
Telerik team
 answered on 31 Jul 2008
1 answer
156 views
I just downloaded and installed Q2 2008.

The themes all changed. Look terrible!

How do I get the previous (ControlDefault) theme(s) back?

Also, why does the latest version date still say "(5/16/2007)" on the "Search Support Resources" page, "Select a product:".
(http://www.telerik.com/support/home.aspx)

Finn
Martin Vasilev
Telerik team
 answered on 31 Jul 2008
1 answer
168 views
Hi,

why does the DragDrop event of RadGridView for Winforms (2008 Q2) swallow exceptions?

There are two RadGridViews on my form (radGridView1 and radGridView2) and these are their event handlers:

private

void radGridView2_MouseDown(object sender, MouseEventArgs e)
{
    radGridView2.DoDragDrop(
"some data", DragDropEffects.Copy);
}

private
void radGridView1_DragOver(object sender, DragEventArgs e)
{
    e.Effect =
DragDropEffects.Copy;
}

private
void radGridView1_DragDrop(object sender, DragEventArgs e)
{
    throw new Exception();
}

Try doing a drag&drop from radGridView2 to radGridView1! The form should report an unhandled exception. (Nothing seems to be catching the explicitly thrown exception. I don't handle it anywhere.) Instead the form continues waiting for events.

It was very hard to detect which part of our code is responsible for catching and not letting exceptions to be handled in an upper level. (The code is a bit more complex than the one I wrote here.)

That also means that whenever something unexpected happens that I don't handle in my code, the form will continue executing because it won't be able to handle the exception at the form's topmost level.

I'm looking forward to receiving an explanation for this weird behaviour.

Regards,
Tamás
Angel
Telerik team
 answered on 31 Jul 2008
1 answer
99 views
Hello,

When will the links be fixed to the "HelpDesk Sample Application for WinForms". Currently, this sample project is advertised but there are no links to download it.


Thanks

eric
Nikolay
Telerik team
 answered on 31 Jul 2008
1 answer
227 views
I used to use the Infragistics winforms at my prior company. The control I liked the best was their MDI Tabbed Manager. This let you open multiple forms at once and each appeard as a tab within a main form. We used it as a base layout for all our applications. Maybe Telerik has a way to do this with their out of the box controls?

Thanks,

eric
Nikolay
Telerik team
 answered on 31 Jul 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?