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 Reply Children
No Data