Saturday, September 27, 2014

JDev/ADF sample - Suppressing ADF LOV Like Operator Filtering

  • Suppressing ADF LOV Like Operator Filtering. ADF LOV component provides filtering option with STARTSWITH operation. This is used to check if similar value exists in the LOV, if such value exists - LOV popup is opened with all the suggested values. If user types 10 and there are 100, 1000 in the LOV, instead of accepting value 10 - LOV popup will be opened and all three values 10, 100, 1000 will be displayed. While this is useful, there is no option to turn off such functionality. My post describes a solution, that can be used to disable suggested LOV filtering.
    Download - ADFTableApp.zip

No comments: