This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Designer: Interacting with Grid filters

Hello,

Can anyone provide insights on how to handle the new Grid / Grid Band components correctly?

Specifically, I'd like to:

  1. Have Filters on columns containing additional properties (defined in WebDesigner) within "Database (automatic load)" data source GridBands.
    It seems this is only possible with "Collection" source GridBands (?).
  2. Access which rows are currently visible after applying a filter ("Collection" bands). I.e. accessing the contents of the Grid as opposed to the contents of the collection (the primary goal is to  provide a "select all/none" control - filters are breaking my attempts).
  3. Access the properties of the built-in search field (contents, update events)  of a grid.

I believe 1. is not possible at all, but 2. and 3. might be doable using Code Literals.
Or maybe I am missing something and it's much easier?

Parents
  • Apologies for hijacking the thread, but I'm also trying to do a "Select All" functionality within a grid. The checkbox works, but it only selects the objects currently in view. In my grid I have 10 entries per sheet, but after a filter is applied there are many entries after the first sheet which do not get selected using the checkbox.

    Is there any documentation on how to use IsInIteration?

    Thanks
    Kin
Reply
  • Apologies for hijacking the thread, but I'm also trying to do a "Select All" functionality within a grid. The checkbox works, but it only selects the objects currently in view. In my grid I have 10 entries per sheet, but after a filter is applied there are many entries after the first sheet which do not get selected using the checkbox.

    Is there any documentation on how to use IsInIteration?

    Thanks
    Kin
Children
No Data