This example handles the SubstituteFilter event to modify the filter right before it is sent to the DataController. The event allows you to update or replace the filter with a custom filter.
If you have a simple layout in your GridView and need to merge several cells, you can try emulating this functionality using the Custom Drawing functionality. This example demonstrates the main idea ...