Categories | Question details Back To List | ||
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; }); |