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
2035
DropDownProvider with both filtering and custom value does not work
posted

I am updating an ASP.NET app from v12.1 to v15.2.  I have a DropDownProvider where I want to have both filtering and custom values.  I can type a custom value in the cell, but when I tab out of the field, the value is gone.  This was working in v12.1.

Here is a code snippet:


      CssClass="ctlWide" DropDownContainerMaxHeight="200px" DropDownContainerWidth="335px" DropDownOrientation="Default"
    KeepFocusOnSelection="false" EnableCustomValues="true" DisplayMode="DropDown"
    EnableAutoCompleteFirstMatch="false" EnableAutoFiltering="Client" AutoFilterQueryType="Contains">
   
   
   
 

Any workaround for this?

Thanks,