I'm trying to figure out if it's possible for me to be able to populate the MasterTable along with the DetailTable, so that when I expand my master row it does not have to post back to populate the detaul data.
Thanks
One suggestion is that you can set HierarchyLoadMode as Client in which the roundtrip to the database happens only when grid is bound. Also take a look into this demo.