This is a migrated thread and some comments may be shown as answers.

How can i use demo sales dashboard as web part in Sharepoint?

6 Answers 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
nitin badgujar
Top achievements
Rank 1
nitin badgujar asked on 05 Nov 2009, 12:42 PM
Hello,

I have successfully build sales dashboard source code as simple ASP.net web application,
But now i want to create same dashboard for Sharepoint.

I follow following step, please let me know if i am going wrong....
1. create Sharepoint application in VS 2008,
2.  Add custom ASPX page as content site page.
3.  In Object tag add XAP file which has been created from downloaded sales dashboard source code.
4. Run application.

But after deploying solution, on sharepoint site i m not able to view dashbord, IE through me following error

Unhandled Error in Silverlight Application

Code: 2104

Message: Could not download the Silverlight application. Check web server setting

I require to install OpenAccess at sharepoint machine where sharepoint installed?
How can i bind data?
How can i create telerik charts using Sharepoint lists?


I am waiting for reply.

Thank you,
N i T ! N.

6 Answers, 1 is accepted

Sort by
0
nitin badgujar
Top achievements
Rank 1
answered on 06 Nov 2009, 07:03 AM
Can anybody please help me?


0
Vlad
Telerik team
answered on 06 Nov 2009, 07:13 AM
Hi,

Please check this blog post to know more about integration of Silverlight with MOSS:
http://www.smallworkarounds.net/2009/07/integrating-silverlight-20-with.html

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
nitin badgujar
Top achievements
Rank 1
answered on 06 Nov 2009, 08:07 AM
Hello Vlad ,

Thank you gr8 reply :)
I have successfully added silverlight Controls on (suppose) custom pages or on webparts.
Now i want to bind silverlight controls with sharepoint list...
(I want to create telerik graph using sharepoint list or bind any telerik component with sharepoint list?)
I m stuck in this, can you please help me?

Hope you will reply soon!
Thank you,
Nitin
0
Vlad
Telerik team
answered on 06 Nov 2009, 01:03 PM
Hi Nitin,

You will need service (WCF preferably) to communicate between MOSS and Silverlight. Once you return desired data (for example IEnumerable<YourType>) from this service you can bind any Telerik control on the Silverlight client.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
nitin badgujar
Top achievements
Rank 1
answered on 11 Nov 2009, 06:48 AM
Hello,

I get values from sharepoint list as in IEnumerable<YourType> format.
Now what should next?
I want to generate graph using this shareopint list data.
Please help!

Thank you,
Nitin
0
Vladimir Milev
Telerik team
answered on 13 Nov 2009, 03:44 PM
Hello nitin badgujar,

Perhaps this help topic will assist you.

Best wishes,
Vladimir Milev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
nitin badgujar
Top achievements
Rank 1
Answers by
nitin badgujar
Top achievements
Rank 1
Vlad
Telerik team
Vladimir Milev
Telerik team
Share this question
or