Telerik Forums
UI for WinForms Forum
1 answer
114 views
Does Telerik have any plans to add support for the baseline text snapping on the RadTextbox?  The standard windows textbox will show a pink snap line for the baseline of the text in the textbox.  So when you are dragging a label around, you can easily align the label text with the textbox text.  It would make things a lot cleaner in the designer when laying out forms.
Nikolay
Telerik team
 answered on 28 Apr 2009
1 answer
253 views
Hi everyone,
Just installed a licensed version, replaced the trial version. Now none of the rad-controls is recognized. What to do?
Peter.

What a mess
peter
Top achievements
Rank 1
 answered on 27 Apr 2009
2 answers
512 views
*Edit* I meant to post this in tabstrip not toolstrip.
I have a tab that includes a dynamically created radpanel and tabstrip, I'm having problems with the panel and tabsstrip overlapping.

    Private Sub AddTab() 
        'Add tab to Form 
         
        myTab.Children(2).Margin = New Padding(0, 0, 25, 0) 
        myTab.Children.Add(newButton()) 
        myTab.IsSelected = True        
        myTab.ContentPanel.Controls.Add(myTreePanel) 
        myTab.ContentPanel.Controls.Add(myTabStrip) 
        
        myTreePanel.Location = New System.Drawing.Point(0, 0) 
        myTreePanel.Dock = System.Windows.Forms.DockStyle.Left 
               
        myTabStrip.Location = New System.Drawing.Point(129, 0) 
        myTabStrip.Dock = DockStyle.Fill 
        myTabStrip.Items.Add(innerTab) 
 
        innerTab.Children(2).Margin = New Padding(0, 0, 25, 0) 
        innerTab.Children.Add(newButton()) 
        innerTab.IsSelected = True 
 
    End Sub 

Ken
Top achievements
Rank 1
 answered on 27 Apr 2009
6 answers
259 views
Was wondering if some could help me with the rotation of the carousel?
What I need to do is rotate the items in a straight line. 
Sort of like the examples thing with the music album except no angle(<--------->).

Thank you,

Todd Kueny.
Peter
Telerik team
 answered on 27 Apr 2009
1 answer
147 views
The code below results in 'contains "high" and contains "high"' instead of 'contains "high" and contains "prod"'.  I can't figure out what I'm doing wrong.  Can anyone help?

filterExpression 

 

filter = new FilterExpression();

 

 

filter.Predicates.Add(

FilterExpression.BinaryOperation.AND, GridKnownFunction.Contains, GridFilterCellElement.ParameterName);

 

 

filter.Parameters.Add(

GridFilterCellElement.ParameterName, "high");

 

 

filter.Predicates.Add(

FilterExpression.BinaryOperation.AND, GridKnownFunction.Contains, GridFilterCellElement.ParameterName);

 

 

filter.Parameters.Add(

GridFilterCellElement.ParameterName, "prod");

 

 

 

this.radGridView.Columns["Description"].Filter = filter;

 

 

 

 

 

 

 

 

 

Jack
Telerik team
 answered on 27 Apr 2009
1 answer
209 views
Hi,
I have a class as follows:

namespace

 

IControls

 

{

 

using System;

 

 

using System.Collections.Generic;

 

 

using System.ComponentModel;

 

 

using System.Linq;

 

 

using System.Windows.Forms;

 

 

using IControls.Configurations;

 

 

using IControls.MessageIntrade;

 

 

using Telerik.WinControls.UI;

 

 

/// <summary>

 

 

/// Clase extendida del RadGridView

 

 

/// </summary>

 

 

public class IGridView : RadGridView

 

{


 

 

/// <summary>

 

 

/// Constructor del control

 

 

/// </summary>

 

 

public IGridView()

 

{

}
}

but this does not work... why?
When I Drag my control, all style is lost..
Any idea?
Thanks!!
Jack
Telerik team
 answered on 27 Apr 2009
1 answer
128 views
I am trying to use the RadRibbonBar and I am experiencing some unexpected behavior. 

I can't get the OnClick event of a RadMenuButtonItem to fire.

The RadMenuButtonItems that are in my StartMenuBottomStrip disappear.

Help!
Deyan
Telerik team
 answered on 27 Apr 2009
1 answer
213 views
I'm finding that the mouse wheel does not cause RadScrollViewer to scroll.  Is there an easy way to fix this?
Nikolay
Telerik team
 answered on 24 Apr 2009
1 answer
148 views
As far as I can tell, drag and drop events (e.g. DragEnter, DragLeave, etc) do not generally originate on RadElements.  Is that true?
Mike
Telerik team
 answered on 24 Apr 2009
2 answers
409 views
Hello,
I like an animated gif on a node of my treeView, but that is not loop forever, only when you expand or collapse the node.
Thanks!!
Manuel
Top achievements
Rank 1
 answered on 24 Apr 2009
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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?