Hi there - I'm passing a search query to a page that loads a DataGrid. I'm trying to use given query value in a custom data adaptor. I tried using the DataGrid.Load event and calling Grid.Search(query), but that results in (2) calls to the database.
How can I preset the search key on a DataGrid that uses a custom data adaptor and avoid duplicate calls.
Thank you, really like your components :)