ADD. Data (field) form - a wizard which accepts an object and according to its properties data types, creates a form with respADD. Data (field) form - a wizard which accepts an object and according to its properties data types, creates a form with respective controls
The RadSplitButtonElements are rendered with the default color from the theme not with the ribbon color (like the RadDropDownButton)
ADD. BorderPrimitive - add ability to show the border in dashed or dotted style
If you compare the G-mail-like labels in the HelpDesk sample application, you will notice that while in Q1 2010 they look good, in Q3 2010 SP1 there is an issue with the way they are painted. Most probably the reason is in the RoundRectShape.
FIX. Themes - message box appears when application is deployed
Please set the RadLabel text to "<html><a href="http://www.telerik.com">Awesome WinForms Control Suite</a></html>"
FIX. QSF - GridView > Rows > Rows Drag & Drop example - dragging multiple rows does now work
The issue appears when you change the DPI settings for the PC and try to create an application with RadDock and RadPageView.
Workaround: 1. Explicitly set the font of the parent of the controls. 2. Use a custom theme with the FontSegoeUI8.25 repository: check the attached screenshot
RadOffice2007ScreenTipElement does not have all themes (except the ControlDefault Theme)
Workaround: The vsdiffmerge.exe merge tool in Visual Studio 2017 is usually located here: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer. You will need to create one additional folder named Ide inside the Team Explorer folder Then you can copy the vsdiffmerge.exe file from the Team Explorer folder to the newly created Ide folder. You can check the attached vsdiffmerge-path.png screenshot. Then you can create the environment variable like this: Variable name: VS120COMNTOOLS Path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\IDE
1. Create a new project and add a RadLabel. 2. When handling the Form.Load event set its Enabled state first to false and then to true. 3. Run the project and you will see that the label is still disabled.
An image representing row error should be added to the theme
- It could have some doctors as resources with different working hours/days - Ability of the patients to add appointments for the available hours
Currently, only the GDI+ primitives can be blended. Some of the theme however, contain images instead of GDI+ primitives. It will be nice if images can also be blended according to user defined color.
Let's say that you have a ShapedForm in VS. You navigate to its Shape property and try to create a custom shape through the Shape Editor. However, at the end the shape that you have created will not be applied correctly to the form.
RadOffice2007ScreenTipElement tip = new RadOffice2007ScreenTipElement(); tip.EnableCustomSize = false; //this enables custom size In order to enable custom size the setting should be tip.EnableCustomSize = true;. The flag is incorrect.
If there is some accessibility software running (screen readers, UI automation/inspection tools) and you try to edit a value in a decimal column, an exception will be thrown.