Telerik Forums
UI for WinForms Forum
2 answers
80 views
Is there a way I can use a custom PageHeaderElement?  I need a couple additional labels and buttons in the wizard header.

Thank you!

Dimitar
Telerik team
 answered on 26 Aug 2013
1 answer
408 views

If I hide protected and inherited members it seems that they don't have difference. So, what is difference between GridViewDataRowInfo and GridViewRowInfo classes?

http://www.telerik.com/help/winforms/allmembers_t_telerik_wincontrols_ui_gridviewdatarowinfo.html
Dimitar
Telerik team
 answered on 26 Aug 2013
2 answers
114 views
Hi!

I have one question. Is it possible to delete the ApplicationMenuButtonElement from the Ribbon? I did it using "Visibility" property (Value = Collapsed), but my Tabs aren't still on the left side (see attachment). I hope you can help me.

Many Thanks

Kuba
Kuba
Top achievements
Rank 1
 answered on 26 Aug 2013
8 answers
989 views
I've searched this forum and have not found a post specific to this issue.  The MouseClick event gives me the e.button property so I know if right button used but no row index.  The CellClick event gives me the Row.Index but not which button clicked. 

Any assistance would be greatly appreciated.  Thanks
Stefan
Telerik team
 answered on 26 Aug 2013
10 answers
356 views
How do I add a checkbox list column to the WinForms GridView control?

Thank you,
Jeff
Andrey Kipetcoff
Top achievements
Rank 1
 answered on 23 Aug 2013
1 answer
240 views
I'm open to alternatives.

I would like to use the ErrorProvider to set error text on the tabs of PageViewPages.  Can that be done?

(As an alternative, I can modify the text on the tab to indicate that the page has errors on it.)

Thank you,
Gary
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Aug 2013
3 answers
555 views
Is it possible to have the text of read-only properties display in a different color than the rest of the properties?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Aug 2013
1 answer
240 views
Hello
I have a problem with gridview filterng,
In my grid I have a GridViewTextBoxColumn  (Column Name is "A") and  GridViewMultiComboBoxColumn (Column Name is "B") ,when I filter
Column "A"  I write the text in gridviewfilteringrow and every yhing is ok but when i Want to filter column "B" ,in gridviewfilteringrow
a dropdownlist is appear and I have to select one of those value but I want to do filtering in this column like column "A".
is it possible?
please help me to solve this problem.
thanks alot
George
Telerik team
 answered on 23 Aug 2013
1 answer
133 views
 Private blnMoving As Boolean = False
    Private MouseDownX As Integer
    Private MouseDownY As Integer
    Private MovingRect As Rectangle
    Private oldRect As Rectangle
    Private blnClick As Boolean = False
 
    Private Sub Button1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Button1.MouseDown
        If e.Button = MouseButtons.Left Then
            blnMoving = True
            MouseDownX = e.X
            MouseDownY = e.Y
            MovingRect = New Rectangle(Button1.Location, Button1.Size)
        End If
    End Sub
 
    Private Sub Button1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Button1.MouseUp
        If e.Button = MouseButtons.Left And Not blnClick Then
            Button1.Location = Me.PointToClient(New Point(MovingRect.X, MovingRect.Y))
            Me.Refresh()
            oldRect = oldRect.Empty
            blnMoving = False
        Else
            blnClick = False
            blnMoving = False
        End If
    End Sub
 
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        blnClick = True
    End Sub
 
    Private Sub Button1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Button1.MouseMove
        If blnMoving Then
            If Not oldRect.IsEmpty Then
                ControlPaint.DrawReversibleFrame(MovingRect, Me.BackColor, FrameStyle.Thick)
                Button1.Refresh()
            End If
 
            Dim temp As Point = Me.PointToScreen(New Point(Button1.Location.X + (e.X - MouseDownX), Button1.Location.Y + (e.Y - MouseDownY)))
 
            MovingRect.X = temp.X
            MovingRect.Y = temp.Y
 
            If Me.ClientRectangle.Contains(Me.RectangleToClient(MovingRect)) Then
                oldRect = MovingRect
            Else
                MovingRect = oldRect
            End If
            ControlPaint.DrawReversibleFrame(MovingRect, SystemColors.Control, FrameStyle.Thick)
        End If
    End Sub
but my need is form main form if i click button it open one floating form and it contains controls,and form that folating form i need to click the control and drag and drop in main form.And also capture and save the location in form ,if i close application and open again i need to fix button in last time saved x and y axis location, so where i capture the x axis and y axis ? is it possible to capture x axis and y axis in sql server ?,and if i open again is possible to retrive data from sql server and give to controls ?
Is it possible ?
 
Regards
Aravind
Dimitar
Telerik team
 answered on 23 Aug 2013
12 answers
732 views
Hi,

I have a radlistview on my form with a datasource set and a displaymember set at designtime.

The problem is that my display member may be of varying lengths and may not fit into one line.  Is there anyway to make the radlistview display with a wordwrap when necessary i.e some items may be over one line, some over two and some may have even three lines.

Many thanks.
Hassan
Top achievements
Rank 1
 answered on 23 Aug 2013
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?