Right now My XamDatagrid have like this, When I expand parent row , it is displaying all column headers of child row for each exapnd, I do have class like this
Emp:
string Name, string Age, string Phone, ObservalbleCollection<PaidInfo> PaidInfoLIst;
PaidInfo
DateTime DateofPay, double amount;
I want to merge child headers with parent headers like this, I tried HeaderPlacement=OnTopOnly, but didn't work.
also, when I collpased row it should hide Date & Amount column.
Hello,
Thank you for your post. I have been looking into it and I can suggest you see these forum threads:
http://ko.infragistics.com/community/forums/t/51543.aspx
and
http://ko.infragistics.com/community/forums/p/23298/85318.aspx
where similar questions as yours is already discussed. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan
Thanks to response me, I tried that but I was not able to fix that issue, can u please send me one sample for that?
Thanks