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?