BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi There,I have ejgrid with filter type = "filterbar".I wounder how to clear the history that users have entered (in the red box below)?Thanks in advance for help.$(function () {$("#Grid").ejGrid({dataSource: Data,allowPaging: true,allowSorting: true,allowFiltering: true,filterSettings:{filterType:"filterbar", filterBarMode: ej.Grid.FilterBarMode.OnEnter},columns: [{ field: "OrderID", headerText: "Order ID", textAlign: ej.TextAlign.Right, width: 90 },{ field: "OrderDate",type:"date", headerText: "Order Date", width: 200, format:"{0:dd-MMM-yyyy}"},{ field: "CustomerID", headerText: "Customer ID", width: 100 },{ field: "EmployeeID", type:"number",headerText: "Employee ID", textAlign: ej.TextAlign.Right, width: 100 },],//actionBegin:"actionBegin",});});