I've got a Grid hooked up with the LLBLGenProDataSource and i've added some controlparameters through the designer to filter the results of the grid using two listboxes and a textbox. I want the default search results to show all results when no values are selected for any of the search controls. How can I accomplish this? I'm currently using LivePersistence = True.
BTW, I am using this in an Atlas Project and with LivePersistence = True everything works beautifully, except for retreiving the correct default results (all results) and I'd rather not turn it off. For some reason when I turn of LivePersistence and try to apply a filter in the PreformSelect event of the LLBLGenDataSource my grid won't refresh in this Atlas page, it shows just my grid header without any of the results however it works fine in a regular page. Main problem is just the default search results.
Any help is greatly appreciated. Thanks.