New Post: VS 2013 error: Error 48 Nested types are not supported..
Hi, I use the version in the SourceCode Tab from this site. In VS2012 its compiling fine. I've ask someone to test that version in VS2013 and he has no errors while compiling. His version of VS2013 is...
View ArticleNew Post: VS 2013 error: Error 48 Nested types are not supported..
Hi my VS2013 is ver. 12.0.30501.00 Update 2
View ArticleNew Post: DoubleUpDown behaviour
This is a long-shot, but is it possible to get the control to behave as follows?If the user clicks the up/down buttons then the bound property (on the model) should be updated immediately If the user...
View ArticleNew Post: DoubleUpDown behaviour
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21439 has been created.
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 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 ArticleNew Post: PropertyGrid : Aligning property name labels to the left in xaml
Hi, On the left column of the propertyGrid, the text is centered and I want aligning it to the left, is this possible ? I use the install by Nuget so I can't access directly to the code for probably...
View ArticleNew Post: PropertyGrid : Implement DataTrigger for a special Editor
Hi, I'm trying to change the ForeGoundColor when a value is specific in an EditorTextBox. I've tried this but it's not working<xctk:PropertyGrid Name="PropertyGridEquipement" Grid.Row="1"...
View ArticleNew Post: PropertyGrid : Aligning property name labels to the left in xaml
Hi, The PropertyNames in the PropertyGrid are not centered. They are Stretched. But on the left of them, there is a 15 pixels margin for an expandable button (when necessary). Then, the PropertyName is...
View ArticleNew Post: PropertyGrid : Implement DataTrigger for a special Editor
Hi, Try replacing "Indice" with "Value". A PropertyItem doesn't have an "Indice" property. It has a "Value" property. This way, when the PropertyItem.Value is "A", your foreground will be applied.
View ArticleNew Post: PropertyGrid : Aligning property name labels to the left in xaml
I understand, but I'm really centered by default as you can see on that picture, even category titles are centered : http://postimg.org/image/bg1sepcop/ Finally I've aligned to left all the...
View ArticleNew Post: PropertyGrid : Implement DataTrigger for a special Editor
Ok it's working, the binding is with an attribute of the PropertyItem and not an attribute of my binded object. Thanks a lot.
View ArticleNew Post: Checked List Box
I had downloaded toolkit and used check list box in my WPF form.but not getting these things SelectedMemberPath="IsSelected" SelectedValue="{Binding SelectedValue}" SelectedItemsOverride="{Binding...
View ArticleNew Post: Control to schedule
i am creating a restaurant s/w. in that i have schedule menu. user would b providing days to schedule menu and also input for each day schedule. suppose, user wants to schedule 3 days menu.they will...
View Article