Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Agile on Nov 13, 2008 07:48
open dhtmlx forum
Range on numeric filters

Hi Team,

Is there any way to allow range in numeric filters?

I am using mygrid.attachHeader(#numeric_filter).
I want to give input like >21000 <22104 and it will show the items in between 21000 ..22104
And it should also all other operations like >,<,<=,>=,= etc..
Please suggest any possible way.

Thanks,
-Agile
Answer posted by Support on Nov 13, 2008 07:56
just type 
        21000..22104

the ".." between numbers will force grid to select only values in entered range.