Filtering data grid by range

Hi! I just created DataGrid based on Stored Procedure and sorting and filtering works great! Is there possibility to filter column by range of values using default filter field or I have to add external text boxes to insert "from - to" values and some button to run filter on DataGrid? For example I have column "Thickness" and I would like to filter it to return all the records with thicknesses between 1 and 10.

Thank you!

Hi @gotik911,

There is no built-in column range filter. The only way to achieve your goal is to provide external filtering similar to this article for example: