For example like the jxGrid DropDown Grid there is a way to do that in igCombo?
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dropdowngrid.htm
Thanks
Hi Jessica,
Yes, you can achieve something like this by handling a few of igGrid’s and igCombo’s events. I prepared a sample page that will give you an idea how to approach the scenario.
If you need any additional help feel free to contact us again!
Kind regards,
Petko Zhekov
Senior Software Engineer
Another issue once selected a row and the value is in the comboValue ,i can't delete it to choose anther value the (x) of the igCombo didn't appear.
Need a help.
Please I really need a help to achieve this with igCombo and igGrid reply please on my questions and how can be achived.
Emergency Help
Just my question is how to make the igGrid disappear after choosing a row. And about the (X) i realize that is was in readonly mode so that's why.
Emergency help coming!
To close the grid when you select a row you just need to call slideToggle function in the rowSelectionChanged event handler. To close it when it’s clicked outside the grid or combo you have to handle the click event on the body and do a simple check if it’s clicked outside of those two. I updated the sample. Please take a look at it and let me know if it works for you.
I’m looking forward to your reply!