Tagged Questions
0
votes
0answers
92 views
Empty row is added after deleting multiple records from datagrid binded with pagedcollectionview in silverlight 4 application.?
I have datagrid bound to pagedcollectionview. I have one checkbox column which is used for for multiselect and multidelete functionality. It is working fine. But when I am selecting the Records with ...
0
votes
1answer
55 views
Paged collection view edititem in silverlight 4 application
How to use EditItem method for pagedcollectionview in silverlight 4 application..??
0
votes
2answers
239 views
MVVM Binding to Textbox: Need to call GET after SET somehow
I am attempting to implement some simple validation on a textbox in MVVM
public string Property
{
get
{
if (App.PropertyStorageContainer != null)
{
...
0
votes
0answers
12 views
Redirect default binding
I have ComboBox where I need to change item style (add custom TextBlock for each item).
This ComboBox uses in many places with different DisplayMemberPath (because of different entities), that's why I ...
0
votes
0answers
56 views
SL4, MVVM: Can a ViewModel bind a property to a property in a parent object's ViewModel?
We have a MainViewModel that contains a list of Thing objects (ThingList).
The MainView contains a ThingListView UserControl to display a list of the Thing objects.
The ThingListView could use the ...
2
votes
1answer
58 views
How to call command inside listbox in silverlight4
I am using Listbox and it contains button ,and i want to handle button click event using command.but my command never calls.
is this Correct way??
<pmControls:pmListBox Grid.Row="1" Margin="3" ...
1
vote
1answer
287 views
Databinding Class to Silverlight controls tooltip
Having a Author Class below
Public Class Author
{
Public String Name{get;set;}
Public String Description{get;set;}
Public int NumberOfBooks{get;set;}
}
and databinding List<Author> to ...
0
votes
1answer
134 views
Attaching Event Handlers to Dynamically Created TreeViewItems
Preamble:
I have the following XAML:
<controls:TreeView x:Name="tv">
<controls:TreeViewItem x:Name="tvi" Header="RootNodeTitle" IsExpanded="True">
...
0
votes
1answer
70 views
Troubles with ObservableCollection<T> in Silverlight client
I've got a solution with a WPF client, a WCF service and a Silverlight Client (SL 4).
The WPF client works smoothly but the Silverlight is acting up on a point which I'm not sure how to handle it.
...
0
votes
1answer
153 views
Silverlight 4 Getting Datacontext for ObservableCollection<T> Types
I have a DataContext for a grid that is basically an ObservableCollection. In the code behind I want to iterate through the grid's Datacontext and store each line item into an sharepoint point list. ...
0
votes
1answer
622 views
How do I hide a silverlight datagrid row after the row_loading event?
Simple one here.
I have created a datagrid, which has a set of rows. I would like to hide specific rows
based on particular logic after the rows have been loaded?
Any Ideas?
1
vote
0answers
377 views
Binding DataGrid column headers in Silverlight
I've seen quite a few unanswered posts on this topic, yet I'm still inclined to believe someone on here as figured this out and is holding out on the rest of us.
I have a DataGrid that contains a mix ...
0
votes
2answers
315 views
How to bind List Data to combobox
I mae a WCF service that contain this method :
public List<LocationDB> GetLocation()
{
List<LocationDB> locations = null;
using (SqlConnection connection = new ...
2
votes
2answers
610 views
Validation fired but Red Border does not appear with User Control in Silverlight 4
I have created custom User Control which contain TextBox and PasswordBox. I bind TextBox to UserName and PassowrdBox also.
The UserName is defined in my LoginViewModel class with [Required] attribute. ...
3
votes
2answers
230 views
Dynamic binding with User Control does not work as Static is working in Silverlight and MVVM
I have created sample User Control
RestrictedBox.xaml
<UserControl.Resources>
<Converters:EnumToVisibilityConverter x:Key="enumToVisConverter" />
...
1
vote
1answer
784 views
Binding in behavior to datacontext of datatemplate in silverlight
I have a DataTemplate:
<Style x:Key="SalesmanDestinyReportListBoxStyle" TargetType="ListBox">
<Setter Property="ItemsPanel">
<Setter.Value>
...
1
vote
2answers
199 views
Silverlight 4 lookless control. Bind to another element in the same control
I have created a lookless control using silverlight 4. This control contains a textbox which the user will type data into and a button that increases the size of the textbox by increasing the ...
1
vote
1answer
298 views
Silverlight - Determine visibility using multiple bindings
I currently have a simple class that holds various forms of data, I'll call it MyData for the purposes of this question. The class will usually be created in xaml under a container's resource section. ...
0
votes
1answer
250 views
How to bind amount of items on the list to a Label.Content property
I'm making a simple project in Silverlight. It contains a ListBox and a Label.
I tried to bind listbox.Items.Count property to Label.Content property so I can see amount of items which are currently ...
1
vote
1answer
106 views
How to bind to a property of a collection for a data grid in silverlight
I was trying to write a sample code to test out the question asked @ Binding a grid with two datasources in silverlight
I have a XAML as
<Grid x:Name="LayoutRoot" Background="White">
...
0
votes
1answer
299 views
Can't assign RoutedEvent to Binding.TargetUpdated
I have a textblock which should react for changing its text (it must display text for few seconds, and then dissapear).
<TextBlock Text="{Binding Path=OperationMessage, ...
1
vote
0answers
226 views
Silverlight TargetNullValue binding for Brush dependency property
I have a reusable user control with a dependency property which sets the color of a rectangle. The property uses Brush as type.
The data binding works fine, however I would like to add a fallback and ...
0
votes
1answer
412 views
Silverlight 4.0 disable some ListBoxItems with XAML binding
Is it possible, in Silverlight 4.0, to disable some ListBoxItems with XAML binding?
I have found some solutions in the web, but nothing that works with Silvelight 4.0
Thank you!
Pileggi
0
votes
2answers
409 views
Dynamic custom content in RichTextBox
I wish to display a text + hyperlinks in a RichTextBox from the code-behind or the binded via the Xaml if there is the possibility.
For the moment, I have a string variable with a Url (that I'd like ...
1
vote
0answers
246 views
Silverlight ValidationSummary omits MessageHeader for Property bound by UserControl
I’ve defined a custom UserControl with DependencyProperty. My page contains the UserControl, a Textbox, and a ValidationSummary. Using XAML, the page instantiates the Textbox and UserControl, ...
0
votes
1answer
375 views
Binding value from resource.resx to Header of DataGridTemplateColumn
I get an error:
Cannot find a Resource with the Name/Key ResourceString [Line: 94 Position: 104]
in my xaml:
<data:DataGridTemplateColumn x:Name="PriorityColumn" CanUserSort="True" ...
0
votes
1answer
98 views
Binding to main datacontext from subcontrol
Let's say I have a usercontrol which displays Family information.
One textblock of border(which datacontext is Father) of this usercontrol has to display name of family.
The problem is that I have ...
0
votes
1answer
327 views
Silverlight 4 - Binding does not work on enum types of POCO objects?
I have a WCF RIA POCO object -> Traffic light which has an enum type describing it's state.
[DataContract]
public class TrafficLight
{
[Key]
[DataMember]
public long Id { get; set; }
...
0
votes
2answers
297 views
Binding To ICommand From Inside DataTemplate
I have a custom control that has an ICommand dependency property. I would like to bind to this property from inside a DataTemplate. To make things clearer here's my code:
DataForm class:
public ...
0
votes
1answer
292 views
Troubles with custom controls and binding
I'm currently building a bunch of common use controls which basically just extend the default Silverlight controls by adding a label and stuff like that... But I'm having a hard time getting some ...
0
votes
2answers
398 views
My Combobox Selected Value binding doesn't flow back in Two Way Data binding
Im Using Simple MVVM Framework to create a simple Silverlight 4.0 LOB Application.
I have an Employee List View that shows List Of all Employees in and i have in my EmployeeListViewModel some ...
1
vote
1answer
288 views
Problems with Data Binding Quickstart examples in WP7
As I was trying to learn Data Binding, I found one of the quick start examples not workin. Could you tell me if its wrong or have I gone wrong somewhere?
...
0
votes
1answer
52 views
Is it possible to databind a 'hierarchical' collection? SL 4
We have a collection of items we bind to a treeview control.
Is it possible to bind hierarchical collections? That is, an item in the collection might itself be a collection. The members of the ...
0
votes
1answer
58 views
Is it okay to break LSP for the sake of binding?
Something tells me I might get lynched for asking this. And sorry for the long winded description in advance.
I'm working on something of a corner case in a Silverlight 4 project. Essentially what ...
0
votes
2answers
135 views
How do I bind a custom UserControl to the current item inside a ItemTemplate?
I have a ListBox that is data bound to an ObservableCollection.
Inside the DataTemplate, I have this custom user control that I want to bind to the current item.
How do I do that?
What should the ...
1
vote
0answers
358 views
How to bind to resource from codebehind without using DataContext
I have a datagrid with messages, which has declared itemsource in codebehind.
TO every row I need to add contextmenu from which user can select user to whom he wants forward a message.
<!-- ...
1
vote
3answers
125 views
Silverlight databinding doesn't work
Below you can see a part of my class definitions:
public class Package {
public int PackageId { get; set; }
public string Name { get; set; }
}
public class Member {
public int MemberId { get; ...
0
votes
2answers
323 views
How to implement INotifyPropertyChanged on indexed child in SL4?
My ViewModel class has a child property of type 'Messages' that has an indexed property, like:
public class ViewModel
{
// ...
public Messages Messages
{
get
{
...
2
votes
0answers
124 views
Silverlight 4 Binding and SilverlightBindingWrapper
I have a class that represents a container and a class that represents things that can go in that container, as well as a user control that displays that container and a user control that displays ...
1
vote
2answers
190 views
Silverlight SelectedIndex not Databinding Correctly
I have unique behavior that I want to do.
I have a combobox that is databound to list of viewmodel items. The first item is "[ Select Item ]". The expected behavior is, as the user selects an item, ...
0
votes
1answer
53 views
Binding to main datacontext, not of row
I want to bind itemsource of column to main datacontext of xaml
Before I had it done like that:
<telerik:GridViewComboBoxColumn Header="Type" DataMemberBinding="{Binding VehicleCondition}" ...
0
votes
1answer
390 views
Silverlight 4 Bind selected items' (more than one) properties to a textbox
I have an editor where the user selects a photo from a listbox in SL4, and edits the values like title, description, tags in a panel next to the list. The textboxes have Binding is XAML to the ...
0
votes
1answer
829 views
Silverlight 4, Validation error state doesn't get reflected in my own custom UserControl
Validation error state doesn't get reflected in my UserControl. I was following this similar StackOverflow question to solve it. I am not using an MVVM approach by choice. It's using WCF RIA Services ...
0
votes
1answer
367 views
WP7 UIElement property bound to an ObservableCollection isn't updated when an item is added or removed from the ObservableCollection
In the following code: a UIElement bound to an ObservableCollection does not update when items are added or removed from the collection.
Specifically:
A Person object includes an ...
0
votes
1answer
325 views
Displaying member in comboboxcolumn only after clicking column
I have a control, when I need dislay person with two column:
-fullname
-best friend
The problem is , that property BestFriend on Person is an object.
At start Person has his own BestFriend, but he ...
1
vote
1answer
743 views
Silverlight 4 ComboBox - Bug when using OneWay binding on SelectedItem
This is the purest example i can give.
I have a simple ComboBox :
<ComboBox ItemsSource="{Binding ItemsSource}" SelectedItem="{Binding SelectedItem, Mode=OneWay}"/>
This is the CodeBehind: ...
2
votes
4answers
851 views
Silverlight 4 MVVM ComboBox data binding is not being displayed
I have a ComboBox with the following XAML
<ComboBox Name="CompanyComboBox"
ItemsSource="{Binding Path=CompanyList, Mode=OneWay}"
SelectedItem="{Binding Path=CurrentCompany, Mode=TwoWay}"
...
0
votes
2answers
473 views
show image in silverlight (4) grid
i'm new at silverlight and i'm experimenting with it right now.
I have the following xaml:
<Grid Background="#FF06EFEF" Width="280">
<Border BorderBrush="#FF000000" BorderThickness="1" ...
0
votes
1answer
176 views
DataBind variable to ListBox.SelectedItem property
I have a ListBox (lstBxsources) that is populated correctly and works like it should.
<ListBox Name="lstBxSources" ItemsSource="{Binding}" >
<ListBox.ItemTemplate>
...
1
vote
1answer
51 views
Refreshing an object with a data-bound property
I think I'm missing something very fundamental here.
I've created a UserControl with a DependencyProperty, defined as such:
public static DependencyProperty SpinnerColourProperty = ...




