Tagged Questions

0
votes
2answers
24 views

MVC Complex Model Binding

I would like to do complex validation on my form that contains a list of objects. My form contains a list of, let's say, MyObjects. MyObject consists of a double amount and a MyDa …
0
votes
1answer
15 views

Silverlight Binding

I've a Silverlight page using a MVVM behind it to handle all the data bits going on. The data context is set for the page using: DataContext="{Binding AddNewClientViewModel, Sour …
0
votes
2answers
48 views

WPF: Binding directly to a control

I need to bind a property of a UserControl directly to another control, rather than any specific property on that control. What's the best way to achieve this? I've tried various c …
2
votes
2answers
15 views

How does one detect SetBinding sucess or failure in Silverlight?

Simple binding from C#: Binding binding = new Binding(SourceName); binding.Mode = BindingMode.TwoWay; BindingExpressionBase beb = SetBinding(SourceDependencyProperty, bindin …
1
vote
1answer
25 views

Strange behaviour of Listboxes in WPF

I have a window with two listboxes both bound to an XMLDataProvider. The SelectedItem property of Listbox1 is two-way-bound to the SelectedItem property of ListBox2. So far so good …
0
votes
1answer
26 views

how to get filter the data table

hi. i have datatable with which contains all theses columns columns as ID, NAME,PATH i am binding the datatable to ID, Name in dropdown control. once the use …
0
votes
0answers
37 views

DataGridView rows show up but no data

I am trying to bind a collection (that inherits from BindingList) to a DataGridView. The grid headers show up fine and the I get the number of rows that I expect. However, the cel …
0
votes
1answer
14 views

WPF GUI Manage using Thread.CurrentPrincipal

Hi I found this questions http://stackoverflow.com/questions/1019204/how-to-manipulate-wpf-gui-based-on-user-roles/1020303#1020303 and apply his answer to my project. I'm implem …
0
votes
2answers
18 views

How do I bind the Overlay Tool for new Ajax elements in Jquery?

Hi, I'm using: echo $javascript->link('tools.overlay-1.0.4', false); which is initialized with: $(".overlay_popup").overlay({ expose: '#000000', close: '.close_over …
0
votes
1answer
24 views

How can you bind an Indexed property to a control in WPF

Given an instance of the class ThisClassShouldBeTheDataContext as the Datacontext for the view class ThisClassShouldBeTheDataContext { public Contacts Contacts {get;set;} } cla …
0
votes
1answer
18 views

WPF Commands Buttons ListBoxItems

Hi, I Have a listbox defined like below : <ListBox x:Name="lstMedias" ItemsSource="{Binding Medias}" Width="Auto" Height="Auto"> <ListBox.ItemTemplate> &l …
0
votes
2answers
24 views

Bind Image.Source according to Boolean without a converter?

Hi I want to have an image bound to a boolean and have the source of the image to depend on the boolean value i.e. true source="image1" false source="image2" I was wondering if …
1
vote
1answer
16 views

Using Mode=TwoWay and AutogenerateColumns=True in Silverlight 3 DataGrid

My List<BusinessObject> has some public properties that I want to bind to columns in a DataGrid. Unfortunately, the names of the public properties are not good and I may not …
0
votes
1answer
90 views

WPF Binding - There must be a better way than how I’m doing it!

Overview I am using CompositeWPF to create an app using C#. This really should make a difference to the answer as my problem would exist outside of Prism. I have an ItemsControl …
0
votes
2answers
26 views

How to pass an empty string as a ConverterPararmeter?

Hello I have a Binding that I am using along with a converter, I want the parameter that is transferred to the converter should be an empty string. Is there a way I can pass it via …

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