Telerik Forums
UI for WinForms Forum
3 answers
106 views
We have notice an issue with the vertical scroll behavior . When we click the small arrow (top or bottom) the list continue to scroll even if the mouse id released.

We also noticed that if we click the scroll bar, the indicator scrolls to the mouse location then stops.

How can I attached a zip file of the sample project and a video to demonstrate the issue?

Thanks

Kim
Dimitar
Telerik team
 answered on 13 Mar 2014
1 answer
634 views
 Public Overrides Function ProcessKey(ByVal keys As KeyEventArgs) As Boolean
        Try
            If keys.KeyCode = Windows.Forms.Keys.Tab Or keys.KeyCode = Windows.Forms.Keys.Enter Then
                If GridViewElement.Navigator.IsLastColumn(GridViewElement.CurrentColumn) Then
                    'Me.GridControl.ClearSelection()

                    Me.GridControl.GridNavigator.SelectNextRow(1)

                    Dim columnIndex = Me.GridControl.Columns("NewPrice").Index
                    GridViewElement.CurrentRow.Cells("NewPrice").IsSelected = True
                    GridViewElement.CurrentRow.Cells("NewPrice").BeginEdit()

                End If
            End If
        Catch ex As Exception

        End Try
        Return MyBase.ProcessKey(keys)
    End Function
Stefan
Telerik team
 answered on 13 Mar 2014
2 answers
229 views
I am trying to add DateTimePicker to PropertyGrid but it not work! What is wrong?


Dim startdate As New PropertyStoreItem(GetType(RadTimePicker), "Start date", DateTime.Now, "", "Dates", False)
Stefan
Telerik team
 answered on 13 Mar 2014
6 answers
1.6K+ views
I am using rad gridview for my winforms. Here i am showing n number of rows in the grid (say for example i have 10 rows), based on some condition i am making few rows invisible to the user (i.e. out of 10 i am displaying 3).

Is there way to get row count which are visible to user?

 IEnumerator gridRowEnumerator = RadGridView1.Rows.GetEnumerator();
            while (gridRowEnumerator.MoveNext())
            {

                GridViewRowInfo gridViewRowInfo = (GridViewRowInfo)(gridRowEnumerator.Current);

                bool found = false;
                if (searchBox.Text == "") // if blank then all rows are visible.
                {
                    found = true;
                }
                else
                {
                    foreach (GridViewCellInfo g in gridViewRowInfo.Cells)
                    {
                        if (g.Value != null && g.Value.ToString().ToLower().Contains(searchBox.Text.ToLower()))
                        {
                            found = true;
                            break;
                        }
                    }
                }

                gridViewRowInfo.IsVisible = found;
            }
ustr
Top achievements
Rank 2
 answered on 13 Mar 2014
1 answer
187 views
hi. i have one problem. i use telerik 2013 Q3.
how solve multi column filter in multicolumnCombobox ?i can do multi column filter ,but when on resalt row press enter, then another row info show ?
and not current row set?!!!
please help me.!
thank you
Dimitar
Telerik team
 answered on 12 Mar 2014
6 answers
159 views
Hi,

Not sure where this best belongs. Basically I am looking to change the default value of the EnableCodedUITests property for all controls that use it to true instead of the default false.

I don't want to do this on a per control basis or a per project basis I want to do it globally.

Thanks in advance for the help.
Peter
Telerik team
 answered on 12 Mar 2014
1 answer
105 views
I have some code which creates a new tool window, sets it's size and docks it.  Unfortunately the TabStrip property is always null. Why is this?  All the sample code I've found in the documentation seems to do exactly what I am trying to do.

var tw = new ToolWindow { Name = title };
var strip = (DockTabStrip)tw.TabStrip;
strip.SizeInfo.SizeMode = SplitPanelSizeMode.Absolute;
strip.SizeInfo.AbsoluteSize = new Size((int)width,
mainDock.DockWindow(tw, DockPosition.Left);
George
Telerik team
 answered on 12 Mar 2014
6 answers
269 views
SelectNextRow the group does not work
 radGridView1.GridNavigator.SelectNextRow(1);
When the next group arrives Does not work.
George
Telerik team
 answered on 12 Mar 2014
2 answers
95 views
Hello Telerik Team,

I had this problem when i assign text in MultiColumnComboBox the first few letters are hidden or not showing. 



comboSubStructure.SelectedValue = comboSubStructure.EditorControl.Rows[i].Cells[1].Value.ToString();
comboSubStructure.Text = comboSubStructure.EditorControl.Rows[i].Cells[3].Value.ToString();
George
Telerik team
 answered on 11 Mar 2014
1 answer
116 views
PivotGrid for wpf has  Expand Behavior .http://www.telerik.com/help/wpf/radpivotgrid-features-expand-behavior.html

I want to know how to do in WINFOEM.

I did not find    - RowGroupsExpandBehavior and ColumnGroupsExpandBehavior.         I'm from China ,My English is poor.
Stefan
Telerik team
 answered on 11 Mar 2014
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?