Questions tagged [silverlight-toolkit]

Official Microsoft add-on components for Silverlight on the browser and Windows Phone released via Codeplex.

Download Silverlight Toolkit from http://silverlight.codeplex.com/

669 questions
0
votes
1 answer

Dynamaically creating series for StackedBarSeries chart Silverlight

I am running into this problem which I cannot think of an easy way to solve. Here is my XAML
Frank Q.
  • 6,001
  • 11
  • 47
  • 62
0
votes
1 answer

How could I reenable Silverlight designer in VS2008?

I have a problem with Visual Studio 2008. When I installed vs2010 rc1 some strange error messages appeared when I opened a silverlight3 solution in vs2008, I told it not to show it again, but I remember it have some strange guid keys. I have…
0
votes
1 answer

Silverlight toolkit chart: axes do not always display 0 and maximum value

I am using the chart control provided in the silverlight toolkit. I have defined 3 axes (code below). Now the series in the chart change at a user's command. Sometimes, the 0 value of the origin and the maximum axis value do not get displayed. They…
Rire1979
  • 652
  • 12
  • 24
0
votes
2 answers

Is it possible to change the animation speeds in Silverlight themes?

Is it possible to change the animation speeds that are used in the Silverlight toolkit themes? Specifically, I like the look of the Expression Dark theme, however I feel that some of the animations it uses take too long and make it feel…
grimus
  • 3,175
  • 2
  • 18
  • 26
0
votes
1 answer

Change names of months and days of week in DatePicker for windows phone

In datepicker tool for windows phone, the names of months and days of week has been written under each cell(e.g February or Wednesday) Is there anyway to change theme or remove them?? I'd searched over the net but nothing found ;(
FSystem
  • 83
  • 1
  • 8
0
votes
2 answers

Cannot bind a object list into toolkit LongListSelector Windows Phone 7

I want to bind list of objects to toolkit LongListSelector Windows Phone 7 as what i do in Windows Phone 8. Anyone could tell my where's wrong? Nothing show in the LongListSelector XAML
0
votes
2 answers

XBAP childWindow control available similar to Silverlight 3 ChildWindow?

The Silverlight 3 toolkit has a ChildWindow control for model popup like functionality. This is great. Anyone aware of a similar control that can be utilized via…
some guy
  • 31
  • 1
0
votes
1 answer

How to access silverlight3 DataGrid cell control

how to access silverlight3 DataGrid cell value programatically? I know that I can use DataContext to access the data, but I need to access control contained in a specific cell. If column template is like this: …
LILkillaBEE
  • 168
  • 1
  • 5
  • 19
0
votes
1 answer

Context menu paste in textbox not updated binding element value

I'm binding a text box to a textblock, but it is not updated when I paste something using the context menu. Following there is the XAML code for element binding:
Furqan Misarwala
  • 1,743
  • 6
  • 26
  • 53
0
votes
1 answer

Silverlight Toolkit DragDrop on WPF

Do Microsoft actually provide a build of Rx / Silverlight Toolkit DragDrop that "just works" on WPF? From what I can tell the Rx DragDrop stuff is only available in the SL Toolkit (not WPF). The SL Toolkit seems to imply you can use it in WPF…
Jack Ukleja
  • 13,061
  • 11
  • 72
  • 113
0
votes
1 answer

Get the value from windows phone toolkit's DatePicker from background worker?

I have a LongListSelector which load transaction data into it. I have no problem with data loading. I want to filter data for a date period and I know how do it with linq. The problem is the process runs in a backgroundWorker and I cant get the…
Sanjeewa
  • 17
  • 1
  • 8
0
votes
1 answer

Silverlight, DataForm, AutoGeneratingField, RIA Services and Child Entities

I am trying to bend the DataForm to support many-to-many and bind lists of child objects. I've gotten as far as being able to control the display of the objects and have access to the on change event. For example: OfferEditorForm.AutoGeneratingField…
detroitpro
  • 3,853
  • 4
  • 35
  • 64
0
votes
1 answer

How can i write XML into Silverlight by Master Details Meta Data Object

I am being astonished that there is no new post about silverliht.It will be very harmful to our company because my company still now in silverlight and they have not finished their ERP and they have no chance to change silverlight to other…
Shohel
  • 3,886
  • 4
  • 38
  • 75
0
votes
2 answers

How to edit Silverlight toolkit 5

I recently discovered memory leaks in our Silverlight application and I have managed to find the source - Context Menu. From what I have searched this is a known issue and there are patches available to fix this. I downloaded the Silverlight ToolKit…
Abhi.Net
  • 722
  • 3
  • 11
  • 37
0
votes
1 answer

LongListSelector not working (not navigating to other pages)

I have implemented a LongListSelector for my Windows Phone 7 app. However when I tap an item it doesn't navigate to the desired page. Does anyone know why and how this can be fixed? Below is my code. Each page has it's own uri and I want to navigate…