Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to create custom databound component

    Hi,

    using 3.1 enterprise,

    I need to create an own custom databound component,
    so on a datasource remove/add operation, I want to execute custom logic on this component.

    Can this easily be achieved somehow?
    Are there some useful informations in the API ?

    - Thanks

    #2
    A simple way to get notified of changes is to have a ResultSet, and watch the DataChanged notification.

    Comment


      #3
      Hi Thanks,

      and what about passing informations like record ?

      Comment


        #4
        Right now that granularity of notification is not available. A particular DataSource could provide that finer-grained notification via adding transformRequest/transformResponse handlers, otherwise, you could sponsor the work necessary to create finer-grained notification.

        Comment

        Working...
        X