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; } }
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ó
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).
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.
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.
This way the users will be able to use the customization abilities of RadTextBoxControl in all the editors
IMPROVE. Expose FocusPrimitive in VSB
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.
There is no style applied to the property grid item when one sets the error message.
RadTabStrip, RadToolStrip and RadTreeView still can get the focus if validating event is cancelled.
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.
RadGridView should make visible its child grid to CodedUITest
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.
Make the RadDataFilter (http://www.telerik.com/products/wpf/datafilter.aspx) available for WinForm.
The settings from the dialog opened by the Print button on the RadPrintPreviewDialog are not taken into consideration.
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;
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;
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!