13 October 2015

ADF Table column filters making it case insensitive



When you drag a view from data control and drop it on a page as ADF Table and mark it filterable, filters are added on each table column.


The problem here is when you enter any text on filter and hit enter, the table is filtered, but you will notice that its a case sensitive filtering and you cannot see the results if the data contains characters in different case (small or capital letters). 

You can overcome this issue by following this:

1. select table column from structure window


2. Go to properties for the table column

3. Select Behavior tab

4. In FilterFeatures property write "caseInsensitive".


5. Hit enter, save all changes and you are done !!






No comments:

Post a Comment