New Post: Tooltip display for Properties and SelectedObjectTypeName
Hi Cecilia, Good observation ! Issue https://wpftoolkit.codeplex.com/workitem/21316 has been created,
View ArticleCommented Feature: Tooltip display for Properties and SelectedObjectTypeName...
Based on discussion https://wpftoolkit.codeplex.com/discussions/567507Comments: ** Comment from web user: clynn ** Hi Boucher,To confirm, this is an issue in both community and plus edition? Is this...
View ArticleCommented Feature: Tooltip display for Properties and SelectedObjectTypeName...
Based on discussion https://wpftoolkit.codeplex.com/discussions/567507Comments: ** Comment from web user: BoucherS ** Hi,Yes this issue is in the community and Plus Edition of the Toolkit.It will be...
View ArticleNew Post: Synchronizing with the Grid
Hi BoucherS, I was eventually able to get this to work by calling UpdateLayout on the derived UserControl that contains the DataGridControl. I'm still a bit confused about why this would be though....
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
I'm currently using the XCeed WPF DataGridControl in a project for a grid with about 60 rows, and about 30~40 columns. It takes about 15 seconds for the grid to be created, and I was wondering if this...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi alexchou1984, No, this is not normal to take so much much time loading the DataGrid. Of course, Measurement is a quite big job and must be done as limited as possible. It could be the way you use...
View ArticleCreated Unassigned: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleCommented Unassigned: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleCommented Unassigned: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleCommented Unassigned: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleEdited Feature: Support hiding of the Misc category [18874]
In issue 17421, a user expressed his needs to hide the "Misc" category of the property grid.Comments: ** Comment from web user: BoucherS ** This will be fixed in v2.5.When the new Property...
View ArticleCommented Unassigned: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleEdited Issue: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleNew Post: DateTimePicker close after Year / Month selection
Hi, I use the DateTimePicker with "AutoCloseCalendar=True" option. If I select by mouse a date its working fine. If I click at the Calendar date selection control at the top (eg. "September 2014"), the...
View ArticleNew Post: DateTimePicker close after Year / Month selection
Hi, This issue has been fixed in v2.1. Please use the latest version. It should be fixed.
View ArticleCommented Unassigned: SelectorItem in classic theme [19774]
CheckListBox and CheckComboBox have problems with the classic Windows theme when the mouse is over one of the items.The problem is that the check mark is drawn using the Foreground color in...
View ArticleCommented Feature: PropertyGrid: support DisplayAttribute. [19101]
PropertyGrid should support System.ComponentModel.DataAnnotations.DisplayAttribute.Comments: ** Comment from web user: BoucherS ** The following attributes can be used instead of using the...
View ArticleEdited Feature: PropertyGrid: support DisplayAttribute. [19101]
PropertyGrid should support System.ComponentModel.DataAnnotations.DisplayAttribute.
View ArticleNew Post: Localization of wpf toolkit controls?
The word "Search" in the PropertyGrid can be changed with the property PropertyGrid.FilterWatermark.
View ArticleEdited Issue: ColorPicker: Allow Localization [19306]
Extracted from this discussion:http://wpftoolkit.codeplex.com/discussions/430383------------------------- Hi, I wanna use ColorPicker, however, the default language was english. I prefer other...
View Article