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
520
Get Child Rows
posted

I have a whdg and need to access the child rows from the parent row. More specifically, one of the columns on the parent row uses information from the child band to set its value. I have tried to get the information through the initialize row event as follows:

protected void whdg1_InitializeRow(object sender, RowEventArgs e)

        {

            //There is no method on e to get the child rows

        } 

 

I am looking for something that is similar to the Rows method in the UltraGrid:

 UltraGridRow row;

  row.Rows 

Parents Reply Children
No Data