Telerik Forums
UI for WinForms Forum
4 answers
387 views
hi
i locate raddock on form
and add text to caption but i want set text align to right or center  not left
i select image for raddock but not view image
hot i select image as icon in raddock
Richard Slade
Top achievements
Rank 2
 answered on 28 Feb 2011
3 answers
185 views
i want to show messagebox by press enter on commandbardropdownlist, i use this code:

Private Sub CommandBarDropDownList1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles CommandBarDropDownList1.KeyDown
        If e.KeyCode = Keys.Enter Then
            MsgBox("hello", MsgBoxStyle.OkOnly)
        End If
    End Sub

but when i run it, there is nothing happened, is there something wrong with my code?

Thanks
Richard Slade
Top achievements
Rank 2
 answered on 28 Feb 2011
6 answers
679 views

 

Private Sub Login_Form_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

 

 

Me.BackColor = Color.Silver

 

ThemeResolutionService.ApplicationThemeName =

"Aqua"

 

 

End Sub

the backcolor doesn't change. it stays white all the time. how do i do this? please hlep thank you

 

Nikolay
Telerik team
 answered on 28 Feb 2011
2 answers
88 views
When I edit a cell and hit enter, a Beep occurs... Is there any way to turn that OFF? 

I have searched the forum and have found threads on beeps when tabbing... I guess this has been fixed.  But the Beep when confirming a cell is quite annoying.
Richard Slade
Top achievements
Rank 2
 answered on 26 Feb 2011
5 answers
118 views
Hi,
I have a gridvie which i sho in two modes some columns change visibility
:

 

if

(_local)

 

radGridView1.Columns[

"colFirstSeen"].IsVisible = true;

 

 

radGridView1.Columns[

 

"colTrust"].IsVisible = true;
radGridView1.Columns["colAcknowledged"].IsVisible = true;;

 

 

 

 

}

 

else

 

 

 

 

 

 

 

{

radGridView1.Columns[

"colFirstSeen"].IsVisible = false
radGridView1.Columns["colFirstSeen"].VisibleInColumnChooser = false

radGridView1.Columns["colTrust"].IsVisible = false

;

 

 

 

radGridView1.Columns[

"colAcknowledged"].IsVisible = false

 

}

When I change the value of local from true to false and than back to true the column "colFirstSeen", which is last is moving to the right
The image is attached.
Thank you
Lily

 

 

Sorry, when I save the poste it changes the fomat.

Emanuel Varga
Top achievements
Rank 1
 answered on 26 Feb 2011
1 answer
106 views
I may be doing something wrong here, but I've added a button to my form that would allow the user to change the view mode. 
Basically, its just not working. The pageview never changes modes. What am i doing wrong?

The code is here:


private void btnView_Click(object sender, EventArgs e)
       {
           if (pvChecklist.ViewMode == PageViewMode.Stack)
               pvChecklist.ViewMode = PageViewMode.Strip;
           if (pvChecklist.ViewMode == PageViewMode.Strip)
               pvChecklist.ViewMode = PageViewMode.ExplorerBar;
           if (pvChecklist.ViewMode == PageViewMode.ExplorerBar)
               pvChecklist.ViewMode = PageViewMode.Stack;
       }
Phillip Foster
Top achievements
Rank 1
 answered on 25 Feb 2011
8 answers
290 views
I have a radgridview whoose headers are built though columngroupdefinition. The radgridview has 2 view settings and user can toggle between the two. The column chooser works fine the first time it loaded (It does not allow a column on the grid to be dragged onto the it, but that can be worked around by right clicking on the column and hiding it). When the user toggles the view, the column chooser can be loaded, however it does not do anything. Cannot drag columns from and to the column chooser


Thanks
Deepak
Richard Slade
Top achievements
Rank 2
 answered on 25 Feb 2011
25 answers
543 views
I have a GridView containing two visible columns, PropertyName and Value.  The PropertyName is read only, but the value is to be edited.  Most of the time, a text box is reaquired for freeform text, however, sometimes the property has fixed values, which we want to display as a dropdown, or the value may contain a more complex type (xml) which we would like to display a button, and have the button pop up a new gridview with the xml bound to it,

How can I use a different edit control on different rows, but in the same column? Is this possible?:

Thanks
Bimar
Top achievements
Rank 1
 answered on 25 Feb 2011
1 answer
146 views

Good morning.
I'm studying your demos for RadCarousel, in particular the "First Look" one, and I want to intercept the double click event on an item. I don't know how to do it, as the item hasn't the double click event wired to it. How can I solve this problem?

Thank you

Gianfranco Pesenato

Ivan Todorov
Telerik team
 answered on 25 Feb 2011
0 answers
96 views

As a good tradition we are happy to announce the availability of Q1 2011 Beta of RadControls for WPF. Along with a bunch of new features and improvements we are glad to present you several new controls.

RadRichTextBox 

In response to numerous client requests we included the RichTextBox control in our WPF suite. Just like its counterpart for Silverlight the new RadRichTextBox for WPF offers broad editing and formatting capabilities with unmatched performance and true Word-like experience.


RadDataForm
 

RadDataForm control provides UI for displaying and editing properties of an object in a form layout. It includes collection navigation capabilities, editing and respects key DataAnnotation attributes.


RadExpressionEditor
 

The new RadExpressionEditor provides end users the ability to write and edit complex formula expressions as a free form text. At the same time the new control gives the developers access to the structured data (in the form of a LINQ expression) about the entered expression. The primary use case for this component is integration within RadGridView and its LINQ based data engine, which allows unlimited runtime data shaping customizations.


RadMaskedInput
 

RadMaskedInput controls are designed for masking (controlling correct input) and formatting (displaying) culture specific values like numbers, currency, dates and text. The controls support data validation and provide great control over the input behavior, navigation, masked text (when in edit mode), display text (when not in edit mode).

You can download the installation files under your accounts. The files are marked with Q1 2011 Beta.

Online demos are available at:

RadControls for WPF

Full details can be found at:

RadControls for WPF

We will greatly appreciate your feedback in our Beta forums:

http://www.telerik.com/community/forums/wpf/beta.aspx

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Feb 2011
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?