Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

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 ...
Shohel's user avatar
  • 3,936
0 votes
1 answer
80 views

silverlight dependency property call back method keeps in loop

i have created a user control with three dependency properties selected value selected item selected index when one of them changes in the call back i am setting the other two e.g if selected value ...
LearningDesires's user avatar
1 vote
0 answers
580 views

Merging of cells in Silverlight DataGrid

I need a datagrid control like below. I want to implement cell merge like functionality in a datagrid in silverlight. I have some rows which display a single value and some rows return all the values ...
Shohel's user avatar
  • 3,936
3 votes
1 answer
3k views

How to change background colors in ReadOnly textbox in silverlight 5?

I Want To Change Color of ReadOnly Textbox It is Possible To Change Default Color to white Color <Style TargetType="TextBox"> <Setter Property="Background" ...
D J's user avatar
  • 148
0 votes
1 answer
282 views

Silverlight charts attempt to bind values to the collection instead of the elements

I have a property on my view model which returns some hard coded test data: public ObservableCollection<Item> Items { get { return new ObservableCollection<Item> { new Item {...
Tom Gillen's user avatar
1 vote
4 answers
2k views

How to play swf file in silverlight?

I am tring to play a .swf in silverlight5 page.I am using the ListBox control or Image Control Or Any Idea To Play swf File in Silvarlight <Image Grid.Row="0" Name="bottom_video" Height="80" ...
Jignesh.Raj's user avatar
  • 5,976
6 votes
1 answer
929 views

Autocompletebox SelectedText Bug

I want to bind both the SelectedText and SelectedItem properties of an AutocompleteBox because my client wants to be able to input text and select from the list also. It's working properly but ... ...
Jignesh.Raj's user avatar
  • 5,976
0 votes
1 answer
412 views

How do you install silverlight Floating windows into visual studio 2010

Hi every one at stackoverflow, I've just recently downloaded the latest file for silverlight floatable windows and I'm not sure how to install it into visual studio 2010 (I'm a "newbie"). The project ...
user1772044's user avatar
0 votes
1 answer
315 views

Resizing OOB full screen silverlight application

I'd like to resize my full screen OOB silverlight application based on user preference. User should be able to resize and keep the full screen application as a widget. When I try to apply the ...
user1396396's user avatar
0 votes
1 answer
464 views

Silverlight - How to close a page in Navigation Framework

How do you close a page on a Frame when using Navigation Framework? On a Frame I can only find methods GoBack and GoFoward, but no Close or something like that.
redman's user avatar
  • 2,165
0 votes
1 answer
65 views

Save a grid as bytes

I want to develop a silverlight project like ms paint. i found a example. but it has a problem. i can't save DrawingArea grid as a image file or bytes. i don't how save DrawingArea grid into bytes. ...
ArMaN's user avatar
  • 2,397
0 votes
1 answer
199 views

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 ...
ravella's user avatar
  • 116
0 votes
1 answer
1k views

Silverlight Toolkit v5.0 Menu, SL4PopupMenu

Which menu have you used with Silverlight 4 and Silverlight Toolkit 5? Is there a free menu that can be used with this Silverlight version combination? I tried to use SL4PopupMenu, but get the ...
Julia's user avatar
  • 358
10 votes
5 answers
7k views

"The tag 'MenuItem' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Input.Toolkit'" error

I'm getting an error trying to build a Silverlight application on a new machine. (Silverlight 4, Visual Studio 2010) This application compiles without error on four other machines. The error is: ...
Ron's user avatar
  • 121