MX-Frame Library Send comments on this topic.
ShowAutoFilterRow
See Also
MX-Developer > User Interface - MxPart > Controls > Control Properties > GridDisplay > ShowAutoFilterRow

Glossary Item Box

Defines whether the filter row is visible in the control.

Remarks

Property specifies if the row for filtering data is available to the end user in the control. The use of auto filter row speeds up the search for a particular data by writing some sort of information about any field or column. In order to apply filter, write the beginning of the value in a desired column. Control will automatically display only the data which contains the entered value.

If property is set to True, auto filter row is visible at the top of the grid. Auto filter row is the ultimate feature for browsing and searching through data displayed in a control. To search for specific value, the value has to be entered in appropriate column in auto filter row and all records with matching values appear.

If property is set to False, auto filter row is not visible. It is however possible to apply filter anyway by using Filter Builder tool. To enable this option set property AllowFilter appropriately.

The default value for this property is False.

Example (MxSpace)

To see the defined ShowAutoFilterRow property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the GridEdit control for displaying work orders and open Property Window. See the value True defined in ShowAutoFilterRow property.

To define ShowAutoFilterRow property

  1. In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
  2. Select the desired control (GridEdit) on the canvas.
  3. Open Property Window.
  4. In section GridDisplay in ShowAutoFilterRow property select the desired value (True).

See Also

©2009 Metronik. All Rights Reserved.