Questions tagged [ria]

A Rich Internet Application (RIA) is a web application that has many of the characteristics of desktop applications. RIA here typically refers to the .NET RIA Services/WCF RIA Services framework.

838 questions
0
votes
1 answer

Accessing individual records from dataset received from Silverlight RIA service

I am a newbie to silverlight & wcf ria service and am only finding examples where the dataset received from calling the domain service query is bound to a datagrid. I want to be able to access each record individually, without the dataset being…
C D
  • 11
  • 2
0
votes
1 answer

Silverlight, bug with Dataform when adding and then removing entity with PagedCollectionView?

I'am using the silverlight 4 dataform on a view with the MVVM pattern (and the "simple mvvm toolkit") and RIA services (and EntityFramework on server side). My dataform is Bind to a PagedCollectionView on the viewModel. The logical context is "A…
Ben
  • 247
  • 1
  • 3
  • 15
0
votes
2 answers

Can you just loop through the results of a .NET RIA services call in silverlight as if it were a list of POCO objects?

void myButton_Click(object sender, RoutedEventArgs e) { var oContext = new DomainService1(); var oResult = oContext.GetPersistMapSet(); oContext.LoadPersistMapSet(); foreach (PersistMap oMap in…
Steve Strong
0
votes
1 answer

RIA Creates same instance twice in Silverlight

class Profile { string name; Book[] books} class Book { string name } Two separate Profiles (A and B) both have a relation to the same book. When I load the profiles one by one from Silverlight using WCF/RIA. I end up with two book object, with…
jenspo
  • 504
  • 4
  • 11
0
votes
3 answers

What JS library can be selected for RIA REST based application

I have ad idea to make some REST application. I already selected what I will use on server side. But now I have a big big deal, what i should use to make RICH web app ? I have middle javascript knowledges. I know jquery, I did my own jquery plugin.…
user1016265
  • 2,307
  • 3
  • 32
  • 49
0
votes
2 answers

Silverlight, WCF RIA build fails with TFS MSBuild

We have a large Silverlight, WCF RIA based solution that builds just fine with VS2010 on my desktop. However, on the TFS server we are seeing the following: ViewModels\MyVM.cs (47): The type 'TestService.Web.SystemAccount' exists in…
Rus
  • 1,827
  • 1
  • 21
  • 32
0
votes
1 answer

In Microsoft's Toolkit DataForm, Is there any feature Prompting the User to Save When Leaving a Page

In Microsoft's Toolkit DataForm User is trying to add a new item in Toolkit Dataform by clicking Add icon. In the middle if he selects any other menu tab, then he is going to lose all the entered info. I want to show promt to User to Save When…
-1
votes
1 answer

Best server-side framework for heavy RIA based application?

What do the collective beleive to be the best platform to use as a backend to AJAX / Flex / Silverlight applications and why? We are undergoing a technology review and I would like to know some other opinions. Is It Java, Grails, Python, Rails,…
Neil Middleton
  • 22,105
  • 18
  • 80
  • 134
-1
votes
1 answer

Google App Inventor GUI RIA framework

what RIA framework are they using and a comparison with Dojo will be great.
Jerry Gao
  • 1,389
  • 3
  • 13
  • 17
-1
votes
1 answer

offline web application using JavaFX

HTML5 does support offline web application.I want to create an offline web application using JavaFX. Does anyone has an example related to the same?
JLyon
  • 297
  • 1
  • 4
  • 19
-1
votes
1 answer

How to process data from 2 tables in database?

I am really confused. I followed this tutorial: I know how to add but now i don't know how to add method , which get data from 2 table not from a table. Because the result i want have properties from 2 tables. A for…
TM500
  • 15
  • 6
-1
votes
1 answer

Silverlight validation on multiple objects

I'm using Silverlight + EntityFramework + RIA Services in a business application. The underlying database tables include the Humans table and the HumanAddresses table. Every human can have one or more addresses of different types (e.g. home, job,…
Myrtle Oak
  • 11
  • 2
-3
votes
1 answer

JRE 1.7+ required

I have installed an update of a RIA application which is developed by a third party company. Now I get an error when I want to start, that JRE 1.7+ is required. The clients computer have JRE 1.6, but there are some cases where the application runs…
Mrvonwyl
  • 347
  • 2
  • 15
1 2 3
55
56