Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143970 | Apr 11,2019 11:34 AM UTC | Apr 12,2019 05:55 AM UTC | jQuery | 2 |
![]() |
Tags: ejGrid |
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",});});
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.