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
278
UltraDropDown Select row problem.
posted

Hello,

Now i use version 8.2.20082.2022. 

I have grid with UltraDropDown

            uddIdents.DataSource =InFillDataForIdents;  //InFillDataForIdents heva DataTable datatype

            uddIdents.DisplayMember = "acIdent";

            uddIdents.ValueMember = "acIdent";

            if (gridItems.DataSource != null)

            {  gridItems.DisplayLayout.Bands[0].Columns["acIdent"].ValueList = uddIdents;  }

In this version then i write some text in cell (Text is the beginning of a line in the  "acIdent" field), which have DropDown, row in DropDown not select automatically (but infragistics ComboBox make it). 

In previous version all work greate. What change in DropDown logic?

Thanks.

            

  • 69832
    Suggested Answer
    Offline posted

    Assuming the text you typed matched an item's display text exactly, I was not able to reproduce this using the latest version. It is possible that this issue has been addressed with a recent fix, so you might want to download the latest hotfix and see if that solves the problem. If it does not, you should report this as a bug and attach a sample that demonstrates the problem.