Grid Filtering getting extra rows
Posted: Tue Feb 06, 2018 12:42 pm
Hi,
We are using a custom filtering approach to be able to filter on multiple values using the grid method:
getObj("GridId").grid.setFilter(column, "values xyz, abc, etc");
We are passing the second parameter as "values test" and it result is bringing an extra row which does'nt have 'test' in that column but it shows 'test' on the screen.
Everytime the screen is refreshed, it removes the extra record or add randomly. It is happening to the first record in the grid.
Any help will be appreciable.
Thanks,
Saurabh Arora
We are using a custom filtering approach to be able to filter on multiple values using the grid method:
getObj("GridId").grid.setFilter(column, "values xyz, abc, etc");
We are passing the second parameter as "values test" and it result is bringing an extra row which does'nt have 'test' in that column but it shows 'test' on the screen.
Everytime the screen is refreshed, it removes the extra record or add randomly. It is happening to the first record in the grid.
Any help will be appreciable.
Thanks,
Saurabh Arora