Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 04, 2008 06:08
open dhtmlx forum
Grid

Hi,
mygrid.filterBy(0,function(a){  return a+"2346..2349"})

i am not getting the exact result,this is not working for me
Answer posted by Support on Nov 04, 2008 06:53
I'm not really sure which result you expect. 

mygrid.filterBy(0,function(a){
          if (a*1>2346 && a*1<2349} return true;
          return false;
});