Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1024
combobox in xamdatagrid
posted

 

 

 

 

 

 

 

 

 

 

Hi all,

I have a xamdatagrid which one of its fields is a combobox as you can see in the narkup below,  I want that the drop down arrow of the combobox would be shown all the time, and not only when it has focus. Is there a way to accomplish this? Thank u.

 

 

<

 

igDP:Field Name="Permission" Label="„˜™€„">

 

 

 

     <igDP:Field.Settings>

 

 

 

          <igDP:FieldSettings EditorType="{x:Type dge:XamComboEditor}" >

 

 

 

                <igDP:FieldSettings.EditorStyle>

 

 

 

                       <Style TargetType="{x:Type dge:XamComboEditor}">

 

 

 

                                    <Setter Property="ItemsProvider" Value="{DynamicResource ComboEditorListPermission}" />

 

 

 

                     </Style>

 

 

 

            </igDP:FieldSettings.EditorStyle>

 

 

 

        </igDP:FieldSettings>

 

 

 

    </igDP:Field.Settings>

 

 

 

</igDP:Field>