Questions tagged [pivotviewer]

PivotViewer is a Silverlight data visualization control developed by Microsoft.

Microsoft's Silverlight PivotViewer is a data visualization tool that allows developers to provide a rich and interactive solution for visualizing large sets of data. Built upon the DeepZoom technology, PivotViewer allows users to quickly and easily change sorting, filtering, and navigate the data set at various zoom levels. Using this approach, users are able to gain additional information from the collection as a whole and determine relationships that are more difficult to discover using traditional browsing or searching techniques.

LINKS

104 questions
0
votes
1 answer

My PivotViewer isn't displaying any information

I'm trying to learn how to use the PivotViewer control for Silverlight. I used the excel tool to create a collection and I output the files to a folder called 'asdf'. Then I copied this folder with all of it's contents to the D: partition and here…
delete
0
votes
1 answer

What version of Silverlight is the Pivot control in?

I'd like to try the pivot control and have VS.NET 2010 installed but do not see it anywhere when I create a silverlight project. Any ideas on where I can find this?
jman
  • 1
0
votes
1 answer

Images gallery in WPF with filters

Looking to present a batch of images (about 10,000) with multiple characteristics to filters. I wish some of the closest thing PivotViewer Silverlight. I find no free or paid component that this kind of thing in WPF. Unable to transform the…
new proger
  • 29
  • 4
0
votes
1 answer

Set Pivot Selection to another in SelectionChanged event

I want to make a pivot navigating to item[0] when it was navigated from item[2] to item[1], from item[3] to item[2], etc. Here is code: int lastIndex = 0; private void PageChanged(object sender, SelectionChangedEventArgs e) { …
nikita_97_10
  • 335
  • 1
  • 4
  • 11
0
votes
1 answer

Using editable pivot with Entity Framework

I have a problem I have to solve. Can I convert the resultset below to editable pivot using Entity Framework? I also want to keep the data in the context. My data is like that: At end of the operation the result I would like to see is that: Please…
esquare
  • 3,947
  • 10
  • 34
  • 37
0
votes
2 answers

How to create pull to refresh feature in windowsphone Pivot?

I am making an rss App where I'd like to include the pull to refresh feature on a pivot item instead of a separate refresh button. I tried different Mouse Event Handlers but they dont work right. Any ideas?
aman shivhare
  • 334
  • 2
  • 13
0
votes
1 answer

PivotViewer not showing images if too many pivotviewer properties

I'm updating a pivot viewer application and have run into the following issue. Hopefully someone will have an answer as I'm stuck. The issue: When the page is loaded the side with properties and other features load fine, but the trading cards don't…
Trinak
  • 1
  • 1
0
votes
0 answers

Silverlight 5 Pivotviewer: No images displayed

Im using Visual Studio 2013 with the Silverlight 5 Pivotviewer. Some years ago I already did some Pivotviewer stuff with the predecessor and it worked fine that way (Excel plugin tool). Now im trying to create a pivotviewer just with code and with…
NitzerEbb
  • 1
  • 1
0
votes
1 answer

Passing combobox selected value to WCF to get data from a silverlight 5 Pivot Viewer Client

I have a combobox which has a list of all brands, I need to pass this selected value of the combo box to the wcf service named service1.svc. I am not able to understand how I can pass the selected item as parameter to the service. Could you guys…
Rohit Acharya
  • 47
  • 1
  • 7
0
votes
1 answer

Page Scroll down and mouse positioning issue with LobsterPot HTML5 PivotViewer

there is one issue with page scroll down you can,t select any tile i that for this try to re size your browser and create a vertical scroll and then select any tile you will see the issue. please see this screen shot am facing this issue in html5…
Noor Rahman
  • 155
  • 1
  • 5
  • 16
0
votes
2 answers

How can I navigate to a certain Pivot page in Windows Phone?

I have created a MainPage with two links. Both will take the user to a new Pivot page. However, the first link will open the first page of the Pivot, while the second will open the second page of the Pivot. I have the following code so far:…
user3176804
  • 49
  • 1
  • 2
  • 7
0
votes
2 answers

Where condition in sql PIVOT

I have a problem in following SQL query.. When I am executing this Query without where condition it works fine... but when I use where condition it doesnt work.. it gives following error message.. 'Msg 137, Level 15, State 2, Line 4 Must declare…
nisar
  • 1
  • 1
  • 4
0
votes
0 answers

XAML/WP8 - How do I make Pivot Item Wider than 480px?

This is kind of an odd questions, however I have a pivot page with multiple pivot items. And each pivot items has images that are larger than 480px in width. What I'm seeing is that the images are being cropped off if they aren't originally showed…
0
votes
2 answers

WP7 Custom Pivot control flickering

Since there is no Border.Effect property in Silverlight for Windows Phone, I managed to recreate a similar effect. What came up after editing the stile of a Pivot control is this: As you can see the project is one of Visual Studio default…
fillobotto
  • 3,698
  • 5
  • 34
  • 58
0
votes
1 answer

Hosting Silverlight Control

In my WPF application I am using a Web Browser control, which is showing a Silverlight application. I have to go with this design(Web Browser and Silverlight) because, I badly need PivotViewer control, which only available on Silverlight. Now, I…
a praveen
  • 318
  • 4
  • 9