Hi,
I have implementing Iggrid in my Angular 2 project. In iggrid there is field called sight which is DropDown & which is bind with the Jason Data.
i am also implemented iggrid filter, but in filter section iggrid showing me plain textbox insted of Dropdown against the Sight field.
How can i show dropdown in filter section against the drop down fields.
Please check below Screenshot:
Thanks,
Yogesh
Hello Mike,
In your example you have city and the country name for the dropdown there is no concept of primary key referring it to the dropdown,
In our case we have sight as the dropdown linked to sightid in the backend and source as the dropdown linked to sourceid in the backend.
In your case there you took distinct from the customers and displayed but in our web api we only have distinct source and sight.
The filter is too not working after referring your example.
Can you suggest us a better example
Hello Yogesh,
Thank you for contacting Infragistics!
You will want to look at the following forum thread, you can see how to inject and editor into the filter row:
https://ko.infragistics.com/community/forums/t/70068.aspx?PageIndex=2