Hi,
I have a AJAX Enabled Grid bound with ObjectDataSource. When I make changes to cell(s), Update Row is getting called once for every row changed(as expected).
Finally when I click 'Submit' button to send the changes to database, what happens is Update Row method is called twice. Once before execution of submit_click method (as expected AJAX call for last edited row) , but once more after submit_click method is executed.
This is weird. Any idea why is it happening?
ThanksNJ
Hi NJ,
Thanks very much for your feedback. An internal bug report has been created, and I will notify you as soon as it gets fixed.
Regards,
Angel
Hi Angel,
Thanks for your reply. How early could I expect the reply?
As this is major issue for me and it is occurring on all the pages across whole project wherever I have used UltraWebGrid.
I appreciate your efforts in advance. Please inform me when it gets resolved.
Thanks
NJ