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 9, 2003 02:12 AM UTC

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 05:08 AM UTC

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 06:38 AM UTC

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

Loader.
Up arrow icon