Telerik Forums
UI for WinForms Forum
1 answer
139 views
I'm trying to set the TextOrientation of a GridHeaderCellElement. When I set it to Vertical via the "Edit UI Elements" options. The code throws a ArgumentOutOfRangeException because the following code created by the "Element hierarchy editor" is placed in the InitializeComponent method:

((Telerik.WinControls.UI.GridHeaderCellElement)(this.radGridView1.GetChildAt(0).GetChildAt(1).GetChildAt(0).GetChildAt(2))).TextOrientation = System.Windows.Forms.Orientation.Vertical;

when I move it to immediately after the InitializeComponent method, nothing happens.
However setting the TextOrientation to Vertical of a GridGroupHeaderItem does work...

what am I missing?
tanx, greetings
Martin Vasilev
Telerik team
 answered on 25 Jul 2008
3 answers
161 views
Hi, do you have a solid date for Q2 release?
Vassil Petev
Telerik team
 answered on 24 Jul 2008
4 answers
157 views
I am looking for a way to add some kind of custom item to a gridview, much like there is a filter item at the top of the grid. I want to add a custom item (basically a row with some buttons in each column) that will stay at the top of the grid like the filter item.

Do you have any recommendations for how to do this?

Thanks.
Jack
Telerik team
 answered on 24 Jul 2008
2 answers
154 views
I'm building a line rad chart, I do not wish any of my points to show so I have turned them off. After drawing the line I want to show only one point along the line. how can I do this in VB code??
RBarnes
Top achievements
Rank 1
 answered on 24 Jul 2008
1 answer
119 views
Hi,

I want a bounded item of particular item of combo.
Do we have something like that in rad combo for winforms?

Thanks

Regards,
Divyesh Chapaneri
Georgi
Telerik team
 answered on 24 Jul 2008
1 answer
229 views
Hi,

I have a RadGridview on my form in which a column have data shown as underlink (just to give look & feel of Hyperlink column). When user click on any cell on this column, it pop a new FORM. This newly opened form has Cancel button. When i click cancel button, my background screen flicker. I'm appending my code herby:

Main form:

private void radGridViewDLDDiag_CellClick(object sender, GridViewCellEventArgs e){if (e.ColumnIndex == 1 && e.RowIndex > -1)

{

try{
selecteditem = radGridViewDLDDiag.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
DLDConfigUpgradePopUpForm configUpgradePopUpForm = new DLDConfigUpgradePopUpForm(selecteditem);
configUpgradePopUpForm.ShowDialog(
this);
}
catch (Exception ex)
{
}}}


My pop form (DLDConfigUpgradePopUpForm )  has  cancel button

which has one line code as: this.Dispose()

but this makes my background screen flicker. PLease suggest.

Jack
Telerik team
 answered on 24 Jul 2008
3 answers
209 views

Hi ,

I am using a RadTreeNode, tree Structure is given below.                         

Label-0
       Label0-1 -- Context Menu -1 is assigned to this node
               Label0-1-1 Context Menu -2 is assigned to this node
               Label0-1-2 Context Menu -2 is assigned to this node

        Label0-2
              Label0-2-1
                Label0-2-2  
Label-1
                    

I have assigned Context Menu -1” to  Label0-1 and Context Menu -2” to Label0-1-1  as shown above .

When I do a right click on node Label0-1-1, for first time “Context Menu 1” 1 is showing , next time when I do a right click then it’s showing “Context Menu 2”. I mean sub nodes are showing the context menu of the Parent node for the first time and second time when you do a right click it shows the proper context menu. 

Could any body please help me out .

Sasmita 

Jordan
Telerik team
 answered on 24 Jul 2008
1 answer
224 views
How to bind IDictionary as datasouce for RadCombobox controls. I am getting error like Bad datasource for complex binding

radcombobox1.Datasource = Idictionary object.;
radcombobox1.Displaymember = "Value";
Thanks in advance.
Dimitar Kapitanov
Telerik team
 answered on 24 Jul 2008
1 answer
124 views

Is it possible to change the color of text of  all points on a line graph?   I notice that I am able to manipulate the point size, Point color but i am not able to change the  color of text to display in point. I have used RAD Chart v 3.0.1 and i am using framework 1.1 & ASP.Net.

I have tries this.

LineSeries1.AddItem(TotalMinutes, Convert.ToString(TotalMinutes) & " Min", Color.Blue)       
LineSeries1.PointColor = Color.Blue
LineSeries1.PointSize = 5               
LineSeries1.SetItemColor(i, Color.Blue)

But i can change the point color to blue color but not able to change the text of that point.

Also can you please tell me how can i visible Y2Axies in line graph?

Thanks

Ves
Telerik team
 answered on 24 Jul 2008
1 answer
165 views
I was dreaming that someone like telerik will provide a "Print" method on the GridView. May be telerik can add this to the do list for next release.

Kind regards ... DP
Martin Vasilev
Telerik team
 answered on 22 Jul 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)
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?