The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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?
ADAdministrator 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
CBChris BaxterOctober 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
ADAdministrator 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