Telerik Forums
UI for WinForms Forum
2 answers
91 views
hello everybody , i'm new user of telerik winforms 2012 Q2 and when i want use chartView i cant find PropertyBuilder , and i want to connect my chartView type pie with my request ==> select count(*) as expr1,candidat.sourcing from candidat, sourcing where candidat.sourcing=sourcing.sourcing group by candidat.sourcing.
 i wana show the percentage nombre of candidat per her sourcing . so how can i do that because i'm so begginer and i dont know how to do it . and thank's for help :)
Free_Mind
Top achievements
Rank 1
 answered on 15 Aug 2014
3 answers
120 views
Hi,

ContextualTabGroup shows me wrong Font?

Please see image.

How can i fix this problem?

Visual Studio 2013 SP3
Windows 8.1 64 Bit
Telerik Controls 2014.2.715.20
Stefan
Telerik team
 answered on 15 Aug 2014
1 answer
101 views
Telerik Members: 

Is it possible to set the selected appointment border's style? 

Thank you 
Stefan
Telerik team
 answered on 15 Aug 2014
1 answer
88 views
Hi!
Id like know how do I  check if the  RadMaskEdit    contains some values or is null?
(__)-_______

If (this.radMaskEdit.Value != null)
   {
      validate .....
   }  
else
  {
      alert....
  }

Dimitar
Telerik team
 answered on 15 Aug 2014
1 answer
77 views
Hi,

Could you please help me with setting Height and Width for GridViewImage Column.

Thanks & Regards
Nisha
Stefan
Telerik team
 answered on 15 Aug 2014
6 answers
115 views
Hola a todos, espero halla alguien que hable español y me pueda aclarar lo siguiente.

Necesito crear una agenda y estoy utilizando el control sheduler, pero quiero que cuando le de doble click en determinada hora no me salga el appointment que tiene por defecto sino uno que yo halla diseñado, o que por lo menos me deje editar el appointment a mis necesidades; porque la verdad no tengo idea de como se hace 

Agradezco a quien me pueda ayudar o dar una luz.
 
George
Telerik team
 answered on 14 Aug 2014
1 answer
121 views
hello,

Im generating my GanttViewDataItems per code. I will not set up a DataSet for it. Everything works fine, but I need that the item has an extra property for an extra TextViewCollumn.

I have set up my cols:

GanttViewTextViewColumn titleColumn = new GanttViewTextViewColumn("Title");
GanttViewTextViewColumn startColumn = new GanttViewTextViewColumn("Start");
GanttViewTextViewColumn endColumn = new GanttViewTextViewColumn("End");
GanttViewTextViewColumn dauerColumn = new GanttViewTextViewColumn("Progress");
GanttViewTextViewColumn myColumn = new GanttViewTextViewColumn("myValue");

titleColumn.HeaderText = "title";
startColumn.HeaderText = "title";
endColumn.HeaderText = "title";
dauerColumn.HeaderText = "title";
planmengeColumn.HeaderText = "myvalue";

this.radGanttView.GanttViewElement.Columns.Add(titleColumn);
this.radGanttView.GanttViewElement.Columns.Add(startColumn);
this.radGanttView.GanttViewElement.Columns.Add(endColumn);
this.radGanttView.GanttViewElement.Columns.Add(dauerColumn);
this.radGanttView.GanttViewElement.Columns.Add(myColumn);
 
 Then i create my Items ( I loop them outside):

GanttViewDataItem item = new GanttViewDataItem();
item.Tag = value1.ToString();
item.Start = value2.ToDateTime();
item.End = value3.ToDateTime();
item.Title = value4.ToString();
item.Progress = value5.ToInt16();

myRadObject plan = new myRadObject();
plan.myValue = 121212;
plan.SetValue(myRadObject.myProperty, plan.myValue);
item.BindProperty(myRadObject.myProperty, plan, myRadObject.myProperty, PropertyBindingOptions.OneWay); 

 I created a inner class for RadObject (myRadObject)

 internal class myRadObject : RadObject
{
public static RadProperty myProperty = RadProperty.Register("myValue", typeof(decimal), typeof(myRadObject),
new RadElementPropertyMetadata("", ElementPropertyOptions.None));

public decimal val
{
get {return (decimal)this.GetValue(myProperty); }

set { this.SetValue(myProperty, value); }
}
}

 Add to GanttView:

this.radGanttView.Items.Add(item);


 The problem is that it will not display the items in the "myValue" collumn, the rest works great!





George
Telerik team
 answered on 14 Aug 2014
0 answers
36 views
Hi,

we are looking for someone with experience in developing themes for WinForms. Based on an existing graphics styleguide, we would like to develop a theme to apply the design to approx. 20 controls. Is anyone interested in such a freelance project? (relevant experience is a must)

Thanks & regards,
Achim
Achim
Top achievements
Rank 1
 asked on 13 Aug 2014
1 answer
110 views
When we are using the color editor from the Property Grid and navigate to either the System or Web tabs, then key in a letter to jump to the first value, after the first keystroke we are ok, but every keystroke after adds text that overlaps the value in the grid where the text resides.  Please see the attached picture.

Dimitar
Telerik team
 answered on 13 Aug 2014
3 answers
169 views
I am loading a .Net assembly as a COM object in another application. When it loads, there are several forms that are created dynamically that contain various Telerik RadControls. When the assembly loads up, I receive about 30 message box alerts with the message "Telerik.WinControls.RadElement.BackgroundShape" along with a few other messages. Once I click OK on all of these message boxes, everything loads fine.

How do I get rid of these popup messages?
Stefan
Telerik team
 answered on 13 Aug 2014
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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?