Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2170
UltraTextEditor Not Firing TextChange or ValueChanged
posted

I am using a UltraTextEditor bound to a db field to feed the value to an UltraListView which will use the value to manipulate the SelectedItems collection. As I scroll through records and the value of the TextEditor changes I update the UltraListView SelectedItems collection accordingly. This works just fine until I set the UltraTextEditor:Visible property to FALSE. Once I do this neither the Textchanged or ValueChange event fires any longer. Is this working by design?

Parents
No Data
Reply
  • 69832
    Offline posted

    I was not able to reproduce the behavior you describe here with a simple test. When bound via the DataBindings collection, the UltraTextEditor's TextChanged and ValueChanged events fired as expected when the current record changed, even when the it's Visible property was set to false. You might want to log an incident with Developer Support so you can attach a test project that demonstrates this behavior.

Children