Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. A method editable() is added to the interface IIMESupport and AdvancedDataGridBaseEx is implementing that interface.
2. But AdvancedDataGridBaseEx already has a method for editable() which takes/returns String because of the various editing options provided.
So, editable() method can't be implemented in AdvancedDataGridBaseEx because it'll break the existing code for many people.
Hence, we want a change in the method editable in the interface IIMESupport.