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
265
Ig-Combo Filtering issue in Infragistics V 16.2
posted

Hi im Having a problem with Ig combo while filtering . I'm using Infragistics v16.2 .

The Following are the code i used in ig combo .


@(Html.Infragistics().ComboFor(model => model.Product.BrandId)
.DataSource(Model.BrandList)
.ValueKey("Value").TextKey("Text")
.DataBind().Width("100%")
.Render())

I'm binding data from list ,

While filtering im facing the following issues .

For Example if i filter a records contains a character 'A' the recors are filtered but after that just by clicking focus out from combo
there is a issue in design part as per attached image with this post.

I have tried using viritualization : true and i dont need to use AutoComplete : true ,

As per my requirement i need to bind and filter more records.

Kinldy find the images for issue with this Post.

Parents
  • 1740
    Offline posted

    Hello Karuna,

    I couldn't reproduce your issue. Everything works fine for me.

    Could you please send me an isolated working sample, which reproduce the issue and also could you tell me which version of 16.2 exactly you are using.

    I'm looking forward your response.

Reply Children