If I understand correctly then I can't directly use DataTemplate to arrange cell within row. But how can I arrange cells? For example, I set LabelLocation="InCells" and wish to arrange cells in row without using rectangular grid layout (row and column properties of Field). I wish to place vertical StackPanel and place several another containers on it. I wish place one set of fields (and maybe few another controls) on first container, place another field set on second container etc.
How to implement it?
Hello,
Implementing this is not a trivial approach. Maybe you could get some pointers in this forum thread. You could also consider arranging cells in Columns/Rows to get this effect, rather than grouping them in containers.
Is Infragistics planning to implement standard DataTemplate mechanism or custom equivalent of it with same simplicity for such tasks?
I cannot give you a solid answer whether this is considered for implementation or not, but you can request it on this link.