Telerik Forums
UI for WinForms Forum
2 answers
114 views
How can I setup my listbox control to allow only 1 selection or 0 selections?  Say I have a list and the user can select a city and save it but then he is able to come back and see what is highlighted then decides he doesn't want any of the cities selected so he clicks on the 1 city he picked before and it needs to deselect that row and have no rows within the list selected.  Is this possible with just using the llistbox?

Thank You
jerry
Top achievements
Rank 1
 answered on 19 Mar 2010
2 answers
106 views
I am new to Telerik controls. I am using the RadGridView and want to get rid of the ChildViewTabs. I found the ChildViewTabsPosition enumeration. Although "Top", Bottom", "Left", "Right" are provided, "None" is NOT one of the options. (maybe it should be) Can someone point me in the right direction?

Thanks
John
Jack
Telerik team
 answered on 19 Mar 2010
3 answers
122 views

Hello,

the new project upgrade utitlity is a great improvement from the last version, but there is a small issue.

When i upgrade a project and i had set the local copy property to true for the telerik dlls then after the upgrade the local copy property is set to false for all telerik.dlls

Kind Regards,

Ramius

Nikolay
Telerik team
 answered on 19 Mar 2010
2 answers
94 views

to telerik :

pleaze present this possible ...

thanks beforehand.

Gal
Top achievements
Rank 2
 answered on 18 Mar 2010
10 answers
153 views
I can't seem to get RadMenuItems to be drawn with the arrow next to them when they are top level menus.  They show in the designer when I change the item's ShowArrow property to true.

I also want to be able to Edit UI Items and change the arrow direction to down and change the arrow's color.  After I get done in the designer, it looks great, but when I run I get no arrows, and sometimes when rebuilding the project, the arrow direction does not stay on my selection at design-time.
Nikolay
Telerik team
 answered on 18 Mar 2010
1 answer
130 views
Hi,

Please cen anyone help me with the following, I am trying to retrieve the values from a NewRow using the rowvalidated event, all is fine, the first time you add a new row

The second time you add a new row I am unable to get the values from the CheckBox Column

Is there any other way of doing this, am I doing it correctly??

I have attached the code for review

Thanks

Pieter
private void gridAddress_RowValidated(object sender, Telerik.WinControls.UI.RowValidatedEventArgs e)  
        {  
            if (e.Row is Telerik.WinControls.UI.GridViewNewRowInfo)  
            {  
                Telerik.WinControls.UI.GridViewDataRowInfo newRowInfo = (Telerik.WinControls.UI.GridViewDataRowInfo)((Telerik.WinControls.UI.GridViewNewRowInfo)e.Row).DataRowInfo;  
                //...    
                if (newRowInfo != null)  
                {  
                    CustomerAddress add = new CustomerAddress();  
 
                    add.CustomerID = currentitem.CustomerID;  
 
                    add.Addresstype = AddressTypes.AddressTypesByID(Convert.ToInt32(newRowInfo.Cells["AddressType"].Value));  
                    add.Address1 = newRowInfo.Cells["Address1"].Value.ToString();  
                    add.Address2 = newRowInfo.Cells["Address2"].Value.ToString();  
                    add.Suburb = newRowInfo.Cells["Suburb"].Value.ToString();  
                    add.City = newRowInfo.Cells["City"].Value.ToString();  
                    add.Zipcode = newRowInfo.Cells["ZipCode"].Value.ToString();  
                                                    
                    //if (newRowInfo.Cells["IsPrimary"].Value.Equals(true))  
                    //{  
                    //    add.IsPrimary = Convert.ToBoolean( newRowInfo.Cells["IsPrimary"].Value.ToString() );  
                    //}  
                    //else  
                    //{  
                    //    add.IsPrimary = false;  
                    //}  
                      
                    add.IsPrimary = Convert.ToBoolean(newRowInfo.Cells["IsPrimary"].Value.ToString());  
 
                    currentitem.CustomerAddress.Add(add);  
                }  
 
            }    
        } 
Svett
Telerik team
 answered on 18 Mar 2010
3 answers
173 views
I like the way Chart control is displayed in the grid. here.
http://dotnetslackers.com/CSharp/re-231250_Multiple_child_views_with_RadGridView_for_WinForms.aspx

This gives me a thought.   Can i display a userControl in a Grid.    Maybe in a column or any other alternative .

Regards
Lee
Jack
Telerik team
 answered on 18 Mar 2010
1 answer
83 views
Lets say we don;t want to use any existing theams.

We can design our own new using given tool, which creates an XML file.  
<XmlTheme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ThemeName="HighlightNewRow">
  <BuilderRegistrations> ........

Are there any custom Theams readily available to download as XML file ?

Regards
lee.
Nikolay
Telerik team
 answered on 18 Mar 2010
3 answers
546 views
dear support
I have downloaded your trial version of telerik-radcontrols for-winforms q2-2009 sp1 and need to access grid footer to add total row in grid
could you hepl me plz
Jack
Telerik team
 answered on 18 Mar 2010
4 answers
208 views
Hi
i have a carousel added to my form,
Carousel Properties that have to implemented:
1- Its a straight vertical Path
2- Suppose to have Buttons with image on left and and corresponding text on the right for each button.
3- When user enters the mouse on a button, it is suppose to grow in size with the image increasing in size(i.e Image Replaced by a higher resolution image), (Note:-Buttons are Transparent with no boundaries).
4-Can i display the path of carousel at run time, like a solid line.

Problems
I have added the carousel, with a basier path, its vertical, i have added the buttons, the buttons seems to be aligned at the center of the path, i want them left aligned because it problems with images which are not even when added to buttons, due to their different sizes.
Can u please help me figure out how i can add images and text at design time to each button, rather than doing from the theme builder, make them grow and shrink on mouse events listed above, display solid basier path at run time, apply a different theme to each button using the theme builder rather than applying a standard theme to the whole carousel. theme supposed to be an sml file loaded from a theme manager.

i would really appreciate a quick response and some application which will enable me to do all of this stuff.

P.s. A seggestion
It would be highly effective if you guys can document a help file of a complete project like the carousel and book store example online, listing every function used, and all processes, it would help a novice programmer like me and many other to find a solution to their problems effectively and decrease design times.
Nikolay
Telerik team
 answered on 18 Mar 2010
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
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?