Hi Minakshi,
I tried this.
Grid.getQueryObject().setParameter("Param.1",0); |
Grid.getQueryObject().setParameter("Param.2",30000);
Grid.getQueryObject().setParameter("Param.3","Available");
Grid.getGridObject().setDisplayColumns("eid,ename,esal");
Grid.update(true);
In 14.0 it is not working. You are correct.
But i tried the same in 15.0 , There it is working perfectly. So i think You can raise a ticket for the same mentioning the above scenario is not working in 14.0. So that It might be fixed in a patch.
Hope this info helps.
Regards,
Sriram