I would like to have a dropdown column in the igGrid that will dropdown and display a 3 column grid with ID, DisplayName and Code. May I know if there is any example that I can follow or resource that I can reference how to achieve that? thanks so much.
Hello aschoi,
The property that you are looking for is dropDownWidth
http://help.infragistics.com/jQuery/2012.2/ui.igcombo#options
Hope this helps.
Thanks. it seems partially working now. However, I have a problem to set the width of the dropdown of the combo editor to allow it to show all the columns in the grid. I tried with "listWidth", "width" but no luck. Could you please let me know how to set of the dropdown width so that all 3 columns can be shown.
Hello aschoi ,
Thank you for posting in our forum.
You can set a template for the combo for the header, item and footer templates. You can see something similar here:http://es.infragistics.com/products/jquery/sample/combo-box/templating
Since you can use the combo as an editor of the grid you can just add to it the corresponding template you want. A sample of hos to add a combo box as an editor of the grid you can find here:http://es.infragistics.com/products/jquery/sample/combo-box/grid-editor
So you can add a template to display the data you want and style it to appear as a table. I’m attaching a simple sample for your reference.
Let me know if you have any questions or concerns or if yoy need further assistance.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support