Search-Panel
This property specifies if the Grid must show the search panel over the column headings. When this property is set to 1, the search panel is always visible even if the Grid has the No-Search style, and there is no way for the user to remove it.
The icons on the buttons can be customized by providing custom PNG files as described in Default icons.
 
Example - Define a grid with search panel
screen section.
...
  03 screen-1-gr-1 Grid
     search-panel 1
     line 5.7
     column 3.1
     size 34.6 cells 
     lines 15.5 cells 
     id 1
     event procedure screen-1-gr-1-evt-proc
     boxed
     no-cell-drag
     centered-headings
     column-headings
     adjustable-rows
     adjustable-columns
     hscroll
     reordering-columns
     lm-on-columns 1
     row-dividers 1
     end-color 9
     heading-color 200
     heading-divider-color 12
     cursor-frame-width 3
     num-col-headings 1
     num-rows 5
     .