ContributionsMost RecentMost LikesSolutionsRe: DevExpress, TcxCustomInnerTextEdit and Database-BindingHi... I've replaced the setText with normal keystrokes entering the text...and this works. Thank you, MarcDevExpress, TcxCustomInnerTextEdit and Database-BindingHi... I've created a simple keyword test where I've tryed to enter a text to a TcxDbTextEdit. This edit field is binded to a database field. The test creates the following code: Object ...edtName.TcxCustomInnerTextEdit MethodOrProperty SetText Name/Value Text=HelloWorld After that, I've simulated a key-sequence (TAB) to change the focus. My problem is, that the input "HelloWorld" is correctly inserted BUT NOT SAVED to the database. As soon as the editfield losts it's focus, the entered text disappears. Do you have any solution for me? Thank you & best regards, Marc