Hi,
I need help by creating a new child band in the ultragrid programmatically. I use an AfterRowInsert event where I set some values for my several cells. Directly after this I'd like to create a new band but I don't find a way to reach the addBand() method for the child band of my current row.
I tried the following but here I am only able to reach a parent band and not a child band:
if (e.Row.HasChild() == false)
{
e.Row.Band.
}
Anyone an idea how to solve this problem?
Thanks,
Alex
check the following post http://forums.infragistics.com/forums/p/34439/189414.aspx#189414