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!