Hi
I am using the grid with SelfHierarchy and it works fine. I tried to use the SelfHierarchy option on a grid with dynamically created columns. I'm creating and adding the columns dynamically in the Page_Load event handler, and after that i'm setting the grid's data source. The result I'm getting is only the first level- no children at all.. The children are not bound at all- i'm hitting the
I am using the grid with SelfHierarchy and it works fine. I tried to use the SelfHierarchy option on a grid with dynamically created columns. I'm creating and adding the columns dynamically in the Page_Load event handler, and after that i'm setting the grid's data source. The result I'm getting is only the first level- no children at all.. The children are not bound at all- i'm hitting the
ItemDataBound event handler only a few times (same number as first level records),
All properties of both grids are exactly the same. How can i get the self hierarchy to work on the grid with the dynamic columns?
TNX!
tali