Hi Team,
Is it possible to load the data appearing in the filter list-box from an external data source other than the actual items existing in the grid for that column? We are using the excel like filtering.
Ex: Say we have a grid like shown below. In normal scenario the filter values for Fruits column would be a checkbox list with values ‘Apple’, ‘Orange’, ‘Pineapple’, ‘Apple Guava’
The requirement is to have ‘Apple’, ‘Orange’, ‘Pineapple’, ‘Guava’, ‘Grapes’, ‘Pomegranate’ (These values will be present in a JSON or Array format in the page)
Fruits Color
Apple Red
Orange Orange
Pineapple Yellow
Apple, Guava Green
Thanks,
Aneesh