A general technique that binds two data/information sources together and maintains them in sync.
0
votes
0answers
8 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
0answers
9 views
Content Editable binding inside string using knockout
I'm having a string that contain many editable region, please consider this string
var str = "Regular ... are patterns used to match character .... in strings. In ..., regular expressions are also ...
0
votes
0answers
14 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
0answers
50 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 ...
0
votes
0answers
44 views
Can we bind a GridView using Javascript only?
I am stuck with an issue and its troubling me a lot. I have a gridview and i am loading replacing the cell data of gridview using javascript, the issue i am facing here is i am just replacing the ...
0
votes
0answers
11 views
index -1 does not have value {IndexOutOfRangeException}
I am managing bindingsource to display data in datagridview, datacontext is in bindinglist everything is working fine, sometimes randomly got Index -1 does not have value, I doesn;t have null list, ...
0
votes
0answers
27 views
d3 transitions using two datasets
I'm a D3 noob trying to figure out transitions and wanting to work with multiple datasets.
I've looked thru the other questions, and not found an answer to use of two datasets.
This jsfiddle shows ...
0
votes
0answers
9 views
How to implement a textfield bound to another object with autocomplete?
I'm trying to port a small application (as a learning exercise) from Symfony2 to EmberJS consuming a REST api from Symfony2 using Ember-data.
So, my problem:
Let's say I'm creating a very basic ...
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
0answers
34 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
0answers
85 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 ...
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
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
30 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 ...
0
votes
0answers
30 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 ...
0
votes
0answers
26 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
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
55 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 ...
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
0answers
16 views
Overriding EventToCommand in inherited style
I have a style of complex ListBoxItem. But depending on ListBox, i'd like it to have different EventToCommands. Actually, this quiestion is continuing of this one.
Style:
<Style ...
0
votes
0answers
46 views
xaml TranslateTransform.X binding to value
I'm relatively new to some of Xaml features..
I'm trying to implement this progressbar with an arrow on top that shows the progress indicator in addition to the filled bar. I used polygon to display ...
0
votes
0answers
44 views
How can change the validators of textbox depending on radiobutton selection?
I want to change the textbox validatrs depending on radio button selection.In 1st selection i want the text field to be 16bits long in 2nd selection it should be 32bits long.So thats why i have tried ...
0
votes
0answers
31 views
How to prevent silverlight datagrid selections being lost when group is expanded or collapsed?
I have a silverlight datagrid in my app, which has multiple groups that are defined by a property in the item:
public class Item { public string GroupName {get; set;} }
I bind the grid's ItemSource ...
0
votes
0answers
43 views
How to get to my Windows Store App an ObservableCollection via WCF?
Im very new to this type of technology and I want to do a WCF service that can get me some data and implement it on a Windows Store App. Whats the best way to implement this data onto my app ...
0
votes
0answers
35 views
How to get a list of hidden Fileds and Bind it to child repeaters?
I want to ask how to bind nested repeaters. I have Resouces(parent repeater) & tags child repeaters I am trying. there are hidden fields "ResoruceID" element.I am trying to get this ResoruceID and ...
0
votes
0answers
19 views
How to create a 'standard' form with a datagridview passing only Select command
i'm trying to create a 'standard' form with a DataGridView to show data.
In this form i want user can: Insert, Update, Delete record.
I've created a form, with a toolbar, with 3 buttons (Add, Save, ...
0
votes
0answers
36 views
Get CurrentPage of ReportViewer in Print Preview mode?
In normal mode (by default at the first time loading ReportViewer with Local Report), I can get the CurrentPage correctly which is the current page in the current view mode.
But after changing to ...
0
votes
0answers
57 views
String resource from .resw for Data Binding in Windows 8
String resource from .resw for Data Binding in Windows 8.
In Windows Phone I use follow:
Create AppStrings.resx and put all strings on it.
Create class StringResources, with field which returned ...
0
votes
0answers
16 views
Setting DataSource of BindingSource throws ArgumentOutOfRangeException exception for only me
I have a System.Windows.Forms.BindingSource, and I'm setting its DataSource to a SortableSearchableList<MyCustomType> object. The line materialPropertiesData.DataSource = ...
0
votes
0answers
32 views
How to show a 2 level WPF Treeview, generated by Database?
I try to show a dynamic Treeview with Artikelgruppe and Artikeluntergruppe (sry for the German names).
I used this tutorial ...
0
votes
0answers
19 views
Databinding child objects - Should I use Linq or SQL?
I'm binding a repeater to a sql query, let's say its Orders. I need to display rows from this table along with associated records, let's say the customer and his/her full name.
In this brave new ...
0
votes
0answers
12 views
Derived (user)control automatic styling
I have a problem with automatic styling of controls derived from System.Windows.Controls.Primitives.Thumb (i named them MyControl). I attach a sample of code here:
<Canvas ...
0
votes
0answers
36 views
Binding Listview depending upon selected value of drop downlist
I am using a dropdown list as filters for my listview. I want that to add "Pick one" as selected in the dropdownlist and no filters applied until user select from dropdownlist. I am using ...
0
votes
0answers
51 views
Why doesnt DataBindings with the DateTimePicker always work
I have a weird problem with databindings and the datetimepicker in C# (winforms). Or at least I think it is weird.
I got a WinForm and on it I placed two DateTimePickers, one named BeginDatePicker, ...
0
votes
0answers
37 views
TextBox Enabled Property Binding from code
I'm writing my first Application with VB.NET 2012 (Visual Studio Express 2012)
I need to create a TabItem dinamically and I've a problem when I need to create a Binding on the Property IsEnabled of a ...
0
votes
0answers
30 views
Passing binding paths across forms
In my C# WPF project, I have a VideoCaptureElement from WPFMediaKit on one 'Output' form, and a Combo box 'camera' on a 'Control' form. I can easily bind the SelectedItem from the combo box and the ...
0
votes
0answers
30 views
nested binding one datatemplate in another datatemplete is not working in winrt
i have an item control and bind a list(subsubname) to populate controls.all controls populated but there is a combobox i want to bind it to another list(Anatomy). But its not working combox displys ...
0
votes
0answers
42 views
Using Knockout to data-bind hierarchical JSON
I would like to use Knockout to bind a structure to hierarchical JSON that is returned from a REST service. in the following form:
[{
Name: "Page 1",
Children: [ {
Name: "Page 1 > ...
0
votes
0answers
82 views
ExtJs grid data binding
Can us use anything instead of store for data binding to extjs grid. This is because I need to add records dynamically to store. This adding takes a lot time.
0
votes
0answers
280 views
How to use DataTable Insert To Database SqlServer VB.NET?
I want bind data from MS Access 2007 (.mdb) Insert To Database (Sql Server).
I don't Insert To Database, I can bind data from Access to Datagridview Because look check data now. (don't insert ...
0
votes
0answers
24 views
previous list item's ViewModel field is set to nothing when list's selected item is changed to a new one
i am writing in VB for store app framework.
Settings:
I have a list of viewmodel objects. It is represented in a ListView. Selected item of this ListView is bound to Content property of a ...
0
votes
0answers
21 views
DataTemplateColumn with Color Picker FrameworkElementFactory bind converter?
I have a datagrid which i populate dynamically. Weill in one of the columns I want to have a colorpicker from the extended wpf toolkit.
Also I want whenever the user changes color from the color ...
0
votes
0answers
44 views
WPF Binding to multidimensional array in the xaml
I have trouble to formulate the XAML string to link to a specific element in a multidimensional array.
The DataContext contains the folloeing lines:
private String[] _OneDimension = { "[0]", ...
0
votes
0answers
57 views
ASP.Net : How to display correct information from gridview on detailsview when sorting?
I have a gridview that opens up a modalpopup with a detailsview when a selection is made. However, if I sort the information in the gridview, it doesn't display the correct user on the detailsview. ...
0
votes
0answers
39 views
How do I prevent the WinForms ErrorProvider from displaying errors until after user input?
I'm currently troubleshooting a WinForms problem that I just can't seem to resolve. Hopefully someone can point me in the right direction.
I have a form making use of two-way data binding on it's ...
0
votes
0answers
119 views
Spring MVC returning Data into Multiselect listbox
I have two html list boxes which i am populating from the database a single select box and a multi select box. I am unable to return a list object into the multi select list box instead i am getting ...
0
votes
0answers
76 views
WPF treeview node context menu
I am new to MVVM and WPF in general.
So far I have managed to bind TreeView using ViewModel.
But facing problems as I want context menu on menu item right click.
On clicking option in context I want ...
0
votes
0answers
41 views
Where is the C# SetProperty() method in Windows Phone 7.1?
My app is a C# app that uses MVVM Light and is targeted towards the Windows Phone 7.1 platform. I have a property in my view model whose source contents is retrieved asynchronously from an external ...
0
votes
0answers
30 views
Error while assiging dataset to gridview in Load_Event() of child Form
I have created an MDI application and one the child forms contains the data grid which displays the list of customers.
I am binding the grid in Form_Load() event.
My code for form_Load is:
...




