Is it possible to embed a WinGrid within another WinGrid?
I have a WIngrid. I would like to make one of the columns to be another WinGrid. Is this possible? If so, how would I do it?
The hierarchical presentation used by a WInGrid out of the box doesn't work for me. I would like to make a column into a grid.
Thanks for any advice.
Hello sch,
If you would like to embed an UltraGrid control control inside an existing one, I would like to ask you what you would have to achieve here.
If you need a simple drop down grid alike control in a cell, you could take a look at the following link:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7841
If you need one of the cells to has a UltraGrid control inside and to use in the same time as an Editing and Rendering control than most probably you would like to take a look at the controlContainerEditor at:
http://help.infragistics.com/NetAdvantage/WinForms/2011.1/CLR2.0/?page=WinControlContainerEditor_Using_WinControlContainerEditor.html
If you need something else please feel free to let me know.