This example demonstrates how to implement create, update and delete operations using XtraGrid and LinqServeModeSource.
This example works with the standard SQL Northwind database.
Question Comments
Added By: Mabaega Eg at: 2/26/2016 11:13:28 AM hi ..
i just try this example.
This works, but I can not change EditValue of TextEdit programmaticaly.
As
textEdit3.EditValue = "My Address"
textEdit3 always reset when I typed in other TextEdit. Is there any way that I can fill TextEdit programmaticaly?
Please guide me...
Thanks.