Telerik Forums
UI for WinForms Forum
2 answers
342 views
Hi there,

I have a RadChart which one I use to represent discret double values.
So I create as many ChartSeries as I need and I added items -by using ChartSeries.AddItem(Value, String) -.
For my need, every single value added to the ChartSeries has a corresponding DateTime value, so I need to add DateTime values to the X Axis.

The problem is that while I create the ChartSeries I can't add a DateTime value, a ChartSeriesItem  only has double on X and Y axis.

I also tried to add the DateTime x axis values by using the RadChart.PlotArea.XAxis.AddItem(Date.ToString()), but that makes no sense because only recieves string, not DateTime values.

So how can add a DateTime value to the X Axis which match a value at the ChartSeries ?

And hoh can add a ToolTip to the  ChartSeriesItem?, I tried ChartSeriesItem.ActiveRegion.Tooltip  but I don't see it, so I think it does not work.


Thanks a lot,

Javier Andrés Cáceres Alvis
Blog Personal: http://speechflow.spaces.live.com/
Blog Intel: http://software.intel.com/en-us/blogs/author/javierandrescaceres/
javier
Top achievements
Rank 1
 answered on 28 Oct 2009
1 answer
187 views
In Rad Editor i entered some URL in hyperlink option. And saved the text. When i  clicked on Edit hyperlink option the values are not setting properly( like it is adding amp; for '&').
Example: I Entered the URL like this http://Sample.com/Issue.aspx?Id=1&SecondID=2&ThirdID=3;
the above URL is displaying like below in Edit mode in hyperlink popup:
http://Sample.com/Issue.aspx?Id=1&SecondID=2&ThirdID=3;
(this is the first time)
http://Sample.com/Issue.aspx?Id=1&SecondID=2&ThirdID=3;(this is the second time. Keep on adding amp; each time to '&' in hyperlink popup)

Thanks,
Chakradhar
Rumen
Telerik team
 answered on 28 Oct 2009
1 answer
158 views
I have some text in Notepad with paragraphs and the space between paragraph is 2 lines and when I copied same text from notepad or word pad and pasted in RAD Editor, I did not have any space between the parapgrahs, the new paragraph was just started on  a new line, no space seperator especially in IE.
When I started adding space between the paragraph from the editor, it added about 5 spaces viually but only 1 when we are done editing. Basically what you see IS NOT what you get.

Thanks,
Chakradhar

Rumen
Telerik team
 answered on 28 Oct 2009
5 answers
103 views
Dear,

When I'm dragging a row from one GridView to another and I'm at the bottom of the GridView (where I want to drop the row), the GridView won't scroll down (I've attached an image to make the problem clearer).
Is there a property available which enables this or do I need to implement this myself? Just to make sure I don't do extra work :o)

Thanks in advance!
Jack
Telerik team
 answered on 28 Oct 2009
9 answers
384 views
I have a grid view with several columns that have text wrap turned on. AutoSizeRows is on. To set the row heights I am using the workaround described here. This works well for all rows that are initially visible.

1.
However, whenever I scroll down to other rows, the newly visible rows are displayed with incorrect row heights even though their height has been calculated correctly upon cell creation.

2.
Also I am not finding a way to force a row resize after cell contents have changed (e.g. long text entered).

Is there a way to force a row resize, e.g. hooked up to CellFormatting? Is there a timeline for implementing the AutoSizeRows enhancements that have previously been mentioned?

Thanks & kind regards
Frank
Jack
Telerik team
 answered on 28 Oct 2009
1 answer
189 views
After upgrading to the latest beta (Nov. 2009) I am now seeing Child View Tabs on the grids.  How do you turn these off?
Jack
Telerik team
 answered on 28 Oct 2009
1 answer
380 views
I'm working on  project with another programmer.  After checking out the latest version from source control and attempting to open some of the windows forms in the designer, I get this error:

Could not load file or assembly 'Telerik.WinControls.UI, Version=7.1.1.0,Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies.The located assembly's manifest definition does not match the assemblyreference. (Exception from HRESULT: 0x80131040)

We are using RadControls for WinForms Q2 2009 SP1 and Visual Studio 2008 SP 1.  Any suggestions on how to fix this error?
Nikolay
Telerik team
 answered on 28 Oct 2009
1 answer
247 views

I have a grid with cell backcolor customized in the CellFormatting event (selected cells are highlighted as blue). Once the cells are not selected, I need to return the cell backcolor to its original color. I first tried setting e.CellElement.BackColor = Color.Empty;

 

 

 & Color.Transparent but this makes the cell as White instead of following the AlternateRowColor. After going through the documentation, I found that I can use CellElement.ResetValue(VisualElement.BackColorProperty). This seems to work better since it respects the AlternateRowColor. However, when I am using some of the Themes, it doesn't respect the ThemeColors. Is there something I am missing?

Regards,
MP

 

Jack
Telerik team
 answered on 28 Oct 2009
1 answer
255 views
Hi,

Our project requirement is to add a radio button column with yes and no in a grid view

ANy suggestions??


Smitha
Jack
Telerik team
 answered on 28 Oct 2009
1 answer
257 views

We are currently writing an application that uses a frequently updated DataTable.

We tried out your grid view to display the data, where we used DataView as binding source. 

The nature of the application is to receive continuance updates from several sources, all coming in asynchronic fashion.

The DataTable update is synchronized, and only one thread at a time updates it.

When we are using Windows.Forms.DataGridView control binded to the DataView, it seems to work fine, but when using your control we get an Invalid Index Exception once we try to sort the columns.

The current rate and volume of the updates is about 80 records per source every five seconds, with up to 100 sources, and it is suppose to increase.

Your grid has been tested with three event sources.

Is there any way to update the grid DataSource, DataTable or DataView, in an asynchronic fashion,  meaning multithreaded, without having the need to overload the main thread using BeginInvoke ?

Are there any known design patterns for that manner ?

Nick
Telerik team
 answered on 28 Oct 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?