Telerik Forums
UI for WinForms Forum
2 answers
179 views
Hey all,

Is there any way to display the tabs in a RadPageView on multiple lines?   I can't find the tabstrip from newest version.
I have about 20 tabs on the RadPageIVew Strip,  that is hard to bear to scroll them. 

Any suggestions / comments are appreciated.
Jacky
Top achievements
Rank 1
 answered on 07 May 2014
1 answer
214 views
Hi,

Is it possible to only show months and year for the calendar and not show the days of the year.  We only want the uses to select months and years for the input.
Stefan
Telerik team
 answered on 07 May 2014
2 answers
220 views
I'm having a issue with the hot tracking of input controls hosted on a WindowsFormsHost in an WPF application.

The situation is a host that has half a dozen RadTextBoxes on it, stacked vertically. We have our own custom theme which hot tracks the mouse movement by changing the border of the text boxes - much in the same way that the Windows 7 theme does, going from grey to blue when the mouse moves over the control.

If I now move my mouse up and down the form, going back and forth over the text boxes, the border colour changes don't always change correctly. It basically seems a little random. There are no issues with any of this functionality if I'm using the controls in a WinForms applications. 

I'm not sure whether this is a WindowsFormsHost problem not catching the hover events properly, or a problem with hosted telerik controls, but any help would be appreciated. 

Thanks
Jason
Top achievements
Rank 1
 answered on 06 May 2014
7 answers
202 views
Hi,

I use Dock control for MDI Child Form. When i add new a Child Form, it is adding to dock but don't focus new document. This has changed after last upgrade.

Thanks your help. 

Best Regard
Stefan
Telerik team
 answered on 05 May 2014
0 answers
96 views
Hello Telerik
I have a question about radPivotFieldList ,Is it possible to change the text of fields in radPivotFieldList ,I used the code bellow but it didnt work

radPivotFieldList1.FieldsControl.Nodes[0].RootNode.Text="my text0";
radPivotFieldList1.FieldsControl.Nodes[1].RootNode.Text="my text1";
Mahsan
Top achievements
Rank 1
 asked on 05 May 2014
7 answers
289 views
When I subscribe to the tooltip needed event of radspineditor, I find that the tool-tip only appears when mouse hovers over the arrow buttons of radspineditor element. How can I make sure that the same tool-tip also displays when mouse is over the text box portion of radspineditor?

I am using 2008 Q1 SP1 version.

Thanks
Sunil
Jeffrey
Top achievements
Rank 1
 answered on 02 May 2014
6 answers
127 views
Hello:
I have a problem when I want press the key "Alt" + some number.
example: Alt+64 = @
When I press the key "Alt", my textbox lost the focus and I can't place the simbol.
I have in my form a radribbonbar and when I press this key, the focus is placed here.

what's the solution?
thanks
George
Telerik team
 answered on 02 May 2014
1 answer
227 views
Is there a way to build the set of Categories and Items shown in a PropertyGrid at design-time?  I realize that the focus of the PropertyGrid control is to dynamically bind to an object to allow access to changing the object's property values, so this may be outside of the original purpose of the PropertyGrid control.  I really like the look and feel of the PropertyGrid with being able to organize fields by categories and provide custom editors for changing the values, and so I'm looking to be able to setup the PropertyGrid at design-time with my own pre-defined set of Categories, and then add Items under each Category, and databind each Item's value to an object's property.  Similar to how you build the columns of a DataGridView at design-time, and set the "DataPropertyName" that you want that column to be bound to.

It doesn't appear that you can do this directly with the current RadPropertyGrid control, but is there way to get this kind of functionality using RadPropertyGrid, or another Telerik control that would offer this?
Peter
Telerik team
 answered on 02 May 2014
4 answers
339 views

Hello. I have two problems with filtering in RadTreeView control.
1. I add nodes to tree when filtering is enabled.

Code: 

radTreeView1.Filter = "new";
radTreeView1.Nodes.Add( "new Node" );
for ( int i = 0; i < 1000; i++ )
{
   radTreeView1.Nodes.Add( new RadTreeNode( "test" ) );
}

You can see that after this actions scroll does not work correctly (see screenshot 1).

2. Some node is added to tree when filter was enabled.

radTreeView1.Filter = "new";
var node = new RadTreeNode( "test" );
radTreeView1.Nodes.Add( node );
After some actions I must to check if node was added. When node was not added I add it again.
if ( radTreeView1.Nodes.Contains( node ) == false )
{
 radTreeView1.Nodes.Add( new RadTreeNode( "test" ) );
}
 
I  don't know how to check is node is present in tree. When node is filtered it is absent in Nodes.
How can I check that node is present in tree?

Dev3
Top achievements
Rank 1
 answered on 02 May 2014
10 answers
1.6K+ views
Hello,

I am looking for example code that shows how to import, and populate a Grid from Excel data. Is it already somewhere on this forum?

Thanks,

Patrick.
George
Telerik team
 answered on 01 May 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)
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?