New Comment on "Improvements230"
Great news! Please update the nuget feed to the latest releases.
View ArticleCreated Feature: DoubleUpDown behaviour on Enter Key [21439]
Based on codePlex discussion https://wpftoolkit.codeplex.com/discussions/569496.NumericUpDowns have a "Value" and a "Text" properties. When a digit is typed in the NumericUpDown, the "Value" is...
View ArticleNew Post: DoubleUpDown behaviour
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21439 has been created.
View ArticleCommented Feature: DoubleUpDown behaviour on Enter Key [21439]
Based on codePlex discussion https://wpftoolkit.codeplex.com/discussions/569496.NumericUpDowns have a "Value" and a "Text" properties. When a digit is typed in the NumericUpDown, the "Value" is...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
also check your databinding, databinding errors can slow down the application .
View ArticleNew Post: simple questions
Hi,how can i change the rowheight of the datagridhow to hide the group bar on the top how to hide the left row idicator thanks and good day
View ArticleNew Post: simple questions
Hi, 1) RowHeight of DataGrid : Depending on which type of View you are using on the DataGridControl, there are two ways of doing what you wish. For the TableView, simply set the Style of the DataRow...
View ArticleNew Post: simple questions
worked like a charm ! another question :): in the standard datagrid i can add a DataGridTemplateColumn and add whatever i want : several bounded fields, action controls ... etc . how to do the same...
View ArticleNew Post: simple questions
Hi, 1) DataGridTemplateColumn on Xceed DataGrid : You can set the property you want on the Column individually :<xcdg:DataGridControl x:Name="_datagrid" > <xcdg:DataGridControl.Resources>...
View ArticleNew Post: simple questions
1)Perfect: now suppose that the datagrid control is bound to and Orders List . i may add a Customer column field wich is a navigation property of the order object to add customer personal info: name,...
View ArticleUpdated Wiki: TokenizedTextBox
TokenizedTextBoxOnly available in the Plus EditionDerives from Xceed.Wpf.Toolkit.Primitives.SelectorRepresents a textbox control that lets you edit and display a series of values as tokens. If an...
View ArticleUpdated Wiki: TokenizedTextBox
TokenizedTextBoxOnly available in the Plus EditionDerives from Xceed.Wpf.Toolkit.Primitives.SelectorRepresents a textbox control that lets you edit and display a series of values as tokens. If an...
View ArticleNew Post: simple questions
Hi, 1) Sorting Customer.FirstName. Sorting is done on the FieldName of the Column. If the fieldName is "Customer", you can use a CellContentTemplate to display Customer.FirstName or Customer.LastName,...
View ArticleCommented Feature: TimeSpanUpDown milliseconds [21204]
Hello, how can i set the format for this. I would like to show the milliseconds Also.Comments: ** Comment from web user: LaurenceBunnage ** I have added a class TimeSpanMSUpDown which wraps the toolkit...
View ArticleCreated Unassigned: TimeSpanUpDown default value defaults to NULL [21455]
The TimeSpanUpDown controls DefaultValue defaults to NULL.This is a bit daft as it is supposed to replace the value when the value itself is NULL.Maybe set it to the 0:00:00 or MinimumValue if this is...
View ArticleUpdated Wiki: PropertyGrid Plus
PropertyGrid Plus Derives from ControlA version of the PropertyGrid with 14 additional Features:1) Custom PropertiesCreate PropertyItems by specifying their characteristics (DisplayName, Value,...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus Edition is one release ahead, adds additional...
View ArticleCreated Unassigned: maskedtextbox crashs when multibinding mask [21456]
Hi,Here's the code<DockPanel Height="50"><StackPanel><RadioButton Content="Físico" x:Name="rdbFisico" GroupName="tipoPessoa"><RadioButton.Style><Style...
View ArticleNew Comment on "Improvements230"
Yes thanks for the new release, but please update NuGet.
View Article