Filter ComboGrid

Tutorial » Filter ComboGrid

The combogrid component has the same functionalities as the combobox component except that the drop down panel is based on a datagrid. The combogrid component can be filtered, paged and some other datagrid capabilities. This tutorial will show you how to filter data records in a combogrid component.

Create ComboGrid

The combogrid component should define 'idField' and 'textField' properties. The 'idField' property store the component value and 'textField' property display the text message on the input box. The combogrid can filter its records in 'local' or 'remote' mode. On remote mode the combogrid will post the 'q' parameter to remote server when users typeing chars in input box.

The Server Code

form5_getdata.php

Download the EasyUI example:

easyui-form-demo.zip