Hello,
I Have a requriemnt to hide headers in drill down records. My data model is:
public class Data
{
public string name { get; set; } public int negative { get; set; } public int positive { get; set; } public List<Data> drills { get; set; } }
And current layout looks as follows:
I would like to ridd off headers marked in red rectangles. Could you please advice?
Thank you!
Hello again,
I have made some investigation on you issue and I found out that you can select Records only from a single FieldLayout at the same time. Since you have hierarchical data, for every level of data it is assigned different layout, so such selection is not achievable.
Yes, it almost works as wanted but I have another issue: how can I enable selecting rows in different levels of drill down. i.e. different child records and different parent records to have all in collections PresenterBase.Selected.Records?
Thank in advance!
Hello cero,
Thank you for your post. I have been looking through it and I suggest you see this forum thread:
http://forums.infragistics.com/forums/t/56968.aspx
which discusses the same issue as yours. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.