Telerik Forums
UI for WinForms Forum
1 answer
99 views
Hi Team,
I want by data is loaded by default shorted with according to two column in grid means combination of two column  shorting. how it is possible please help me.

Regards
Ashish
Emanuel Varga
Top achievements
Rank 1
 answered on 18 May 2013
1 answer
241 views

Hi,

               
       We are trying to upgrade the look of our ToolTips in our products. We are focusing our efforts on the ToolTips that display information about the object that is currently hovered in the graphical zones of our products. We want to be able to display some of the properties of that object arranged in some fashionable way. You could find an example (sketched in Paint) of the new ToolTips we want in the attached files.

       Our products are built on top of the Microsoft .NET WinForms framework with some specific WPF controls like your ScheduleView WPF RadControl. Our graphical areas are just ordinary WinForms Panels that we use as drawing surfaces (with GDI API).


       Our current requirements specifies that only include static information would be displayed in the ToolTip, but it is quite possible in a short timeline that we get the requirements to put some interactive content in the ToolTip like user actions (buttons or link buttons, …).


       I would be please to know if you offer any ToolTip control that we could use to accomplish our needs. We would be at ease to use any kind of technology (WinForms, WPF/XAML, HTML, ...). Our only restraint is that our graphical areas are built with WinForms. Do you have any recommendations to give us?


Thanks a lot.

Stefan
Telerik team
 answered on 18 May 2013
3 answers
212 views
Hello,

I cannot seem to get an X Axis to behave as a non-categorical type of axis. In other words, not only do we have numerical data in the Y-Axis, but also we've got numerical data in the X-Axis. Is this possible with Telerik RadChartView? Or does the X Axis always get treated like a "category"? If so, how?

Thank you...

Regards,

Michael Powell
Ivan Petrov
Telerik team
 answered on 17 May 2013
2 answers
500 views
Hello,

I'm using the RadPageView component with the "strip" ViewMode.
I'd like to change the title bar which indicates the active page into bold, but I didn't found any usefull property, nor any UI element in the Visual Style Builder.

How should I do this ?

Best regards
NourElDeen
NourElDeen
Top achievements
Rank 1
 answered on 17 May 2013
2 answers
708 views
Hello,...
i want to validate my wizard panels fields on the next button click....
Usman
Top achievements
Rank 1
 answered on 17 May 2013
13 answers
3.7K+ views
I have 2 RadPageViewPage  in a RadPageView.

When the form initially loads the second RadPageViewPage is visible.

 

How can i force that when the form is initially loaded it should be the first RadPageViewPage that is visible !!

Second how to change the view to a specific RadPageViewPage in the code at run time.

Is there a property  such as
RadPageView.SelectedRadPageViewPage =  2.   that will set the second RadPageViewPage to be visible etc etc .


thanks

IK

 

Stefan
Telerik team
 answered on 17 May 2013
2 answers
194 views
 how do i hide or remove the drag column here to group by this column?
Smayr
Top achievements
Rank 1
 answered on 16 May 2013
0 answers
173 views
How do we change the font of a resource 

http://www.telerik.com/help/winforms/scheduler-views-grouping-by-resources.html

This page details only colours not the font

Particularly the Header part not the diary part

Hmm got it sorted

If rsScheduler.GroupType = GroupType.Resource And rsScheduler.ActiveViewType = SchedulerViewType.Day Then
           Dim element As SchedulerDayViewGroupedByResourceElement = TryCast(Me.rsScheduler.SchedulerElement.ViewElement, SchedulerDayViewGroupedByResourceElement)
           element.Font = New Font(element.Font.FontFamily, element.Font.SizeInPoints, FontStyle.Regular)
           element.ForeColor = Color.Black
    End If
Denis Cilliers
Top achievements
Rank 1
 asked on 16 May 2013
2 answers
1.7K+ views
I have an MDI Parent Form (System.Windows.Forms.Form) and an MDI Child Form (Telerik.WinControls.UI.RadForm).

My parent form has it's FormBorderStyle set to None and contains a RadRibbonBar.

When I open a new instance of the child form and maximize it, it's showing the Title Bar/Control Box/Icon of the child form above the RadRibbonBar Title Bar/Control Box/Icon.

Is there any way to make it not show these when maximized?

See attached pictures.

Thanks in advance!

EDIT: I can get it to work if my parent form is a Telerik.WinControls.UI.RadRibbonForm but it has the standard Windows 7 Blue border around the whole page and doesn't flow properly with the theme. Is there a way I can get the functionality of the RadRibbonForm with the theme of the standard Form?
Peter
Telerik team
 answered on 16 May 2013
3 answers
445 views
I'm trying to set up a ListView with two groups that allows the user to:

1. Drag and Drop items within the first group only.  The user can sequence (non-group) items in that part of the list.  Only one item at a time should be dragged/dropped.  (The drag/drop example I found on the forum doesn't work well with groups.  It removes items.  But it works well if I eliminate my groups.)

2. Double click an item to move it from its current group to the other group.  I got this much code to work.  What I need to work out still is to prevent double-clicking on a group item from expanding/collapsing that group.

private void lvMain_DoubleClick(object sender, EventArgs e)
{
    if (lvMain.SelectedItem.GetType() == typeof(ListViewDataItem))
    {
        if (lvMain.SelectedItem.Group == lvMain.Groups[0])
        {
            lvMain.SelectedItem.Group = lvMain.Groups[1];
        }
        else
        {
            lvMain.SelectedItem.Group = lvMain.Groups[0];
        }
    }
}

Thank you,
Gary
Peter
Telerik team
 answered on 16 May 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)
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?