Quick note. Using the WHDS and the UltrawebGrid the InitializeEvent does not fire. However, the InitialBand Event fires and all of the actions can be captured in this event.
Thanks for reporting this problem, we will investigate right away what is going on and fix this asap.
On a side note, can you please tell us how you are using the control, what can we do to make it better? We are trying to gather as much feedback as possible and try to include everything that can help you in the official release, so please let us know.
Thanks a lot.
Rumen,I am using the WHDS to for CRUD operations on a hierachical webgrid. The idea would be to add multiple SQLDataSources(in my case) to a form and tie them to the WHDS.In each of my SQLDataSources I have the Select, Update, Insert, Delete procedures defined. It would be fine if the WHDS allowed me to handle those methods by using the following whds1.sqldatasource1.updatewhds1.sqldatasource2.update
Please feel free to contact me if you have any questions.