This question is locked. New answers and comments are not allowed.
Hi,
I use in my code a GridComboBox but i can´t make that it display the dropDownList.
I have this :
Please look at the picture to see the result.
Thanks in advance.
I use in my code a GridComboBox but i can´t make that it display the dropDownList.
I have this :
<telerik:RadGridView.Columns> <telerik:GridViewDataColumn DataMemberBinding="{Binding EntidadesProp.TiposentidadeProp.DesignacaoProp}" Header="Tipo Entidade" Width="0.15*"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding EntidadesProp.TitulosProp.AbreviaturaProp}" Header="Título" Width="0.15*"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding EntidadesProp.NomeTratamentoProp}" Header="Nome" Width="0.6*"/> <telerik:GridViewComboBoxColumn DataMemberBinding="{Binding IdProp}" SelectedValueMemberPath="Função" DisplayMemberPath="DesignacaoProp" ItemsSource="{Binding OCFuncoesReuniao,Source={StaticResource ConvocadosVM}}"/>Please look at the picture to see the result.
Thanks in advance.