Dear Isomorphic,
I'm having another doubt, that is how to filter the records in drop down picklist dynamically
e.g. Consider a listgrid Country having 3 fields namely countrycode, countryname and currencycode(This column having the currency dropdown which has 3 fields namely currecycode, currencyname and countrycode).
I want to filter the currency dropdown when changing the value in currencycode.
How about overriding getPickListFilterCriteria to return the desired filter criteria for the combo based on the contents of other columns? You might have to tell the combo to refresh when the criteria-source field changes.
Comment