A general technique that binds two data/information sources together and maintains them in sync.

learn more… | top users | synonyms (2)

0
votes
1answer
19 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
54 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
16 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
37 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
0answers
19 views

ValueConverter based on Pivot SelectedIndex

I'd like to know how I can change a IValueConverter based on the Pivot SelectedIndex. I'd like to set different units for both my PivotItems. I'm using a ItemTemplate because the layout is the same. ...
0
votes
1answer
29 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
0answers
35 views

Getting the SelectedIndex of a LongListSelector Item

I have a WP8 DataBound app with an ItemViewModel bound to a LongListSelector. Quite simply, when the user taps on an item in the list, I need to retrieve the index number of the item selected for ...
1
vote
1answer
48 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}" ...
0
votes
3answers
43 views

Binding image from control page to main page WP7/8

I want bind image from control page to main page but I cannot get it to work. I try this: XAML: <Image Source="{Binding myImage}" Height="150" Name="photoPreview"... binding: public Image ...
0
votes
1answer
51 views

The name does not exist in the current context c#

I'm trying to bind data with a chart to display it. However when I'm trying to link one of the columns with one of the axis of the chart it comes up with "The name Column1 does not exist in the ...
0
votes
0answers
29 views

Binding Request Params to Command Object Properties with Different Names in Grails

I have a g:form in my GSP with field names like "email-address", "passwd", and "passwd-confirm". I also have a Command object with properties like "email", "password", and "passwordConfirm". In my ...
0
votes
1answer
30 views

Issue with Windows Store app CommandParameter; doesn't bind to UIElements or their properties?

The past couple of hours I've been trying to pass a GridView's SelectedItem to a CommandParameter with all sort of crazy ways from different binding styles to crazy-hacky converters. Each time the ...
0
votes
0answers
77 views

ASP.NET VB Binding issues with gridview after deleting and then inserting new data

I have a very confusing problem with a gridview. Basically I can insert rows without any problem but when it comes to deleting and then inserting new rows into the gridview, the gridview always shows ...
1
vote
2answers
24 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
16 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
82 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
30 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, ...
0
votes
0answers
24 views

Entity Framework DropDownList binding

I'm completely new to the Entity Framework world so please bear with me. I'm trying to create a new FieldTemplate for "States". The _Edit.ascx will comprise of a DropDownList that will list all US ...
2
votes
1answer
41 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 ...
0
votes
1answer
62 views

ASP.NET Error when binding a GridView to a List of Objects?

Error Message: The data source for GridView with id 'FormProprietari' did not have any properties or attributes from which to generate columns. Ensure that your data source has content. I ...
0
votes
0answers
29 views

Setting a CollectViewSource in WPF and C#

I am try to work through this article here Binding WPF Controls to a Dataset msdn I have my data source and I can get record one to show, so far so good but when I try and set the Collection view ...
7
votes
2answers
86 views

How to Implement DOM Data Binding in JavaScript

Please treat this question as strictly educational. I've accepted and answer but I'm still interested in hearing new answers and ideas to implement this tl;dr How would I implement bi-directional ...
0
votes
2answers
118 views

How to get selected value of a gridview column which in jquery?

I am having gridview bind using Jquery like this with 3 columns.. var text = "<tr><td>" + '<input id="gvChk" class="gvChk" type="checkbox">' + "</td><td>" ...
1
vote
1answer
38 views

Knockout select binding

How to prevent select change event fires when the select biding is initiated? an add button on the page that will add select dynamically to the DOM. when each select box is adding to the DOM, the ...
-2
votes
0answers
17 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" ...
-2
votes
0answers
30 views

Product database design for relations [closed]

We're trying to design a database and system for products. We have a products table: Products_table ProdID|OtherInfo We have a supplier table. Supplier_products_1 ID|Price|OtherInfo ...
1
vote
0answers
67 views

Coldfusion AJAX checkboxes - post form data via jQuery or cfajaxproxy?

OK, CF/AJAX newbie here. What I"m building out is a basic database-driven inventory checklist that, for each item, displays: category stock number (ID) item name picture of the item color a ...
1
vote
2answers
29 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
33 views

kendo UI binding select elements

I'm building a simple mobile application and I want to bind html select elements to an observable kendo object. With simple input text straightforward but with select elements am receiving a error ...
0
votes
1answer
28 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 ...
0
votes
1answer
39 views

Bind property to method

I am developing a Windows 8 App in C# and using databinding <CollectionViewSource x:Name="departments" Source="{Binding Departments}" d:Source="{Binding AllGroups, ...
1
vote
1answer
42 views

How to use one-way binding on emberjs?

I'm starting to play around with ember but one thing I haven't been able to wrap my head around is how to use one-way bindings, consider the following code: HTML <script ...
1
vote
2answers
36 views

Selecting the wrong item because of old data in GridView

I'm working in Visual Studio 2010 with C#/ASP.NET and a SQL server database. I'm trying to fix a website that will allow managers to assign employees to various tasks. The problem now is that if two ...
0
votes
2answers
46 views

How to clear exisiting dropdownlist items when its content changes?

ddl2 populates based on ddl1 selected value successfully. My issue is the data that is already present in ddl2 does not clear before appending the new data so ddl2 content just continues to grow ...
2
votes
1answer
85 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 ...
2
votes
1answer
35 views

Knock out list binding with unordered list

I'm really new to knock out, I'm having the issue with list bindings. var RequiredItemLine = function () { var self = this; self.editable = ko.observable(0); ...
0
votes
0answers
25 views

Image Fallback value not working in DataTemplate

I am working on a Windows Phone 8 project and I have some nested user controls that I ultimately use a dataTemplate for a few listBox ItemTemplates. Anyway, I can't get my fallback image or ...
0
votes
1answer
28 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
2answers
39 views

DataBinding in Windows Phone is blocking UI threading

I am trying to do the standard - bind a list of data (including images) received from REST API calls in a very quick and smooth manner - a paradox in itself. I have 2 service calls that each take ...
0
votes
0answers
51 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
74 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
89 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
48 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
0answers
44 views

Change visibility of GridView Items using binding

How can I change GridViewItems visibility using property binding? I can't create another ObservableCollection to filter the one I am using as ItemsSource. I tried to use GridView.ItemContainerStyle ...
0
votes
0answers
6 views

Eclipse databinding to non-beans

I have a use case that requires an extra field on a dialog box that is not in the data model (it is a tolerance value applied on a search). I want to bind a field on the UI to a dialog level field ...
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, ...
0
votes
1answer
54 views

Spring MVC data binding diff in javabean and @RequestParam boolean request parameter

Spring MVC support request parameter to javabean. But when I want to bind boolean, It is still not work in javabean. If the code in controller is: public void test(@RequestParam(value="isCheck") ...
0
votes
4answers
62 views

ASP.NET C# - Data binding on a object attribute that is within another object

I'm having an hard time trying to bind an attribute within a DetailsView EditTemplateField. Here goes my data structure: Class1{ public int idClass { get; set; } public Class2 classObject { get; set; ...

1 2 3 4 5 195