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 :)
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
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");
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)
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.
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.