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 combothere 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.
Hello Karuna,
I've tried to reproduce your issue on Chrome, Mozilla and IE and it seems that this is reproducible only in IE. This is because you have a huge amount of data that you are storing directly into DOM and IE could not handle it correctly due browser specific reasons.
My recommendation here is to enable vairtualization option on combo and set the animationDuration to 0. This would fix your problem.
You can refer to our API documentation for virtualization, animationHideDuration and animationShowDuration.
Also you can take a look how I modified your sample in the attachment below.
If you have further questions, do not hesitate to contact us again.
I'm using infragistics V : 4.16.2.1035
I have sorted out the issue and i require solution for it , The issue is in CSS styles i have applied in the page for igcombo control
I have set the following CSS style in my index page,
As per my requirement i need curved all corners of ig combo and here comes the issue , if set the above CSS style the drop down is not closing after focusout without selecting the item .
But as per my requirement i need the above css to be used .
I have added the sample source for reproducing the issue with this post .
Kindly find the attachment .
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.