Commented Unassigned: Enter wrong value in DateTimePicker lead to applicatoin...
If in DateTimePicker user enter wrong text the application will crash.Execution stack:System.FormatException: String was not recognized as a valid DateTime. at System.DateTime.Parse(String s,...
View ArticleCommented Unassigned: Enter wrong value in DateTimePicker lead to applicatoin...
If in DateTimePicker user enter wrong text the application will crash.Execution stack:System.FormatException: String was not recognized as a valid DateTime. at System.DateTime.Parse(String s,...
View ArticleCommented Issue: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleNew Post: Datagrid with Sublist
Hi all! I am testing the extended wpf toolkit right now. What I need to achieve is to display entries in the datagrid, which have a enumerable property. I am already able to display my entries - was...
View ArticleNew Post: Image/watermark disappear in WatermarkTextBox
Hello, old discussion, anyway related to my question: is there the possibility to keep the watermark visible even when the control gain the focus and let it disappears when the text length in the...
View ArticleNew Comment on "MessageBox"
Hi, I do not succeed to change the background color of the band below the button OK / Cancel of the MessageBox. Is somemone succeed to do that? The printscreen of the example is OK, but if I use this...
View ArticleNew Post: Allow Transparency on Windows is not letting hidden windows open
If we set AllowTransparency on Window to true and then hide some Anchorable section then it wont appear again. Any solution to that
View ArticleEdited Issue: Enter wrong value in DateTimePicker lead to applicatoin crash...
If in DateTimePicker user enter wrong text the application will crash.Execution stack:System.FormatException: String was not recognized as a valid DateTime. at System.DateTime.Parse(String s,...
View ArticleNew Post: Datagrid with Sublist
Hi, A column needs to have a type. If the enumerable property has the same type for each entries, it should work :<Window x:Class="WpfApplication46.MainWindow"...
View ArticleNew Post: Image/watermark disappear in WatermarkTextBox
Hi, We already thought of this. It will be possible in v2.7. v2.7 will have a new property : WatermarkTextBox.KeepWatermarkOnGotFocus. When true, the watermark will remains until a character is typed....
View ArticleNew Post: Problems with MessageBox.ButtonRegionBackground in Windows7
Someone wrote :"Hi, I do not succeed to change the background color of the band below the button OK / Cancel of the MessageBox. Is somemone succeed to do that? The printscreen of the example is OK, but...
View ArticleNew Comment on "MessageBox"
Discussion https://wpftoolkit.codeplex.com/discussions/635134 has been created.
View ArticleNew Post: Problems with MessageBox.ButtonRegionBackground in Windows7
It looks good in Windows 7 and Windows 8 :<Grid> <Button Content="TEST" Width="150" Height="25" Click="Button_Click_1"/> <xctk:WindowContainer> <xctk:MessageBox...
View ArticleNew Post: Image/watermark disappear in WatermarkTextBox
Hi, great news, thank you! Cheers Giacomo
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Hi MichelK7, After looking in the DataGrid code, it appears to be a normal behavior to refresh the binding before pushing the value to the user object when a cell is done editing. The reason why the...
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Good morning Mr. Boucher, Thanks for the reply. The behaviour you explained is more or less what I was 'afraid' of. In my present case, I don't need this checking for errors in other columns. By the...
View ArticleCommented Unassigned: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider'...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleCommented Unassigned: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider'...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleNew Post: PropertyGrid With Int Collection
Hi, how can I use PropertyGrid with a collection of ints? objects used for testing: public enum TestType { One, Two, Three } public class Other { public string Identifier { get; set; } public string...
View ArticleNew Post: PropertyGrid With Int Collection
Hi, when using "List of something", we will set the editor as a CollectionEditor. This CollectionEditor will be the regular CollectionEditor for "object" (like a List<Car>) or a...
View Article