Hello,
I've tried it with ASP.NET 2007.2 and with 2009.2 - both react the same way.
A hierarchical grid is displayed; child bands display correctly. I've got one column in the child band where I want to display a hyperlink control. In the InitializeRow event I'd like to alter the NavigateUrl property. The code seems to work because when I add a change to the background color of the cell it will change everywhere. The hyperlink control, though, is only displayed correctly in the first 10 child band rows, thereafter I just see plain text with no link.
I even added a label control to test it, and it behaves the same way the hyperlink control does. It only appears where the hyperlink does too.
I've tried it with both a bound and an unbound cell (igtbl:TemplatedColumn). Am I missing something? Can someone help please?
Best regards,
Frank
Can't anyone help?