I am working on project where I need help and direction on displaying master child rows with object as datasource
I have following issues, please kindly help me
1) How to Assign the objectdatasource to data grid so that user can click master row to see child rows
2) Once master child data shown in grid, user can edit any column, if user clicks any column I have to re calculate the values. How to do that?
For example: if user is editing product price then I have to calculate the net price. I am not sure how to implement this functionality. Where I have to put my calculation logic and how to call my calculation logic from Grid?
Please let me know what the best way of doing above tasks. i have done some research but unable to find out clear example on implementation
Thanks,