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
4133
itemTemplate not displaying properly on filter
posted

I am using the 2014.1 version of Ignite UI in pure javascript, and running into issues when filtering igCombo options when itemTemplate is specified.

I have modified one of Infragistics' own examples in a fiddle here, to show you what I am seeing.  Also, attached is an image showing the issue.

The itemTemplate is specified to show a dual-column dropdown, but when I type something into the combo box, the itemTemplate is improperly rendered, and I get a dual-column layout with incorrect cell values, which looks like a join of datasource values for filter searching purposes.

Please help me restore template formatting.  Thanks.