XceedBoucherS
XceedBoucherS
Hi, Yes, you should be able to bind the PropertyGrid.IsReadOnly property. Here's an example: ` ` ` public partial class MainWindow : Window, INotifyPropertyChanged { public MainWindow() { InitializeComponent(); this.DataContext...
Hi, I don't see how a Property attribute can be bounded too. You can always register to the PropertyGrid.PreparePropertyItem and in the callback do whatever you want. This event will...
Hi, Can you submit the exact steps so we can reproduce the issue ? From what I understand, you are using a DockingManager and floats a window. You then try...
Hi, This is already fixed in v3,4. You can get it at https://xceed.com/xceed-toolkit-plus-for-wpf/. In the meantime, you can go in file Xceed.Wpf.Toolkit/TimeSpanUpDown/Implementation/TimeSpanUpDown.cs, In method OnTextChanged, Replace the condition : if(...
Hi, Nuget will be updated at the same time as the version will be released. Thanks.
Hi, Toolkit Plus v3.6 will be release in beginning of 2018. At around the same time, Toolkit Community v3.3 should be released on GitHub. v3.4 Toolkit Community should be released...
Hi, In v3.7, when UpdateValueOnEnterKey is False and deleting the hour part, you shouldn't see a FormatException. An assertion failed should be popped in Debug Mode(because the format is not...
Hi, can you give more detail if this bug is still present ? Thank you.
Hi, Your idea of using "00" when a date part is removed is interesting, but it won't let you remove the date part to type a new one. We can...
Hi BitKFu, Toolkit v4.0.2 is now available. It should fix your problem. Thank you.