Telerik Forums
UI for WinForms Forum
1 answer
228 views

Hello,

I have an application developed in vb.net 2005 and using Telerik RadControls for WinForms 2008 Q3 Sp2. I have two types of panel controls (RadPanel for gradient back color and system panel control) used on the form (windows form). I set the form's "AutoScaleMode" to "DPI". 

When I launch my application on a client machine with Windows XP OS and DPI more than 96, all controls adjust accordingly except the controls within RadPanel (as shown in attached image). Another problem with RadComboBox is that it doesn't adjust its size with respect to the size of text inside (unchanged due to DPI change). On the other hand when I use system panel control instead of RadPanel every thing looks fine. Please help me in this case. Also how can my application's UI be unaffected due to windows DPI change. Thanks

Thanks

Haroon 

Victor
Telerik team
 answered on 15 Jun 2010
1 answer
158 views
Hi

How can i do that  http://i45.tinypic.com/2r3uu7c.png in my pie chart ?

This is my code ;

DataTable

 

table = new DataTable();

 

table.Columns.Add(

"STATE", typeof(string));

 

table.Columns.Add(

"VALUE", typeof(int));

 


table.Rows.Add(

"AVAIL", 50);

 

table.Rows.Add(

"ACD", 10);

 

table.Rows.Add(

"AUX", 20);

 

table.Rows.Add(

"ACW", 30);

 

table.Rows.Add(

"RING", 24);

 

table.Rows.Add(

"OTHER", 47);

 

radChart1.ChartTitle.TextBlock.Text =

"Agent Status For " + this.Text;

 

 

DataTable dt = table ;

 

 

 

Telerik.Charting.

ChartSeries series = new Telerik.Charting.ChartSeries();

 

series.Type = Telerik.Charting.

ChartSeriesType.Pie;

 

series.Appearance.LegendDisplayMode = Telerik.Charting.

ChartSeriesLegendDisplayMode.ItemLabels;

 

series.DataYColumn =

"VALUE";

 

 

radChart1.Series.Clear();

radChart1.Series.Add(series);

 

radChart1.DataSource = dt;

radChart1.DataBind();



Thanks ...
Dwight
Telerik team
 answered on 14 Jun 2010
9 answers
1.4K+ views
I have a requirement to set focus to a particular cell in edit mode (with the editor created, visible, and with focus).  Any assistance is greatly appreciated.
Jack
Telerik team
 answered on 14 Jun 2010
5 answers
288 views
Hi,
i have used the following code in 'valueChanged' event, But it does not help

dtpLDDate.DateTimePickerElement.TextBoxElement.TextBoxItem.ReadOnly = true;


Minimum date value that we have is 1753(year), if in any case user enters any value less than 1753(year), then the datetimepicker control does not fire any event(Neither 'valuechanged' nor 'keypressed').
Please suggest me some solution to fix this problem.
Please reply soon.
Martin Vasilev
Telerik team
 answered on 14 Jun 2010
3 answers
161 views
Hi
I have three columns and three rows below.

 

Column1

Column2

Column3

Row1

IsEditable = true

IsEditable = false

IsEditable = false

Row2

IsEditable = true

IsEditable = false

IsEditable = false

Row3

IsEditable = true

IsEditable = false

IsEditable = false


I just want that three cells are editable. How can I do that?

Thanks in advance.
Minkyu Lee.
Jack
Telerik team
 answered on 14 Jun 2010
1 answer
270 views
I entered the "edit UI Elements" under the RadScheduler's smart tag menu then  -> Telerik.WinControls.UI.ViewNavigationElement.  There are two, one for "Next Appointments" and one for "Previous Appointments. 

I changed the text property of these two respectively to "Next Scheduled Date" and "Previous Scheduled Date".  When I compile and run the application, these Nav. buttons displays the updated text (this is in month view).

When I change view to other views (day, week, etc.) the caption on these buttons display the original "Previous/Next Appointment" text again even in the original month view.

What am I doing wrong?

TIA

Chris
Dobry Zranchev
Telerik team
 answered on 14 Jun 2010
4 answers
514 views

We recently updated to Q1 2010 SP2.

When I add a office2007BlackTheme to a form, the run in debug with Exceptions set up to break whenever an exception is thrown, I get the exception below on this line from InitializeComponent:

 

 

this.office2007BlackTheme1 = new Telerik.WinControls.Themes.Office2007BlackTheme(); 

 

 

 

Everything still seems to work fine, but it is anoying when debugging.

BindingFailure was detected
Message: The assembly with display name 'Telerik.WinControls.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Telerik.WinControls.XmlSerializers, Version=2010.1.10.504, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies. The system cannot find the file specified.
File name: 'Telerik.WinControls.XmlSerializers, Version=2010.1.10.504, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'

=== Pre-bind state information ===
LOG: User = LOGICIM\pacarrier
LOG: DisplayName = Telerik.WinControls.XmlSerializers, Version=2010.1.10.504, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL
 (Fully-specified)
LOG: Appbase = file:///C:/Users/pacarrier/Documents/Visual Studio 2008/Projects/TestTelerik/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.
===
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: Telerik.WinControls.XmlSerializers, Version=2010.1.10.504, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL
LOG: Attempting download of new URL file:///C:/Users/pacarrier/Documents/Visual Studio 2008/Projects/TestTelerik/bin/Debug/Telerik.WinControls.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Users/pacarrier/Documents/Visual Studio 2008/Projects/TestTelerik/bin/Debug/Telerik.WinControls.XmlSerializers/Telerik.WinControls.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Users/pacarrier/Documents/Visual Studio 2008/Projects/TestTelerik/bin/Debug/Telerik.WinControls.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Users/pacarrier/Documents/Visual Studio 2008/Projects/TestTelerik/bin/Debug/Telerik.WinControls.XmlSerializers/Telerik.WinControls.XmlSerializers.EXE.

 

Victor
Telerik team
 answered on 14 Jun 2010
1 answer
106 views
Hi,

In my application,i want to create my own theme and apply it to the RadRibbon form,Here i'm unable to apply the background image to the form only we can give the backcolor to the radribbon form.And also in the RadRibbonBar,unable to give the image to the icon.

Please reply ASAP and check the screen shot ,here it depicts that, i'm unable to assign the image to the radribbonbar.


Thank you,
Pradeep
Victor
Telerik team
 answered on 14 Jun 2010
2 answers
366 views
Hello, I have a RadForm as main form with WindowState = Maximized. One of our customer have the problem that form is not shown maximized on start up. The form appears on the lower right corner of the screen and is cut off. The customer have to manually move the form to the upper left corner. I think form is maximized, because doubleclick on form title have no effect. But position is not centerd. I am not able to reproducce this behavior. OS is WinXP with the newest Service Pack.

Any idea ?


Best regards,

Markus
Markus
Top achievements
Rank 1
 answered on 14 Jun 2010
1 answer
179 views
Hello,

when i click on a PageViewPage of a PageView in the Designer then the Designer does not show the properties for the PageViewPage but it shows the properties of the PageView. This is confusing when you just want to edit a property of a PageViewPage.

When i select a PageViewPage in the properties combobox of VisualStudio 2010 then the Designer does not acitvate the selected PageViewPage. This is also confusing.
 
Kind Regards,

Ramius
Georgi
Telerik team
 answered on 14 Jun 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?