Hello,
With the advent of high-resolution monitors, it becomes very interesting to use vector images for the content of the buttons.
I've read an old forum thread when you said that we can set the content of the button to the vector image. It works weill for normal buttons but not for ribbon buttons: when the button is minimized, it disappeared! Surely because it is using the SmallIcon property, that is empty in this case.
Do you plan to introduce this feature in the near future?
We are moving to VS 2017 and are currently working on VS 2015 and using Telerik UI for WPF Version : 2014.3.1410.45 and the Run Time version : v4.0.30319.
Is this .dll compatible with VS 2017 ?
Hi,
I cannot get the RichTextBox to behave properly with deleting spans cleanly when using a mouse to select a range (parts get left behind, or other words get deleted with it etc) ...and I;m out of time.
Is there a way to completely turn off and disallow range selection ability ?...so no mouse drag/select allowed.
Thanks,
Barry
Hi,
I read in this, http://www.telerik.com/forums/details-of-features-supporterd, thread that you fully support binding to DataViewManager. However, I can't get it to work. Can you please elaborate on how it's possible to bind the grid to DataViewManager to be able to display the hierarchy of the tables in the underlying dataset.
The background/purpose of my question is this: I have a DataSet returned from our service that contains multiple tables with a parent-child relation, specified with a DataRelation in the DataSet. These tables are fully dynamic which makes it hard to create a proper ViewModel of it. Hence, I want to display the data with its relation directly in the grid.
This works well when binding the grid directly to the DataSet. The hierarchy is correctly displayed in the grid. However, my next demand is that it should support update notification of the underlying data so that the grid automatically refreshes when a value in a DataTable changes. That's why I figured I should bind to the DataViewManager of the DataSet instead, but that doesn't work. Binding to the parent table's DataView works, but then the hierarchy is lost (and I get a DataRelation column too).
/Staffan
I recently updated my Telerik UI for WPF version to 2017.1.117.45 and since then it seems that the property AllowFinish of the RadWizard is ignored (and possibly the others Allow* properties). When I set the value of AllowFinish to False (directly or with a binding) the Finish button is always enabled.
Could you confirm if this is a bug like in this topic or if I might be doing something wrong? (but I think that it was working well before the update)
Thanks in advance.
All fonts which are the sub font style of a font family in c:\windows\fonts are not able to set to bold or italic( bold/Italic are not shown in richtextbox but when exported to word, they are showing correctly). Is there any solution on it?
Some examples: Arial Black, Arial Narrow, Bodoni MT Black, Bodoni MT Condensed,Calibri Light, Franklin Gothic Medium, ...
Hi,
I try to load runtime Theme but after load of my application and the window which used to show is invisible i can't find why can you help me.