I have a dataset, obtained from a webservice which contains 2 tables (a parent and child). I am presently binding it to the webhierarchicaldata grid. I presently have a bound checkbox column from the child table which the user can change. To update the source data, I need to send the webservice the changes from the dataset (via the GetChanges dataset method). How can I obtain which child rows have been changed on the server side (after user clicks an ASP button - Save)?
Thanks,
Hung
Hello,If you need any further assistance on the issue, please feel free to contact me, I will be glad to help you.
Hello,
There were some issues because of the previous conversion of the sample (project to website and vice versa). I modified it and now the RowUpdating event fires correctly and the error it used to receive is now gone (Error 7 Handles clause requires a WithEvents variable defined in the containing type or one of its base types.)
I hope this helps.
Thank you for choosing Infragistics components !
It is a VS2010 project running .NET 4.0
I have looked at that and it fires for me. Can you just attach the latest version of the project so we can be sure that we are working on the same things?
Thank you.
Thanks, that removed the error and allowed me to run the code. However, if I place a breakpoint on whdg_RowUpdating, I never see it fire. I am checking and unchecking the checkboxes.