Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3978848
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:05:52+00:00 2026-05-20T05:05:52+00:00

I am using wcf ria services in a silverlight application. I am looking at

  • 0

I am using wcf ria services in a silverlight application. I am looking at creating a dashboard for my users using some on the telerik graphing tools. I want 3 different graphs but all 3 graphs will be bound to the same data just displayed in a different ways.

I am not really sure the best approach to take. In my application loaded event do I create a generic list and then call my ria service to populate the list, I then could create some methods that bind the graphs to the data allowing me to modify the data display for each of the graphs or should I be doing it differently?

I am trying to populate the generic list like

  void BusinessReporting_Loaded(object sender, RoutedEventArgs e)
   {

       StoreID = Convert.ToInt32(App.Current.Resources["LC"].ToString());

       LoadOperation loadOp = this._ctx.Load(_ctx.GetTransactionEntriesQuery(StoreID));
       var data = loadOp.Entities.ToList();
   }

However no entities are been returned, why is that? I know there are entries in the database.

Any help would be great.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T05:05:52+00:00Added an answer on May 20, 2026 at 5:05 am

    Add ‘loadOp.Completed’ event handler and load your .Entities in the event handler.
    Something like this ( sorry I’m typing from my iPhone and can’t seem to figure out the formatting options)

        loadOp.Completed += loadOp_Completed;
    }
    void loadOp_Completed(object sender, EventArgs e)
    {
        var op = ( LoadOperation<YourGenericType>>)sender;
        var data = op.Entities.ToList();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a silverlight 3 application using WCF RIA services. I am using
I'm developing an application using WCF Ria services and Silverlight. Performance and scalability is
I'm working on a Silverlight project with the WCF RIA Services beta. I'm using
I'm building a site using WCF RIA services and Silverlight 4. My user database,
We are trying to deploy a Silverlight + WCF RIA Services application to an
I am hosting a SL4 application using WCF RIA services on IIS6 and I
I have a functioning Silverlight 4 application (VS2010, SL4, WCF RIA, hosted on my
I am working with WCF RIA services and have come across a sample using
I am using SL 4, WCF RIA Services against Entity Framework 4.0. I have
I am using the Required attribute on via the WCF RIA Services Metadata class,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.