Created 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 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 ArticleNew Post: CheckedListbox on Windows Server 2008 R2
Any news to this?? I am facing a similar problem with v2.3.0.0 Edit: This problem appears via a RDP session to a Windows Server 2008 R2. It can be reproduced by the following steps. Create a...
View ArticleCreated Unassigned: Display Bug CheckListBox via RDP on a Windows Server 2008...
https://wpftoolkit.codeplex.com/discussions/539602
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Hi guys, I have an object which implements the IDataErrorInfo and IValidatableObject interfaces. When the indexer for the property 'Quantity' of this object gets called it calls a validation method...
View ArticleNew Post: CheckedListbox on Windows Server 2008 R2
Hi, This is a dupplicate of http://wpftoolkit.codeplex.com/workitem/19774. It will be fixed in v2.7.
View ArticleEdited Issue: Display Bug CheckListBox via RDP on a Windows Server 2008 R2...
https://wpftoolkit.codeplex.com/discussions/539602Comments: ** Comment from web user: BoucherS ** Hi,This is a dupplicate of http://wpftoolkit.codeplex.com/workitem/19774.It will be fixed in v2.7.
View ArticleNew Post: Fix Rosly/VS2015 compile...
To work with Roslyn, you have to fix in the VersionResourceDictionary. The uri string has to start with a "/" (slash!)
View ArticleCommented Issue: Display Bug CheckListBox via RDP on a Windows Server 2008 R2...
https://wpftoolkit.codeplex.com/discussions/539602Comments: ** Comment from web user: thaxy ** Thanks for the reply and sorry for the duplicate. Voted :)
View ArticleCommented Issue: Display Bug CheckListBox via RDP on a Windows Server 2008 R2...
https://wpftoolkit.codeplex.com/discussions/539602Comments: ** Comment from web user: thaxy ** When is the release planned? We/you are currently at v2.4. So i assume with the current release history it...
View ArticleCommented Issue: Display Bug CheckListBox via RDP on a Windows Server 2008 R2...
https://wpftoolkit.codeplex.com/discussions/539602Comments: ** Comment from web user: BoucherS ** Hi,Currently the community Edition is at v2.4 while the Plus Edition is at v2.6. The Plus Edition is...
View ArticleNew Post: Create an editor for property grid in one project and add refrence...
Any updates on this? I would really like to see this bug fixed. For my use, I cannot make my WPF application point to the assembly where my viewable object and custom editors are implemented. Other...
View ArticleNew Post: Property Grid disable update on keystroke.
I'm using version 2.4 of the community edition. I have a generic property grid with auto-generated properties. For my 'double' properties, every time I type in the editor box it triggers a value...
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 ArticleNew Post: Create an editor for property grid in one project and add refrence...
Hi, It doesn't seems like a bug. Does the informations provided in this post or in this thread : http://wpftoolkit.codeplex.com/workitem/18734 helps ? Can you provide a sample if you still have the...
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Hi people, Can somebody please acknowledge that this is being verified or not? Thanks,
View ArticleNew Post: Property Grid disable update on keystroke.
Hi, By default, for a property of type double, the editor in the propertyGrid will be a PropertyGridEditorDoubleUpDown, which is a DoubleUpDown. Starting at v2.5, a new property is available for...
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Hi, First thing I can see : In you XAML, the "xcdg:Column" should be included in a "xcdg:DataGridControl.Columns" tag. After modifying slightly your sample, I have 2 calls to "UpdateSource" and 1 call...
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Hi, I have toyed a little bit with your sample and when I added a column for the "Name" property, I started to see some more calls to the indexer for the "Quantity" column. When I added yet another...
View Article