Tagged Questions

0
votes
0answers
1 views

Is there a good examples and documentation of jface databinding framework for Eclipse 3.4?

The official site is quite scarce and most of the examples are EMF- related and for Eclipse 3.5 But what if one uses 3.4 target Eclipse platform and does not use EMF. I am specifically interested in …
0
votes
0answers
5 views

Binding a DropDownList in an editable GridView

I thought I'd save myself some time by throwing down a GridView in an admin tool I was working on. This particular page is for editing Categories that “widgets” can then be assigned to. For …
0
votes
1answer
12 views

Data binding custom control with parent

I have a UserControl that contains a listbox. On the parent window, I have this UserControl and a button. Ideally I'd like to use the ChangePropertyAction behavior on the parents button, and tie …
1
vote
2answers
24 views

Binding of TextBlock inside Custom Control to dependency property of the same Custom Control

I have a custom control with a TextBlock inside it: <Style TargetType="{x:Type local:CustControl}"> <Setter Property="Template"> <Setter.Value> …
0
votes
1answer
8 views

Gridview DataSourceID with Multiple Datasources?

I would like to display clickable news headlines. But I'm having trouble pulling data from two datasources for a single GridView. I'm trying to do this DataSourceID="SqlDataSource1, SqlDataSource2" …
1
vote
1answer
19 views

WPF ListView ItemTemplate questions

Let's say that I've got the following class hierarchy : public static class Constants { public enum MyEnum { Value1 =0, Value2, Value3 } } public class Data : …
1
vote
2answers
28 views

How do I update a listview item that is bound to a collection in WPF?

In WPF, I have a ListView bound to an ObservableCollection in the code-behind. I have working code that adds and removes items from the list by updating the collection. I have an 'Edit' button …
1
vote
1answer
17 views

Due to changing the order of statements two postbacks are required instead of just one, before …

Hi If we have the following code, then when user clicks an Edit button, page is posted back and put into Edit mode: protected void gvwEmployees_RowEditing(object sender, GridViewEditEventArgs e) { …
0
votes
1answer
12 views

WPF Data Binding - Bind to UI Control from a Template

I have a template in my section. I want to bind the Width of one of the values in that template to the width of a control in my Main XAML section. Can this be done? Expression Blend only shows the …
3
votes
1answer
28 views

WPF Data Binding - Good FULL explination of Data Binding

There are a lot of intros to DataBinding out there. But they leave out a lot of the databinding options. Does anyone know a good reference / instructional document that goes through most/all of the …
2
votes
2answers
64 views

Using a Queue as datasource

I would like to display items from a Queue in a Gridview in Windows Forms. I can set the datasource attribute of the Gridview to the Queue, but it won't be automatically updated. I know I can use the …
0
votes
1answer
30 views

WPF Combobox behavior weird

Hi guys, I have 2 comboboxes which we will call cbo1 and cbo2. Now, there is a relationship between cbo1 and cbo2. when i select an item at cbo1, the cbo2 ItemsSource is updated (since it is bound to …
2
votes
1answer
28 views

WPF: How to bind to a property of another’s control binding?

Hello, I'm creating a form using WPF with MVVM. There I have my View with its DataSource bound to my ViewModel object. Great. In my xaml, I have an ItemsControl with its ItemSource bound to …
1
vote
2answers
32 views

DataBinding of DataGridView and List<> with BindingSource

Hi, I'm trying to figure out how data binding with BindingSource is supposed to work I want a DataGridView to be populated with the content of a List<> upon update of the list. I can see the …
0
votes
1answer
30 views

Which controls are bound to my dataset?

Given a DataSet instance, is there any way I can find out which controls are bound to it's tables? I want to stop everything binding to the DataSet, something like : foreach (Control cont in …

1 2 3 4 5 108 next
15 30 50 per page