Tagged Questions

0
votes
2answers
14 views

Reclaiming the space from the DescriptionViewer part of the DataFields on a Silverlight Toolkit DataForm

The DescriptionViewer part of the DataField is used to display the Description property of the System.ComponentModel.DisplayAttribute as a ToolTip in the generated form. I don't want to use this …
0
votes
1answer
51 views

Silverlight bind collection to Combobox in DataForm using MVVM

I have this problem, I've got Silverlight app written using MVVM. I need to create DataForm which is binded to property on ViewModel and I want to add ComboBox and fill it with values from other …
0
votes
2answers
38 views

Dataform in Silverlight 3

I am using Dataform to show a object in my Silverlight application. It is a simple Input page which where you can input value and the SAVE button at the bottom submits the information to the database. …
0
votes
1answer
594 views

Silverlight DataForm, Child Window, ComboBox, DataContext

I have a child window that contains a DataForm. In the DataForm there is a combobox. I have a DataContext set on the parent window that is opening the child window. Before I open the child window, …
0
votes
1answer
62 views

Silverlight 3 Dataform - how to add fieds at runtime.

I am creating a DataForm from dynamic data (so I can't create the columns in the xaml), I currently create columns for my DataGrid (I have not worked out how I can create a button + event in a colomn …
0
votes
1answer
194 views

How to hide the header for Silverlight 3 DataForm control

I'm using the DataForm control in my SL3 app, it has a header with some icons by default (edit, delete, navigation etc. etc.), I can prevent most of the icons from appearing on the header, but want to …
0
votes
2answers
74 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, Source={StaticResource …
0
votes
2answers
198 views

How can I set initial values when using Silverlight DataForm and .Net RIA Services DomainDataSource?

I'm experimenting with .Net RIA and Silverlight, I have a few of related entities; Client, Project and Job, a Client has many Projects, and a Project has many Jobs. In the Silverlight app, I'm uisng …
0
votes
0answers
26 views

Dataform is losing its datacontext upon invoke of NewItemTemplate. why?

Has anybody any idea why I appear to be losing my datacontext when doing a NewitemTemplate? My other templates (ReadyOnly and Edit) are working. I know this because each has 3 DataFields that are …
0
votes
2answers
239 views

AG_E_PARSER_BAD_TYPE error when using DataForm control in Prism/silverlight 3

I'm using prism and SL3, as soon as I drop a DataForm Control in any modules, I get this error: AG_E_PARSER_BAD_TYPE [Line: 6 Position: 31] at System.Windows.Application.LoadComponent(Object …
0
votes
1answer
51 views

Silverlight DataForm control with RIA ( i.e. Display(Description=…)]

Hi, I want the change the description of the labels on my silverlight dataform which currently show as my table fieldnames (dbEmailAddress). <StackPanel Grid.Row="0" Grid.Column="1"> …
1
vote
4answers
1k views

Silverlight 3 + RIA Services Data Commit Issue

Hello, I'm working on a Silverlight 3 app with RIA Services. I've got the app running but for some reason it's only reading data, not committing changes. Most of the online examples I've seen use …
0
votes
0answers
124 views

Change when a RIA Services DataForm sends changes to the backing object

DataForms seem to update their CurrentItem as soon as the user tabs out of a field. This happens even when AutoCommit = false. The side effect of that behavior is that other controls that are bound …
0
votes
1answer
713 views

Silverlight 3 validation DataForm with templates

I have a SL3 application in which I'm using DataForm for my data entry. I want my form to look in the way I like it, so, I use <dataControls:DataForm.EditTemplate> and inside the template I have …
0
votes
0answers
475 views

Silverlight 3 Data Form Validation- server side (a la RIA Services)

As stated in this question, it is possible to display the server-side validation errors inside the Data Form error summary with RIA Services. My question is, how can I do the exactly the same but this …

1 2 next
15 30 50 per page