Sign In|Join
Home/Silverlight.NET Forums/General Silverlight/Installation and Setup/How to get Template field control id in silverlight datagrid.
Last post Oct 13, 2009 06:29 AM by monalisapradhan
Member
52 Points
142 Posts
Jul 07, 2009 09:23 AM | LINK
Hi koyots,
sorry, i cant get you. Here is my source code
from this how can i load the value to combobox as a selected value from WCF service.
I am using Mr.HarshBardan given URL example.
Jul 09, 2009 05:33 AM | LINK
I found the solution. Thanks guys.
2 Points
1 Post
Oct 13, 2009 06:29 AM | LINK
Hi Kargo,
I am also facing the same problem for binding combo in datagrid fetching data from database using WCF service. Can you please describe here how you solve this.
Thanks,
Monalisa
kargo
Member
52 Points
142 Posts
Re: Re: Re: How to get Template field control id in silverlight datagrid.
Jul 07, 2009 09:23 AM | LINK
Hi koyots,
sorry, i cant get you. Here is my source code
<data:DataGrid x:Name="dataGrid" AutoGenerateColumns="False"> <data:DataGrid.Columns> <data:DataGridTextColumn Header="Street Name" Binding="{Binding StreetName}"/> <data:DataGridTemplateColumn Header="City"> <data:DataGridTemplateColumn.CellEditingTemplate> <DataTemplate> <ComboBox ItemsSource="{Binding CityList, Source={StaticResource cityProvider}}" SelectedItem="{Binding CityInfo, Mode=TwoWay}" DisplayMemberPath="CityName"/> </DataTemplate> </data:DataGridTemplateColumn.CellEditingTemplate> </data:DataGridTemplateColumn> <data:DataGridTextColumn Header="Zip Code" Binding="{Binding ZipCode}"/> </data:DataGrid.Columns> </data:DataGrid>from this how can i load the value to combobox as a selected value from WCF service.
I am using Mr.HarshBardan given URL example.
kargo
Member
52 Points
142 Posts
Re: Re: Re: How to get Template field control id in silverlight datagrid.
Jul 09, 2009 05:33 AM | LINK
I found the solution. Thanks guys.
monalisapradhan
Member
2 Points
1 Post
Re: Re: Re: How to get Template field control id in silverlight datagrid.
Oct 13, 2009 06:29 AM | LINK
Hi Kargo,
I am also facing the same problem for binding combo in datagrid fetching data from database using WCF service. Can you please describe here how you solve this.
Thanks,
Monalisa