Hi all !Szenario:A UltraGrid has a UltraDataSource as data source. What happens to the corresponding row of the UltraDateSource when user is adding or updating a row in the UltraGrid ?
Problem:I have created a application in which user modifications on a row of a UltraGrid are not propagated to it's associated row in the UltraDataSource.Any advice or ideas you might have, would be very welcome. Thanks in advance !Kind regards,Claus
Hi Claus,
The grid will update the underlyaing data source under certain situations depending on the UpdateMode property. By default, I beleive the update occurs when you leave the row or the grid loses focus.
You can also force an update by calling the Update method on the row or the UpdateData method on the grid (to update all rows).
Hi Mike !
I have a UltraGrid which is associated with a UltraDataSource (a customized UltraDataSource). When a user modify a row in the UltraGird the corresponding row in the UltraDataSource will be not updated.
Therefore my question: Does the UltraGrid propagte modifications on a row to the underlying data source ?
Thanks in advance !Kind regards,Claus
I don't understand. What's your question?