Completed
Last Updated: 10 Oct 2014 15:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
3
GridImageCellElement should be able to hide the image that it shows. This should be possible thanks to a property that determines the visibility of the image. Probably, this property should be exposed at the base class LightVisualElement.

Resolution: 
Add new properties DrawImage and DrawBackgroundImage. You can use the following code snippet: 
void radGridView1_CellFormatting(object sender, CellFormattingEventArgs e)
{
    if (e.CellElement is GridImageCellElement)
    {
        e.CellElement.DrawImage = false;
    }
}
Completed
Last Updated: 18 Jan 2022 08:17 by ADMIN
Release R1 2021
Created by: Sz
Comments: 7
Category: UI Framework
Type: Feature Request
3
Hello,

The Toast Notification is similar than the MessageBox, but not block the UI with an "always on top" dialog and dont have a dialogresult return value. This is only a text message, that shown, and hides after specified second. I can set the text, the background and foreground color, the container control and the alignment of the notification. I use this control to interact with the user, but not disturb his work. 

Example messages:
"The table saved successfully!"
"Refresh done."
etc..

The color can define also the type of the message:
Green -> OK
Red -> Error
Yellow ->Warning
Blue -> Information
...

Thanks!

Best Regards,
László

Completed
Last Updated: 11 Feb 2014 15:27 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: UI Framework
Type: Feature Request
3
would make much more sense natively within the Telerik control(s) that support html-like formatting / framework  in a future version (e.g. a .PlainText property or .GetPlainText() property next to the .Text property).
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
Created by: Svetlin
Comments: 0
Category: UI Framework
Type: Feature Request
3
If you define an html text (ex. <html><strong>0<strong><br><strong>0<strong><html>) and align it at center or right, the second line is not vertically aligned with the first one.
Completed
Last Updated: 19 Dec 2016 06:56 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI Framework
Type: Bug Report
3
There is a specific case where command bindings stop working. Let's say we have a RadGridView and a binding which adds a new row in this RadGridView. If we open the context menu of RadGridView, then press ESC to close it and then execute the command binding, this binding stops working if we try to execute it further.
Unplanned
Last Updated: 15 Aug 2017 09:38 by ADMIN
This way the users will be able to use the customization abilities of RadTextBoxControl in all the editors
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI Framework
Type: Feature Request
3
IMPROVE. Expose FocusPrimitive in VSB
Completed
Last Updated: 19 Feb 2018 11:46 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 2
Category: UI Framework
Type: Feature Request
3

			
Declined
Last Updated: 05 Jun 2014 07:08 by ADMIN
Project Upgrade Utility tries to write in project files that do not contain any Telerik references. However, only the files that contain Telerik references should be modified and saved.
Completed
Last Updated: 22 Mar 2013 03:33 by ADMIN
There is no style applied to the property grid item when one sets the error message.
Completed
Last Updated: 23 Jun 2014 15:21 by ADMIN
RadTabStrip, RadToolStrip and RadTreeView still can get the focus if validating event is cancelled.
Declined
Last Updated: 01 Oct 2014 15:16 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: UI Framework
Type: Feature Request
3
DECLINED: RadListView supports checked items - to enable this mode set the ShowCheckBoxes property to true.

This request concerns new control - checked list - which will have the same functionality as RadListControl with the addition of a check box in each item. Alternatively, this may be a mode of the existing control.

Unplanned
Last Updated: 15 Aug 2017 09:33 by Jesse Dyck
RadGridView should make visible its child grid to CodedUITest
Completed
Last Updated: 20 Dec 2016 06:48 by ADMIN
RadButtonElement shows its border when it is in a button group where ShowBorder is false. It seems like there is an issue in the ForceReapplyStyle method.
Completed
Last Updated: 12 Jan 2017 15:25 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI Framework
Type: Feature Request
3
Make the RadDataFilter (http://www.telerik.com/products/wpf/datafilter.aspx) available for WinForm.
Completed
Last Updated: 23 Apr 2012 13:09 by Jesse Dyck
The settings from the dialog opened by the Print button on the RadPrintPreviewDialog are not taken into consideration.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Vertical orientation of HTML-like formatted text is not supported and as a result, the TabStripItems in RadDock cannot have HTML text when:
RadDock.DocumentTabsTextOrientation = TabStripTextOrientation.Vertical;
Completed
Last Updated: 04 Aug 2014 12:32 by Yannick
To reproduce:

Set your theme to Windows8:

ThemeResolutionService.ApplicationThemeName = new Windows8Theme().ThemeName;

Add a RadTextBox and RadMaskedEditBox:

RadTextBox textBox = new RadTextBox
{
    Parent = this,
    Dock = DockStyle.Top,
    Text = "TextBox"
};

RadMaskedEditBox maskedEditBox = new RadMaskedEditBox
{
    Parent = this,
    Dock = DockStyle.Top,
    Text = "MaskedEditBox"
};

RadDateTimePicker dateTimePicker = new RadDateTimePicker
{
    Parent = this,
    Dock = DockStyle.Top,
    Text = "DateTimePicker"
};


You can also set their Enabled property to false prior running the form. Run the form and you will see that their background is black.

Workaround:

For the RadTextBox, set the BackColor of the RootElement to white:

textBox.RootElement.BackColor = Color.White;

For the RadMaskedEditBox, set the BackColor of the TextBoxItem to white:

maskedEditBox.MaskedEditBoxElement.TextBoxItem.BackColor = Color.White;

For the RadDateTimePicker, set the BackColor of the TextBoxItem to white as follows:

dateTimePicker.DateTimePickerElement.TextBoxElement.TextBoxItem.BackColor = Color.White;

Declined
Last Updated: 22 Jul 2015 13:39 by qakmak
Created by: qakmak
Comments: 9
Category: UI Framework
Type: Feature Request
3
Why the telerik more and more ugly now? Look at the DevExpress, very beautiful and it has so many skin for change.

I hope telerik must be paid great attention  for UI. win8 it's a good example. ugly! now you also too. especially the Demo. just like a ugly collections!