Is there an example of binding the WebHierarchicalDataGrid to a Dataset at runtime?
The dataset would contain multiple tables with relations.
Thanks for any help.
Hello,
This sample shows how to bind the grid to a dataset. I know it does not show how the data set was actually created, but that should not be a problem, I'd imagine.
Is there any particular problem you are facing?
Thanks. I've seen that sample.
I've bound the dataset to the grid, but I'm getting an error alert when I try to expand a parent row:
"Runtime Exception: No child grid script descriptors are available!"
I'm manually setting the primary key on each table in the dataset. I'm then setting the relations in the dataset. The grid is set to autogenerate columns and bands. InitialDataBindDepth is set to 0. Is there something else I'm missing?