New Post: How to change error template of propertygrid elements
Hi, Is case of error, by default there is a red border and we can show the error from the tooltip. I would like to show the error directly under the composant in a textblock. Thanks.
View ArticleNew Post: Prevent DataGridControl Cell getting focus?
Hi, I'm evaluating whether our team should switch from the WPF DataGrid to the Xceed DataGridControl Community Edition. One part of the evaluation is whether we can drop some attached behaviors written...
View ArticleNew Post: DatagridControl: Sort update on content proprety change
Hi, I am trying to get the content of my datagrid sorted on a property changed event of one of the object contained in the grid. e.g. a simple timestamp. The objects implement INotifyPropertyChanged...
View ArticleNew Post: DatagridControl: Sort update on content proprety change
Ok, I was indeed missing something ... Encapsulating my BindingList in a DataGridCollectionViewSource solved my problem !
View ArticleNew Post: Multiple fixes Patch...
I've updated my multiple fixes patch for V2.0 it contains:A WPF 4.5 Solution with Virtualisation support for PropertyGridGUID support for PropertyGridchar support for PropertyGridTimeSpan support for...
View ArticleNew Post: IntegerUpDown (v1.7) - IsEditable?
Which task did you create for this issue? Would it be best to merge it with this one?https://wpftoolkit.codeplex.com/workitem/19754 See also:https://wpftoolkit.codeplex.com/discussions/444607
View ArticleNew Post: IntegerUpDown (v1.7) - IsEditable?
The task was not created on the Issue but internally. It has now been fixed.
View ArticleNew Post: Windows 8 Theme
"A Windows 8 Theme is now supported by all the controls in the toolkit" How can we apply it?
View ArticleNew Post: Windows 8 Theme
It is only supported on Windows 8 operationg system. Then it will be applied by default
View ArticleNew Post: Windows 8 Theme
I do have win 8 OS. Any screenshots to show how controls should look like with the theme?
View ArticleNew Post: ComboBox with Watermark
Hi Team, It is possible that in your next release can you add an extended ComboBox that implements the Watermark functionality? it is the only control in my apps that does not have watermark.
View ArticleNew Post: Auto close Messagebox ?
Hi, Team: I am wander is here a way to this: after pop a message box show something to user with ok, cancel button or others, how can I close it without user action, like after 20 seconds, the the pop...
View ArticleNew Post: ComboBox with Watermark
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Windows 8 Theme
Here's a screenshot of some WPF Toolkit Controls when using Windows8:
View ArticleNew Post: Add Attached properties
Is There a way I can display Attached properties as well? Even If that would mean changing the source (even hardcode some stuff)? I need to display Grid.Row, Grid.Column Thanks, Armen
View ArticleNew Post: Auto close Messagebox ?
If you only want to close it (do not show the time left on the MessageBox or anything like that), use a System.Timers.Timer.
View ArticleNew Post: How to change error template of propertygrid elements
This could be a start:http://msdn.microsoft.com/en-us/library/system.windows.controls.validation.errortemplate.aspx
View ArticleNew Post: ItemsSource dynamic for a CheckComboBox in a custom editor
Hi, I want to bind a List to the ItemsSource property of a CheckComboBox to be able to update ItemsSource property dynamically. The CheckComboBox is in a User Control Custom Editor (implementing...
View ArticleNew Post: How to change error template of propertygrid elements
My propertyGrid use the selectedObject property to show an object with custom attributes (Editors...). Can i update all the defaults errorTemplate of the propertyItems from the propertyGrid xaml...
View Article