Top "Data-binding" questions

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

Kendo-UI grid Set Value in grid with Javascript

I'm just wondering how you go about changing a value of a row in a grid in JavaScript so that …

javascript data-binding kendo-ui kendo-grid
Android Data Binding using include tag

Update note: The above example works properly, because release 1.0-rc4 fixed the issue of needing the unnecessary variable. Original question: …

java android data-binding android-button android-databinding
Failed to convert property value of type java.lang.String to required type java.util.Date

I'm getting this error when I try to input a date in a form. TaskController @RequestMapping(value = "/docreatetask", method = RequestMethod.…

java spring date data-binding date-format
JAXB: How should I marshal complex nested data structures?

I have several complex data structures like Map< A, Set< B > > Set< Map< A, …

java xml data-binding data-structures jaxb
Detecting WPF Validation Errors

In WPF you can setup validation based on errors thrown in your Data Layer during Data Binding using the ExceptionValidationRule …

wpf validation data-binding
How to set SelectedValue of DropDownList in GridView EditTemplate

I am trying to do this as asked earlier. The only difference that I found is additional List item that …

c# asp.net data-binding sqldatasource
WPF MVVM INotifyPropertyChanged Implementation - Model or ViewModel

I have read a number of debates on where to implement INotifyPropertyChanged here on StackOverflow and other blogs but it …

wpf data-binding mvvm observablecollection inotifypropertychanged
Angular2 two-way data binding

I know Angular2 doesn't have two-way data binding but is there a way to mimick the two-way data binding behavior …

data-binding 2-way-object-databinding angular
Android Data Binding pass arguments to onClick method

Is it possible to pass custom arguments to onClick method using the Data Binding Library? I have my layout xml …

java android xml data-binding
Data Binding class not generated

I am using Data Binding in my project, when using <layout> and <data> in my xml …

android data-binding android-databinding