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
340
drop down list in cell
posted

I want to pick a value from a drop down list when editing a cell or auto-complete the entry when user begins

typing the entry.

can xamdatagrid support this function? or I need to implement a control for cell?

Parents
No Data
Reply
  • 17559
    posted

    Hello ceasor,

     

    I reviewed your scenario and I would suggest you change the editor of the field of the XamDataGrid where you want the mentioned functionality. You can set EditorStyle for this field and use the XamComboEditor synchronized with the current item. Please find the attached sample where  I show this possible approach to achieve this behavior.

     

    Please note, we are making efforts to ensure all posts are addressed by an Infragistics expert. We believe that the other community members could benefit from this thread as well.

     

    Feel free to write me if you need any further assistance.

    ComboBoxInDataGrid1 (2).zip
Children
No Data