Skip to main content

How to get Event about value be changed in DataSource

Comments

1 comment

  • Dapfor Team

    Hello,

    .Net Grid provides Grid.RowUpdated event which is fired when a data object is changed (via INotifyPropertyChanged interface) or when attached BindingList<> sends a notification ListChanged. If ListChangedEventArgs contains information about PropertyDescriptor, then the Grid maps it to IDataField.

    Note that indexes in your proposal do not indicate clearly what has changed since the grid may contain a sorting, hierarchy or filtered rows.

    Best regards,

    The Dapfor Team

    0

Please sign in to leave a comment.

Powered by Zendesk