Hi All
We are using WPF Telerik RadGrid to display real time data.
We have pre-configured list of values which need to display on the filter of specific column.
We want to display the list of all such values in the filter column and if that values present in the RadGrid datasource or not still we want to display it with checkbox of filter on the column.
Currently, what happens, if we have pre-configured value in the RadGrid data-source then it is available in the filter column.
So the idea here is that, We want to show our own list of filterable values on the specific column.
For example, in the attached screen shot.
We are seeing Country column with Name. This grid is showing only countries what available in the Grid data source.
We want to show all countries in the "Select All" section of filter.
How can we achieve this?
Is is make sense?
Thank you