Telerik Forums
UI for WinForms Forum
1 answer
101 views
Hello everyone, I have a problem with a stacked area chart.
I have a 12 Series chart with 5 points in each serie.
I would like to show a tooltip with the point information on mouse over.
I used (as I have done with Pie Chart)

ChartSeriesItem item = new ChartSeriesItem(serie.Value, serie.Definition);
item.ActiveRegion.Tooltip = string.Format("{0} - {1}", serie.Definition, serie.Value);

It seems to work but as I put the mouse just right the first point, the control shows the tooltip for the second point and so on...
during debug I saw that
radchart.series[0].items[0].ActiveRegion
has the correct value.

It also seems that the ActiveRegion for the StackedArea Chart for the point 2 starts from the very left side of point 2 and ends on the very right side of point 1.
In this situation I don't have the StackedArea from the very left of point 1...

Sorry for the bad English...

Thanks in advance.
Gabriele

Dwight
Telerik team
 answered on 24 Jun 2009
1 answer
103 views
Hi,

i have 3 documentPane's. The 1. and the 3. must allways the Height 20 and the 2. Pane must Height 100.

How can i do this?
Julian Benkov
Telerik team
 answered on 24 Jun 2009
1 answer
324 views
I have numerous Telerik Controls in a form, let's say for example a radTextBox. when i run the program, it does not show the right click menu (cut copy paste) ... is this something that i need to define? also, i am not able to select the text in a TextBox by dragging the cursor...

Thanks,
Nick
Telerik team
 answered on 24 Jun 2009
1 answer
1.1K+ views
Hi!

I'm currently creating a gui containing both rad textbox controls and rad combobox controls.

Since the combobox control does not have the same height as the textbox controls, lining them up is hard and makes the application look messy.

If you place them next to each other you will see what i meen :)
The text inside the controls is also not at the same height :(

Why?

Regards
Per Bornsjö
Mike
Telerik team
 answered on 24 Jun 2009
3 answers
251 views
Hi,

I need a different font in a grid data row when the mouse is on the row, and reset the font to default when the mouse moves to another grid row.

How to do it?

I couldn't find it in the UI editor.
Martin Vasilev
Telerik team
 answered on 23 Jun 2009
6 answers
241 views
Hi,

I have an application in which I will need to scan a barcode and then the matching record is displayed in a gridview.  Then the next bacode will be scanned and added etc. 

To that end I have got the scanning bit working and as each new barcode is scanned it gets added to an array.  I need to be able to get those array entries setup as the filter of the gridview. 

I would like to do this by setting up an initial filter that will search for record -1 which doesn't exist and as such the grid will be empty.  Then I can add the items in one at a time.  It would be nice and easy if I could do some form of an COLUMNNAME IN (1,2,3) operation on the grid like in SQL.

I have the following code present to add the column IDs to the filter.  It doesn't work.  I've tried a gridview refresh afterwards and no luck. 

Dim filter As Telerik.WinControls.Data.FilterExpression = New Telerik.WinControls.Data.FilterExpression()  
For Each columnID As String In columnIDs  
filter.Predicates.Add(Telerik.WinControls.Data.FilterExpression.BinaryOperation.OR, Telerik.WinControls.UI.GridKnownFunction.EqualTo, columnID)  
Next 
uxRadGridView.Columns("ColumnID").Filter = filter 

Any ideas?

best Regards,

Jon
Martin Vasilev
Telerik team
 answered on 23 Jun 2009
4 answers
165 views
Hello,

What's the best way to provide an initial layout (by code, not using the designer) with two tool windows docked on the left side - the upper one taking about 2/3 of the available height.

Thanks for your help.
erwin
erwin
Top achievements
Rank 1
Veteran
Iron
 answered on 22 Jun 2009
2 answers
130 views
Hello,

I'm using a tree view for a wizard, to show the users what step they are on. It seems perfect for it as I can use different images for each step.

However, I'd like to be able to keep the control enabled (so that the images and the selected node show in colour), but also disallow the user from selecting a different node. Can you tell me if this is possible, or perhaps some workaround that may do the same thing please?

Thanks
Victor
Telerik team
 answered on 22 Jun 2009
2 answers
110 views
For some reason the direction is not showing during a drag and drop operation. This is both in my own code, your demo examples and on multiple pc's... any thoughts?

Claus
Claus
Top achievements
Rank 1
 answered on 22 Jun 2009
7 answers
1.7K+ views


I have added the one checkbox colum in the grid. I would like to make that column editbale and rest of the columns are not. how to make it ?, At the same time I want to capture the  checkbox state changed event.

FYI : I am using the following code to add checkbox column

GridViewCheckBoxColumn
checkBoxColumn = new GridViewCheckBoxColumn();

checkBoxColumn.DataType =

typeof(bool);

checkBoxColumn.HeaderText =

string.Empty;

checkBoxColumn.Width = 25;

dGridDisplayField.MasterGridViewTemplate.Columns.Insert(0, checkBoxColumn);

Thanks you
Raghu

Sebastian
Telerik team
 answered on 22 Jun 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)
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?