Hello!
I upgraded the version of WinForms controls from v.2011.2.11.831 to 2012.2.608.20. In my project, i have a base form which is inherited by many others forms. The problem is that, on different forms, when i open the form designer i get errors for several controls: "Duplicate component name 'controlName'. Component names must be unique and case-insensitive.". In the GAC folders a have the dlls with correct version(2012), in the bin folders i replaced the old dlls and on the reference properties i have the correct version.
Is there something wrog? I have made the upgrade with the Telerik Upgrade Wizard from Visual Studio 2008.
1. I have a RadPageViewPage object in which I placed a RadSplitContainer (DockStyle.Fill) with two SplitPanels.
2. Each SplitPanel has Padding property set.
3. In the first SplitPanel I add a control and set its Dock property to Fill the entire content of the panel.
4. In the second SplitPanel instance I add number of controls with their Dock properties set to Top, but the entire SplitPanel's default size is way bigger than the sum of the controls embedded within.
5. I am not using designer, the controls are added programmatically.
Question is: How do I AutoSize both SplitPanel so that the second fits the size of child controls (with set Dock properties to DockStyle.Top) and the first one fill all space that is left?
I have done an application,in that we have 3 split panels,in the 3rd split panel i have added Rad Dock control .In this Rad dock we are adding 3 Tool Windows programatically.My problem is when any of the Tool window is Docked it is not occupying the whole Rad Dock space[means Dock fill].and if all the 3 tool windows are Auto hide[means not dock able] we want the Split panel 2 should occupy half of the space of Split panel3.
Hello...
I saw your demo application for rad winform(q3 2013).and i so impressed with your dashboard design used in demo application software.And i want to know about that design.
Sir is that a RadDock or any other control?
If its a raddock how can i achieve that.
please explain sir
As a test, I have created a new custom theme by importing the stock themes from telerik and giving it a new theme name. I have also modified the treeview styles as part of the new theme package. I have tried creating a theme dll as suggested per Telerik documentation but the new theme does not appear in any of the themename drop downs in the property browser. I have also tried the theme manager and embedding the xml files. As I said the only control I modified was the treeview control using Visual Style Builder and everything looks good in the preview pane with the new look and feel - both treeview style and form style. I have saved as both a package and individual xml files and tried both compiling a package dll and embedding the xml files in the project. To no avail, I cannot seem to get this working - the new custom theme does not get applied even typing in the themename for the treeview - I did get the custom theme to stick once or twice in design mode but never in run time mode, not even setting the themes in the form load event. And when I got the theme to stick in design mode, the form style and treeview style were no where near what I saved from VSB - it's like some of the styles/properties etc might be missing as my first thought. I know the the files build action are set to embedded resource and I know the resource name is set right (default namespace.folder path.file.ext).
I have a requirement to add some custom menus. They want the name of the label at the top, three or four items showing and an arrow below to show any additional items. There is a picture attached. If this is possible, what control should I use and how would I go about creating it?.
Thank you
I have a question about the customizing the filter popup of the RadGridView.
The RadGridView is displaying a read-only list of document which have a type (integer), a name (string), a date (datetime) and a filepath (string). There is also an Enum which define the legal value for the document type (and store a string description). I use CellFormating event to convert the Integer value of the document type to the corresponding string description.
How could I change the Nodes in the Treeview of the Excel-like filtering popup to display the string description of the value ? (we should keep the integer value for the filterdescriptor of course)
The second one is a little bonus for me Is it possible to build the treeview from the Enum instead of the default behavior ? (Having a node for each value in the enum and not only the value currently in the datasource of the gridview. Theses extra nodes could be displayed but greyed out).
1. Is there a way to hide the grips that appear on either side of the appointment which are used to drag the appointment item (see image).
2. Is there a way to customize the Previous Appointment or Next Appointment text in a tab that appears on the left and right side of the scheduler (see attached image).