Advanced Forum Search Results
-
I tested with this code. It's working fine. Can you share the code that is not working in your side?
<StackPanel >
<Button Content="Click" Click="Button_Click" Height="30" Width="30" ...
-
You need both of your user controls to Main Page.
For example: You have Page1.xaml and Page2.xaml. then you need to add both controls in MainPage.xaml
<StackPanel>
<prx:Page1 Width="100" Height="100" />
<prx:Page2 Width="100" Height="100" />
<StackPanel>
-
Hey Malone,
Sorry about that. I was away from forum since I was too busy in new office. :(
Did you manage to solve your problem?
-
Hello,
Maybe, I'm not so clear. I'm not sure why you need to switch the template on select. RowDetailsTemplate will be displayed for item that you selected. So, I dont think you need to switch the template .. http://www.silverlightshow.net/items/DataGrid-and-row-details-in-Silverlight-2.aspx
-
Hello,
In order to know whether the cause is because of web service or datagrid, I would suggest you to loop through and check whether you get any data or not without binding with Datagrid.
You are able to retreieve that data successfully but you can't bind it then please let me know the structure of class and data that you are returning ...
-
Hello,
"not working" means getting some errors? or not showing in intellsense? DataMember is under System.Runtime.Serialization. If you are getting error then please let us know the details (like the code that you wrote, what you expect and what you are getting. and etc..)
-
I think it might be a bug. or at least, it's inconsistent with WPF.
-
I'm not clear what you are asking.
Are you trying to pass the path of XAML file to the method? or Inline XAML ? What are you trying to get?
-
Hello,
You should be able to send the List as a parameter to the Web Service, right?
Are you having any problem with sending the list?
-
You can also check this sample. http://www.sharpgis.net/post/2009/05/09/Adding-rightclick-to-Silverlight.aspx