Telerik Forums
UI for WinForms Forum
4 answers
155 views
Docking 2008 Q1 SP1

In some strange cases opening a new document seems to cause repeated repainting / resizing(?) of documents that are in the background. Are there known repainting/refresh bugs? To provide a test application is probably quite complicated. I've noticed this mainly with UserDockForms that contain nested Table Layout Panels and .net UserControls.
Julian Benkov
Telerik team
 answered on 13 Jun 2008
1 answer
107 views
hi,

I have drawn the Gantt chart with date on X-axis, time on Y-axis.
I  have added the range of the X-Axis using the following Statement

radChart1.PlotArea.XAxis.AddRange(GraphStartTime.ToOADate(), GraphStartTime.AddDays(7).ToOADate(), 1);

I have set the Y-AxisLabel text to "XYZ".

My requirement is to change the AxisLabel text to "ABC", when the user clicks on the button.

I add the following code:
private void btnChangeAxisLabel_Click(object sender, EventArgs e)
{
            radChart1.PlotArea.YAxis.AxisLabel.TextBlock.Text = "XYZ";
            radChart1.Refresh();
            radChart1.UpdateGraphics();
            radChart1.Update();
}


It is changing the AxisLabel text to "ABC".
But X-Axis ChartAxisItem's TextBlock.Text is not appearing(i.e The dates what i have added to X-axis is not appearing).

Please share the sample code.




           
Dwight
Telerik team
 answered on 13 Jun 2008
3 answers
242 views
I've recently started using DevForce for middle-tier development on my winform applications and am having difficulty binding with the Telerik GridView.  I saw in the example the grid binds to arraylists but what about Generic Collections?  The grid binds to all properties and I don't see a way to control that.  Am I missing something?

Al
Julian Benkov
Telerik team
 answered on 13 Jun 2008
2 answers
89 views
Hello,

I am having problems with the docking manager (6.0.2.0) at Design time again.

One of the Panels I am using in the docking manager has a Handler for the VisibleChanged-Event (so it fills its components with data the first time its actually visible)

This caused the visual studio designer (!!) to freeze (CPU 100%).
When I comment out the VisibleChanged Handler of the Panel , everything works fine.

At runtime both alternatives work.

So do events actually get fired at design time ?

Which DockPanel-Event should I handle if I want to intialize components (for example fill a RadComboBox with data) at runtime when they are first visible to the user.


Greetings
Julian Benkov
Telerik team
 answered on 13 Jun 2008
3 answers
335 views
Hi,

Just want to ask if why the value of my RadMaskedTextBox is always reset to current date when ever I clicked or the cursor is on the said field.

Scenario is the RadMaskedTextBox is populated during the Load_Form event and whenever I click or put the cursor on the said field, it would reset the value to current day. Example is when the loaded data is 04/04/1980, and when I click or put the cursor on the said field, it would reset to current date, which is 06/03/2008.

Hoping for your swift reply.

Regards,
Jhun
Boyko Markov
Telerik team
 answered on 13 Jun 2008
2 answers
223 views
Hi All,

Can any one please tell me how to draw a reference line at a point on Y-axis?like a threshold line at threshold point.

exact requirement:

i need to draw a horizontal reference line parallel to X-axis like suppose at point 3 on y-axis i need to draw a cut-off line which should be parallel to the x-axis like

Y-axis
|
|
|3-----------------------------------------------------
|
|
|
------------------------------------------------------- X-axis 

is this possible? if so please share some sample code.

Thanks in advance.

regards,
kiran


Dwight
Telerik team
 answered on 13 Jun 2008
5 answers
136 views
Hi, I assigned the shortcut of Ctrl + S to a btn_save_Click, and it works most of the time.  However, when I run a child window, press Ctrl + S while the child has focus, and return to the parent form, the shortcut no longer works.

Thanks in advance.
Eric
Top achievements
Rank 1
 answered on 12 Jun 2008
2 answers
163 views
How do I scroll the GridView to a specific row in code without selecting it?
Bob
Top achievements
Rank 1
 answered on 12 Jun 2008
1 answer
188 views
hi,

I want to Zoom the chart along the Y-axis.

Ex:-

http://www.smartmoney.com/eqsnaps/index.cfm?story=charting&symbol=IBM

open the above link.
In that one When the user clicks on the chart and drags along X-axis, it is zooming that part. But I want to Zoom it along Y-axis (i.e when the user clicks on the Y-axis and drags the cursor, we have to zoom the chart along Y-Axis.)

One more thing is, It is showing one vertical line  for all the charts.
I have charts one above the other(for all date on X-axis).
Instead of that one I want one fixed vertical line, it should have to pass through all the charts.
suppose I have a combo box. I will  select one particular range in that combo box. i have to highlight that particular range data items with one vertical line
(i.e That vertical line should have to be expand, and should have to cover the data items of the combobox selected dates range).

Thanks and Regards,
chandra
Ves
Telerik team
 answered on 12 Jun 2008
1 answer
63 views
First of all, yes we are using Q3 2007 SP1 because we don't dare upgrade at this late point in our development.

Secondly, I have no posted screenshots yet because I am hoping this is a known issue.

Basically, we have a grid with one level of grouping and a theme applied.. everything works pefectly.. except if we scroll up and down on the grid really fast using the mouse wheel, suddenly cells start to lose their style, reverting back to the default font and color.

Using RadControlSpy confirms the cells are losing all custom styling.

Is this a known issue? If not I can create an example to upload.

Thanks,

Capstone
Jack
Telerik team
 answered on 12 Jun 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?