This is a migrated thread and some comments may be shown as answers.

Combo in Side the Grid View

0 Answers 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Veerendra
Top achievements
Rank 2
Veerendra asked on 21 Oct 2011, 09:10 AM
Hi,

My need is a combo display inside  the GridView. where i put the xaml code

<telerik:GridViewDataColumn Header="Header"    Width="*"  IsFilterable="False">
                                            <telerik:GridViewDataColumn.CellTemplate>
                                                <DataTemplate>                                                    
                  <telerik:RadComboBox ItemsSource="{Binding LstPatientElegibilityList,Mode=TwoWay}" DisplayMemberPath="Value" SelectedValuePath="Key"  SelectedValue="{BindingSelectedPatientElegibilityList,Mode=TwoWay,ValidatesOnExceptions=True}"
                                                             Style="{StaticResource RadComboBoxStyle}" Width="240" HorizontalAlignment="Center"/>
                                                </DataTemplate>
                                            </telerik:GridViewDataColumn.CellTemplate>
                                        </telerik:GridViewDataColumn>


ItemSource bind from ViewModel but no value papulate in the combo.


plz find the attachment for requirement.

plz reploy for solution.


Thanks

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Veerendra
Top achievements
Rank 2
Share this question
or