Page 1 of 1

Grid Filter/Find Right-Click menu drop down

Posted: Tue Jul 11, 2017 3:33 pm
by pkenosky
Im loading a grid/subfile (page at a time in an RPG pgm).. Im handling sort in the RPG pgm too..
I turned on find and filter on the grid/subfile and would like to handle them in my RPG pgm, however am unsure if it is possible & how to stop client side filtering? Would think might be able to do something with the onfilterchange event in the grid like (pressKey("enter"))

I could design it a little different by putting text-boxs above the grid and have the user filter that way.. however, trying to keep one standard format & like how you can right click on the grid column to sort/filter... Also, Is there a way to modify the actions of the grid column menu dropdown... for example add to it (like position to), or maybe create a custom one?

Any ideas?

Thanks,
Paul Kenosky

Re: Grid Filter/Find Right-Click menu drop down

Posted: Tue Jul 11, 2017 3:51 pm
by Scott Klement
Unfortunately, we do not currently offer a way to customize the right-click menu or to call an RPG program to handle filtering.

I would suggest using a textbox or similar above the grid.