I am building the grid ui and looking for the following sample :
Grid that has one column editor as a drop down that is a grid template..
Thanks.
Think this might be what you are looking for:
http://www.igniteui.com/combo/grid-with-combo-editor
That is close.. but I rather looking for the case with actual grid as template, so it drops down and user see the grid ..
Something like image attached ...
Hello Michel,
I like the suggestions given by Steve. I would say to get combo in the grid itself refer following sample and to bind combo as a grid try creating alternative row template using the templating engine. As following .
http://www.igniteui.com/help/creating-an-alternating-rows-template-(igtemplating)#creating-alternative-row-template
Please let me know if I may be further assistance.
I rather see the following ui schema main grid --> drop down grid in one column --> one column of that grid has combo that allows to set up values.. do not see as drop down grid can be substituted by combo..
Does grid as an editor is supported as e.g. combo ( editorType: 'combo' ) ?