How can I make my form "react" (I need to do something w/r to hiding and showing buttons) when the datasource data has changed as a result of a new fetch or from a cache update?
Is there a particular handler that I can register to get a callback under these situations?
I have lists and forms as well as tabs and I would like a change say from the listgrid that modifies the row to update my form with respect to the buttons I show. The data in the form is getting updated because of the same datasource but I need to react to the change because I may have to hide or show buttons as a result of the data.
Thanks!
Is there a particular handler that I can register to get a callback under these situations?
I have lists and forms as well as tabs and I would like a change say from the listgrid that modifies the row to update my form with respect to the buttons I show. The data in the form is getting updated because of the same datasource but I need to react to the change because I may have to hide or show buttons as a result of the data.
Thanks!
Comment