i don't want to implement INotifyPropertyChanged interface, is there another approach ?
someone tell me to use bindingsource object ,when the datamodel changed ,just call the resetbinding method ,but it still couldn't work here
Dess | Tech Support Engineer, Principal
Telerik team
commented on 16 Aug 2023, 10:17 AM
Indeed, it is also a suitable approach. The following tutorial demonstrates how to notify the control that your data source has changed by calling the ResetBindings method.