I asked this question here, too: http://www.devexpress.com/Support/Center/p/Q388764.aspx but I hope for a quicker answer here.
I need my grid to display data only after the user starts filtering.
This is the scenario:
When opening a page containing the grid, the grid should no even try to display the data.
When the user starts searching (applies a filter), the data should be displayed.
Is this possible? Thanks.