I am running into two issue in binding a hierarchial dataset produced by the Infragistice WebHierarchial Datasource, and not having any luck ging through the KB or Docs to a solution (apologies if it is something I missed)
1) Events, in particular the OnLayout of the Grid do not appear to be firing. I have set a break in the OnLayout event handler of the Grid, it never gets there thpought the Grid is successfully attaching to and loading data.
2) I have set the option to provid "Add New" buttons for both the parent and child band. When an existing parent record has children and I click on the parent rwecord, the "Add New" for the child band becomes active and I can click it to add a new child (i.e. works as expected). However, if the Parent record does not initially have any children (i.e. I want to add the initial child record) nothing I seem to do makes the "Add New" button active for the child band. I would have though that when a potential Parent row was selected, the "Add New" for the Child band would become active.
Many thanks in advance
Neil
P.S. the version of the controls in question is 8.2.20082.1000
Upgrading to 2008 Vol 3 solved issue 2 with adding child records/ Event processing is still an issue/