We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

modify remote db after edit the refresh datasource from remote db

I have a Datasource "DatasetA" bound to a GridDataBoundGrid. "DatasetA" is populated from another rempote object. When I edit a cell in the grid I want to update the remote object with the new value, then refresh the Datasource from the remote object. (The remote object recalculates some of the values) The grid should then display the newly calculated fields from the remote object. Can anything explain how I can do this?

3 Replies

AD Administrator Syncfusion Team October 8, 2003 09:12 PM

Hi chris yours also similar to this thread? http://www.syncfusion.com/forums/message.asp?MessageID=7366 Regards Rajaraman


CB Chris Baxter October 9, 2003 12:08 AM

similar, however we are not even remoting. I think the issue is that a remote or seperate object is updated during handling of a grid event when editing a cell (i.e the CurrentCellMoved or CurrentCellChanged). The bound datasource then needs to be refreshed with any updates from the remote object and redisplayed in the grid. The question would be how to trigger the update to the datasource after the event has occured


AD Administrator Syncfusion Team October 9, 2003 01:38 AM

Hi I belive the binding between the object and grid got broken. so that it does not refresh, am I correct? Regards Rajaraman

Loader.
Live Chat Icon For mobile
Up arrow icon