Hi,
I have address types combobox in my RadGridView.
<telerik:GridViewComboBoxColumn Header="Address Type" Width="100" Name="AddressTypes" SelectedValueMemberPath="AddressTypeID" DataMemberBinding="{Binding AddressTypeID ,Mode=TwoWay}" DisplayMemberPath="Name" />
How can I make is eidtable and text complte property etc like in regular combox.
Thanks
I have address types combobox in my RadGridView.
<telerik:GridViewComboBoxColumn Header="Address Type" Width="100" Name="AddressTypes" SelectedValueMemberPath="AddressTypeID" DataMemberBinding="{Binding AddressTypeID ,Mode=TwoWay}" DisplayMemberPath="Name" />
How can I make is eidtable and text complte property etc like in regular combox.
Thanks