Telerik Forums
UI for WinForms Forum
1 answer
112 views
Hello,
         How to work with Telerik title bar because we basically drag rad controls on visual studio winform. Can u suggest me?

Thanks in advance...
Richard Slade
Top achievements
Rank 2
 answered on 28 Feb 2011
4 answers
375 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
180 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
663 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
86 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
115 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
103 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
280 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
516 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
142 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
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?