Hello,I have been reading all the post an example about hierarchical webgrid.However, you guys are always using a different method to bind the gridSo what is the most efficient way to bind my hierachical webgrid? (ondatabinding event? page_onload? initializedatasource?)
Keep in mind that I want to do update,insert and delete in my webgrid. By the way, other than the WHDS, you guys did not find any other way to handle CRUD activity more efficiently? I have to write way more code than with the CLR 1.0 to get the CRUD working. The WHDS still has some bug so I have to do it manualy. So if you have any better method please let me know.Thanks and merry christmas
Dear Arnololo,
I always prefer "initializedatasource" .
Reagdrs,