HomeHelpTrac

Changeset 15930


Ignore:
Timestamp:
01/26/12 18:12:43 (4 months ago)
Author:
Alexander Trofimov
Message:

Grid fix + new icons

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/js/classes/BxDolGrid.js

    r15876 r15930  
    354354                if (0 == this.value.length) 
    355355                    this.value = $this._sSearchInputText; 
     356                glGrids[$this._sObject].setFilter(this.value == $this._sSearchInputText ? '' : this.value, true); 
    356357            }, 
    357358            focusin: function (e) { 
Note: See TracChangeset for help on using the changeset viewer.