Grid

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

i am not getting the exact result,this is not working for me

I’m not really sure which result you expect.

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