Telerik Forums
UI for WinForms Forum
1 answer
218 views
Greetings,
Is there a way to increase or decrease the animation speed of the form carousel?

Also, is there any way to import a form to use as a control?  I'd like to mimic the Windows Runline, for instance, as a selection in the Carousel.

Thanks!

Jim
Mike
Telerik team
 answered on 27 Aug 2008
1 answer
167 views
Hello Team,

    I am using radgridview for databinding, and its a hierarchical grid.
    If i have chils rows, then only i can add new row for child grid.
    Can it be able to add new child row if there are no rows present in child grid?
    If so how?
    Please let me know abt this.

thanks & regards,
Narendra P
erwin
Top achievements
Rank 1
Veteran
Iron
 answered on 27 Aug 2008
1 answer
150 views
I would like to know how to change default behavior of RadCalendar control. In particolar I need to :
- change a color of a single day
- associate a little images to a single day

Regards
Stefano Milanesi

Nikolay
Telerik team
 answered on 27 Aug 2008
1 answer
153 views
Hey,
     Is there anyway that I can show the Conditional formatting dialog programmatically by a button click?
I mean to use something just like the function that shows the column chooser
RadGridView.ShowColumnChooser() function
Thanks
Nikolay
Telerik team
 answered on 26 Aug 2008
2 answers
170 views
Is there a means to disable the Month/Year selector?

Thanks,
  Chris
Nikolay
Telerik team
 answered on 26 Aug 2008
2 answers
138 views
Hi,

I get this error when trying to display gridview with lookup column. Any clue where's the problem?

http://mf.ederon.net/telerik/gridviewlookup.png

Column bound to lookup is called ContactRoleID, ValueMember is Id and DisplayMember is Description. ContactRoleID of grid datasource is same type as Id from the lookup list (string).

Thanks for any help.

Regards,
Daniel
Dimitar Kapitanov
Telerik team
 answered on 25 Aug 2008
4 answers
129 views
Hello,

Is it possible to add a column to a radgridview, that corresponds to a another specific column value?
 
For instance, if a value in column A is greater than 10, in column B, I want to show an exclamation point or an image that corresponds to that condition. I want to create a grid like the outlook messages list (using exclamation points, envelops, etc.)

I'm using the conditional formating but, as long as I know, I can only apply row/cell color formating.

Thank You.
LM

Nikolay
Telerik team
 answered on 25 Aug 2008
1 answer
65 views
How can I avoid showing "+" symbols for nodes that do not have children ?
Jordan
Telerik team
 answered on 25 Aug 2008
2 answers
115 views
I have a gridview with a child list and I want all records
and lists to be fully expanded (opened) verses collapsed.  What is the recommended approach to this scenario?

Thank you.
Michael
Top achievements
Rank 1
 answered on 22 Aug 2008
4 answers
196 views
I an creating a custom date picker control using the radCalendar.  (The radDatetime picker does not allow for some of the calendar options our client has requested).

The user control uses a ToolStripDropDown to display the radCalendar control when the user clicks a button.

My problem is the theme is not applied from the second through xth instance of the user control.  The first instance added to a form will always theme correctly.

Below is a snippet of code from the user control showing the creation of the radCalendar, ToolStripControlHost and ToolStripDropdown control.

Suggestions?

Thanks,
  Chris

        //Create the calendar 
            RadCalendar radCalendar = new RadCalendar(); 
            radCalendar.Orientation = Orientation.Horizontal; 
            radCalendar.DayNameFormat = Telerik.WinControls.UI.DayNameFormat.Full; 
            radCalendar.ShowRowHeaders = false
            radCalendar.ShowColumnHeaders = true
            radCalendar.AllowMultipleView = true
            radCalendar.MultiViewColumns = 2
            radCalendar.ThemeName = "Office2007Blue"
            radCalendar.Size = new Size(462, 275); 
            radCalendar.SelectionChanged += new EventHandler(radCalendar_SelectionChanged); 
 
            //Create the Calendar Host 
            _calendarHost = new ToolStripControlHost(radCalendar); 
            _calendarHost.Height = radCalendar.Height; 
            _calendarHost.Width = radCalendar.Width; 
 
            //Create the drop down 
            _dropDown = new ToolStripDropDown(); 
            _dropDown.Width = radCalendar.Width; 
            _dropDown.Height = radCalendar.HeaderHeight; 
            _dropDown.VisibleChanged += new EventHandler(_dropDown_VisibleChanged); 
            _dropDown.Items.Add(_calendarHost); 

Mike
Telerik team
 answered on 22 Aug 2008
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?