Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Add new band in wingrid programmatically
posted

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

Parents
No Data
Reply Children
No Data