Telerik Forums
UI for WinForms Forum
1 answer
108 views
I've noticed that multiselecting using shift + arrow does not work. I am using version 2009.2.9.729.
Is it me doing something wrong or does it simply does not support such operation?
Victor
Telerik team
 answered on 14 Aug 2009
1 answer
91 views
hi,

if you put a contextmenu with 2 levels in a grid and deactivate the first level, the second one will still show.
To reproduce put 2 first level entry with some second level entries. 
Make one enabled and the second disabled.

mateo
Jack
Telerik team
 answered on 14 Aug 2009
3 answers
185 views
Hello,

I am having problem setting up conditional formatting with enum value.

The grid is bound to the list of objects which have the enum called Priority { High, Normal, Low }. I am setting different colors based on the priority and the formatting is not working. The case sensitive has no effect.

Any ideas ?
Jack
Telerik team
 answered on 14 Aug 2009
1 answer
167 views
I get one thing sorted then hit another problem, I'm sure someone will now this.

I want to allow the user to choose the SKIN from a combo box and refresh the chart to display the new colour scheme.
I thought it would be an easy bit of code like:

RadChart1.Chart.Skin = "Black"
RadChart1.UpdateGraphics()

Thanks in advance Guru's,

Gary

Robert
Top achievements
Rank 1
 answered on 13 Aug 2009
7 answers
146 views
Hi,

I have a grid (2009 Q2) with a number of GridViewComboBoxColumn attached to them, each of which is populated from an array data source. I wish to highlight one of the items in the combo when it is dropped down for some reason (i.e. changing the font to Bold). To do this I intercept the EditorRequired event to get access to the default editing control being supplied for the cell - my idea is that I can access the created control and manipulate its contents. Here is my method

static

 

void grid_EditorRequired(object sender, Telerik.WinControls.UI.EditorRequiredEventArgs e)

 

{

Telerik.WinControls.UI.

RadComboBoxEditor comboEditor = e.Editor as Telerik.WinControls.UI.RadComboBoxEditor;

 

 

 

if (comboEditor != null)

 

{

Telerik.WinControls.UI.

RadComboBox comboBoxControl = comboEditor.EditorElement.ElementTree.Control as Telerik.WinControls.UI.RadComboBox;

 

 

// Do some work with the combo box control here

 

}

}

However the e.Editor is always Null (the e.EditorType is typeof(RadComboBoxEditor) as expected).

I see from several postings that I would expect to have an instance of the RadComboBoxEditor in the e.Editor property, and that this event is the correct one to do what I'm trying to do.

In addition, other posts have been shown solutions which show that RadComboBoxEditor class has an Items collection, but in my edition of Rad this property does not exist, and I'm guessing my route through to the combo box items collection is through .EditorElement.ElementTree.Control.

Can you help untangle this for me ?

Nikolay
Telerik team
 answered on 13 Aug 2009
1 answer
90 views
Hi :

i have same question about the following thead:

http://www.telerik.com/community/forums/winforms/gridview/rowvalidating-event-missing.aspx


i think this issue is important when add a new row into rad datagrid

will  this issue solved in the latest version?

Victor
Telerik team
 answered on 13 Aug 2009
1 answer
110 views
Hi,
How can i change RadPanelBarGroupElement caption in radpanelbar at runtime
Boyko Markov
Telerik team
 answered on 13 Aug 2009
1 answer
222 views
Hi, is there a way to have scroll bars when there are too many events on a RadScheduler? It happens when I switch to Week view.. I see there are unaccessible appointments in the Scheduler and without scroll bars I can't see them properly.

Also, I've changed to look of the RadSchedulerNavigator and RadScheduler and when I click on either Week or Month on the navigator, it changes the view back to the original version and does the same on the Scheduler. Is there a way to avoid that?

Thanks
Boyko Markov
Telerik team
 answered on 13 Aug 2009
1 answer
390 views
dear all,
i am newbie in winform.
I have 2 radpanel in mainform. i have 2 usercontrol is usercontrol1,and usercontrol2.
In usercontrol1 have a button. usercontrol1 nested in radpanel1. when app run i want click button in usercontrol1 i wish panel2 load usercontrol2.
how i can archive
thanks all.
Robert
Top achievements
Rank 1
 answered on 12 Aug 2009
3 answers
192 views
I am seeking any reference to see if RibbonBar can support dynamic creation of Contextual Tabs.

Business Example:

I have a ribbon bar with one tab "Contacts" with button options to "Add New", "Edit Existing" or 'Delete" and a list of existing contacts.

When I select "Add New" this would create a contextual tab "Add New Contact" display buttons "Save" or "Cancel" and a form to complete the contacts details. When press "Save" or "Cancel" the contextual tab would close.

When I select "Edit Existing" this would create a contextual tab "Edit Existing Contact" display buttons "Save" or "Cancel" and a form with the contacts info to edit the contacts details. When press "Save" or "Cancel" the contextual tab would close.

I would like to have multiple contextual tabs open at the same time... "Add New", "Edit Exiting", "Edit Existing", etc..

Any guidence would be greatly appreciated!
Peter
Telerik team
 answered on 12 Aug 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)
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?