0
votes
0answers
27 views

WPF Listview: Force validation when adding or removing data bound collection

I'm trying to build a validation rule for a ListView which should be valid only when there is at least one item on its data bound collection. I've ended up creating a new ValidationRule derived class ...
2
votes
2answers
35 views

Bind the textbox value with values in other controls

I have a textbox whose text value I want to bind based on the values selected in two other controls. For example, I have a ListBox and I choose a value say "Blue" and one other TextBox whose text ...
1
vote
1answer
16 views

WPF TreeView, Binding not working

I have TreeView that I am binding to List of My Data Class. Actually, I am using JSON data and create List from it. Also, I define a DataTemplate in TreeView to hold an Image and TextBlock in ...
0
votes
1answer
27 views

Databind to the datacontext element of the row

I've this itemtemplate binded on a ObservableCollection<MembershipUserProfiled> element so it can be displayed in a ListBox. <UserControl.Resources> <ResourceDictionary> ...
0
votes
1answer
11 views

WPF Combobox binding to DataTable not working

ComboBox is defined as <ComboBox Name="cmbCallSource" /> At form load I run this code (I checked that dtSources datatable ends up with proper contents in debugger): //Init Source List ...
0
votes
1answer
30 views

datagrid view with 2 data sources

I'm writing an app where i want to compare the data from two different data sources to see if there are any differences. All examples i have seen of similar functionality always place two datagrids ...
0
votes
2answers
39 views

databinding in WPF using a base class for field creation in various forms

I had my application working with the fields being created in a class where each field was generated separately in the usual fashion public class RequestProfileObject : INotifyPropertyChanged { ...
0
votes
1answer
51 views

Deep Property Binding with Caliburn Micro issues

I am just not figuring out what I am doing wrong. I am trying to use Caliburn Micro on a WPF app(4.5). Trying to follow MVVM for what it's worth. My VM has property of Services and Authorization. ...
0
votes
1answer
59 views

WPF checkbox IsChecked binding, OnpropertyChanged not working

I have a checkbox in my view and the binding on it is working fine if i do any modification to my object and trigger the propertyChanged event. On the other side when i click my checkbox i perform ...
0
votes
0answers
17 views

Bind WPF combobox in ListView to several values, with unique selected value of each combobox

As described in the title, I want to bind combobox in ListView to a collection of values, but each combobox must have a selected value that is different to other's. What I did is bind SelectedValue ...
0
votes
1answer
101 views

Why doesn't ToString work with Data Binding

Following this example (Example 2) Data Binding works and the UI is updated based on the value of ArtistName. If xaml binding is written like this: <Label Grid.Column="1" Grid.Row="1" ...
-1
votes
1answer
39 views

When is the PropertyChangedCallback fired

I have trouble understanding a problem that occured to me. I Have a UserControl that is structured somwhat like this. public class SomePage : Page { public static readonly DependencyProperty ...
0
votes
2answers
38 views

How to preprocess/convert data of a databinding?

I am creating a DataGrid that is going to define (through user-input) the X and Y values of a curve which will be presented on the same window. The curve is going to be defined by a Path containing a ...
0
votes
1answer
44 views

Databinding in RowDetailsTemplate doesn't work

I have simple Datagrid with binding and this one works correctly and inside RowDetailsRemplate another Datagrid but in that case binding does not work. Can you give me a hand with sorting this out? ...
1
vote
1answer
39 views

WPF DataGrid - how to suspend UI updates from databind and do a bulk update later

Having to do a lot of cell-by-cell changes in code on my source DataTable, I need a way to temporarily halt it sending data-binding updates to its bound DataGrid: I have a DataGrid bound to a ...
0
votes
2answers
25 views

Binding in DataTemplate/ItemTemplate

I have a ComboBox whose ItemSource is a ListCollectionView of MyClass. The ComboBox uses the following ItemTemplate: <Style x:Key="StyleComboBoxGroups" BasedOn="{StaticResource BaseComboBox}" ...
0
votes
2answers
37 views

WPF How to make DataGrid blank out certain columns based on a value in one of bound columns

I have a DataGrid that should display values from a datatable object. I need it to display one row for each in the datatable, but if column ShowRow in the DataTable is set to False, I need all but ...
0
votes
0answers
52 views

Using C# WPF I am trying to populate textbox's with a data bound combobox

I have some code but the textboxes populate after another selection is made. If I were to select John, his information would not fill in until after another selection is made after John. I am trying ...
2
votes
1answer
33 views

wpf default comboBox item when data-binding

I was following the tutorial Binding a comboBox to an Enum and came out with this XML code: <ComboBox DisplayMemberPath="Key" SelectedValuePath="Value" ...
-1
votes
2answers
69 views

wpf populate list with combobox [closed]

I've been chasing SO for bits of information but not as a complete solution for my problem I'm looking for a way to use a comboBox as a selector/filter for items that would be display in a listView, ...
1
vote
2answers
45 views

Setting Binding.Path throws exception on some machines

Consider following example public class Test { private static string _property = "Success"; public static string Property { get { return _property; } set { _property = ...
0
votes
1answer
11 views

the content property does not change with this data trigger

I have a button and I would like to change the text of the button (content property) according to a value of other control. I am using this code in the axml: <Button Height="23" ...
0
votes
1answer
30 views

How to bind value from Viewmodel to usercontrol in view

I have a window, that contains a usercontrol. The usercontrol have a dependency value, which I need to bind to a value on the windows viewmodel. But, no matter what I try, I end up with null. So, ...
0
votes
1answer
29 views

WPF TreeView data binding

I am very new to WPF, although I have already heard some concepts of it, like Model-View-ViewModel. I want to start learning WPF by doing a small program. In the program I have a TreeView to display ...
1
vote
0answers
36 views

TwoWay binding a table to a datagrid which has a ComboBox column and bind to another table?

TwoWay binding a table to a datagrid which has a ComboBox column and bind to another table? I have a datagrid which is twoway bind to table Accounts. Whenever the update button is clicked, I'll ...
0
votes
1answer
23 views

Databinding XmlDocument

I have a UserControl where I want to bind textboxes to an XmlDocument. The important parts of the xaml-code looks like: ... <UserControl.DataContext> <XmlDataProvider x:Name="Data" ...
0
votes
1answer
55 views

Is there a best way to manually disable and re-enable a binded button?

In my ViewModel I have the following method: public async Task<Boolean> DoSomething(Button sender) { Binding binding = sender.GetBindingExpression(Button.IsEnabledProperty).ParentBinding; ...
0
votes
1answer
17 views

Silverlight 3 Binding with a little change

Let's say I have class with Name property. I'd like to bind collection of objects of this class to Silverlight 3 ListBox. But I want to show items like that: "Some dynamic str " + Name (object ...
0
votes
2answers
42 views

Binding an object to a datagrid column

I have an employee class which contains an instance of a person class: List<Employee> emp = (AdventureWorks.Employees.Select(n => n)).ToList(); showgrid.ItemsSource = emp; ...
0
votes
1answer
35 views

Must have non-null value for 'Setter.Property'

I am reading this article on MSDN site, in order to understand DataTrigger. I have created a DefaultViewModel class which looks like this. namespace ControlTemplateDemo { public class ...
1
vote
1answer
54 views

Databinding menu items fails at run-time

I have a MenuItem where the ItemsSource property is databound to an ObservableCollection like so: <MenuItem x:Name="RecentItems" Header="Recent" ItemsSource="{Binding Path=RecentItems}" ...
1
vote
2answers
28 views

Adding an Item to the top of a LongListSelector

I have a Windows Phone app that follows the Databound App template. It's basically a LongListSelector control manipulated by an ObservableCollection() thing. Adding things is easy: I just do this: ...
0
votes
0answers
18 views

Two-way binding and XmlDataProvider in WPF

I am having problems figuring out how to bind my xmldataprovider to my listbox and the textboxes. I want to be able to select a company name in the list box and then have the company's name, contact ...
0
votes
3answers
102 views

C# Binding data from textbox to datagrid

im making a Contact info program, where users can enter there name, age and birthday and some other things into textboxes. When you click ok, i want the data to be put into the DataGrid. First i have ...
0
votes
1answer
34 views

Combobox WPF list

I'm doing this little program just to learn how to bind some data from a list of objects to a combobox. What I want to do is to show in a textblock the translation of some words that are in the ...
0
votes
0answers
17 views

Keep connection always open for datatable twoway bind?

I'm working on a WPF project which includes update/delete/insert operation on many tables. For simplicity, I use a datagrid for each table. The users can operate on these tables directly. Once done, ...
2
votes
1answer
46 views

My WPF custom control's Data Context is superseding parent's

In my main window, I try to bind to a bool. But it's looking in my custom control's data context instead. If I don't assign DataContext in the user control, then the main window's bindings work, but ...
-2
votes
0answers
18 views

Wpf TreeView with a single object?

I have a List of Slides, which contains a List of Charts. This works fine and gets displayed as desired: -Slide a - Item A - Item B -Slide b -Item A etc. But how can I add an "Details" ...
1
vote
2answers
33 views

Binding on DependencyProperty of custom User Control not updating on change

I'm having difficulties with databinding on my custom user control(s). I created an example project to highlight my problem. I'm completely new to WPF and essentially MVVM as well, so bear with me... ...
0
votes
1answer
31 views

ComboBox.SourceUpdated event is not fired

I have two ComboBoxes on my view. Both of them are bound to two different ObservableCollections in the ViewModel, and when the selected item in ComboBox1 is changed, ComboBox2 gets updated with a ...
2
votes
1answer
93 views

Expander inside ListBox not showing content when expanded the first time from binding

I have a dialog window that contains a ListBox whose ItemTemplate contains an expander. Its IsExpanded is bound to a property in the item view model. The ListBoxItem's IsSelected property is also ...
0
votes
1answer
29 views

Catch exception during DataGrid editing?

I am replicating a GUI version of the 'touch' command, for a user at work. I have a WPF DataGrid that I am binding to a List<FileInfo> object. When the user changes the CreationTime (for ...
0
votes
0answers
37 views

DataForm and 2nd Level Object Binding in WPF

I am using Telerik's WPF controls with Caliburn.Micro. In particular the DataForm control. I am trying to bind it to an object that has the following make up. public class FrequencyMap : ...
0
votes
0answers
59 views

TextBox string format into xaml

I have a TextBox with the text binding as such: Text="{Binding Path=Price_1, StringFormat={}{0:N0}}" I do it to get this 123,456,789.00 But for the user, after the fourth digit is jumping as ...
2
votes
2answers
80 views

XAML Binding to parent of data object

I have a grid column defined. The parent grid gets its items from an ObservableCollection of type ItemClass. ItemClass has two properties: String Foo, and bool IsEditAllowed. This column is bound to ...
3
votes
2answers
93 views

Preferred method for binding in MVVM, Data Template in Resources file or just DataContext in View itself?

This one has got me stumped as I THOUGHT I looked at everything but I must be missing something. I have went off the traditional MVVM pattern from the MSDN magazine: ...
-1
votes
2answers
49 views

Binding a ListBox to a List<string>

I am trying to bind a list of strings to the contents of a list box. For some reason, I get results for bluetape list, but the contents of BluetapeList does not ever make it into the listbox. Any ...
0
votes
1answer
35 views

Is this binding valid for a ListView?

I am trying to bind the height of a list view according to the height of the Items and have set the MaxHeight property as: MaxHeight="{Binding (ListView.View).ItemHeight*2, ...
1
vote
1answer
40 views

Asynchronously populate DataGrid in WPF

I have a DataGridView in a WPF application. Retrieving the whole data is a long-running task that involves intensive I/O. I thought it could be a good idea to populate the grid asynchronously, i.e. ...
0
votes
2answers
36 views

WPF Data Binding- Binding Obj. inside Obj. to UserControl

I have 2 user controls in MainWindow.xaml, They are SidePannel and Description. I am passing an DictionaryModel Object. In the DictionaryModel object there is a Collection of Words and Another object ...

1 2 3 4 5 86