I'm trying to figure out which type of control to use so I can reproduce the below layout. Can this be done using the standard grid or the hierarchical grid? I need the columns and then a detail section formatted differently. Not sure if I can use another control and there can also be multiple records. If someone could point me in the correct direction I would appreciate it greatly.
Thanks,
Hi Terry,
I am just checking if the latest reply helped you out or if you require any further assistance on the matter.
You can use igGrid and set option rowTemplate which will allow you to set custom row which you can style using additional table and style it as you want(and showing the info you want). Here you can see a sample of using rowTemplate - http://igniteui.com/grid/row-template, http://igniteui.com/templating-engine/grid-column-template
Also the igGrid allows the widget to be inherited by your own widget and to override _renderRecord and _renderRow functions.
Miro
I'm trying to recreate a kind of a repeater grid with columns and a detail or footer section below it for each record. Is there a type of control in the Infragistics ignite UI group of controls that I can use to do this?