Changeset 684

Show
Ignore:
Timestamp:
01/04/10 09:53:17 (3 years ago)
Author:
VexedPanda
Message:

Updated example to mention the need to clear any auto-created MetaColumn? filters before setting custom ones.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/branches/1.1/assets/_core/php/examples/datagrid/advanced_filtering.tpl.php

    r590 r684  
    77                on your <b>QDataGrid</b>. Make sure you've got a good handle on the <a href="filtering.php">first  
    88                example</a> before you dive into these shark-infested waters.<br/><br/> 
     9                 
     10                <h1>Changing MetaColumn Filters</h1> 
     11                It's worth noting that since MetaColumns will automatically set filters for you, you may have to 
     12                clear them first before applying new ones of your own configuration. To do so, just call the column's 
     13                FilterClear() function before setting up your new filter. 
    914 
    1015                <h2>Dropdown Lists</h2>