How do i create a hyperlink column in the heirarchacical ultragrid? I tried the intialize row but it only creates it for the parent row not the child.
Thanks
Hello rydavis,
Each UltraGridRow has a Rows property which returns its collection of child UltraGridRows. You can potentially use that to resolve your issue.
Thanks but that's not much help.
I know it has a rows property I just do not know how to code for the child value.
I need a example on how to do it or point to a tutorial. I do not see anything on this in the samples.