Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Language Found: English
Description
Steps to reproduce:
1. user uses Advanceddata grid in the application
2. User would like to support more methods or events on the standard component more than waht is supported by the Adobe Automation framework
3. User should be able to extend the provided delegate add more methods/support more events and associate the new delegate with all instance of the AdvancedDataGrid in his application.
Actual Results:
Currently to do so, user need to create a dummyCustomADG class which extends from ADG , use this class in the application instead of standard ADG. Create the custom delegate class and associate with custom ADG class.
Expected Results:
This should be possible without creating the dummy Custom ADG class and hence without modifying the application code.
Workaround (if any):