Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142235 | Jan 23,2019 08:04 PM UTC | Jan 28,2019 04:18 AM UTC | ASP.NET Core | 3 |
![]() |
Tags: Grid |
@{
var ALFKI = "ALFKI";
var ANTON = 5;
}
<ej-grid id="FlatGrid" allow-paging="true" allow-filtering="true">
<e-datamanager url="DataSource" adaptor="UrlAdaptor"></e-datamanager>
<e-filter-settings filter-type="Excel" max-filter-choices="50">
<e-filtered-columns>
<e-filtered-column field="CustomerID" operator="Contains" predicate="and" value="ALFKI" match-case="true"></e-filtered-column>
<e-filtered-column field="EmployeeID" operator="LessThanOrEqual" predicate="and" value="ANTON" match-case="true"></e-filtered-column>
</e-filtered-columns>
</e-filter-settings>
. . . . .
</ej-grid> |
|
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.