Pending Review
Last Updated: 07 Sep 2016 17:48 by Gilbert
Gilbert
Created on: 07 Sep 2016 17:48
Category: UI for JSP
Type: Feature Request
1
Allow to change display order of operators for enum filter in kendo grid
<kendo:grid-filterable extra="true"> 
<kendo:grid-filterable-operators> 
<kendo:grid-filterable-operators-enums neq="Is NOT equal to:" eq="Is equal to:" /> 
</kendo:grid-filterable-operators> 
</kendo:grid-filterable>

AND

<kendo:grid-filterable extra="true"> 
<kendo:grid-filterable-operators> 
<kendo:grid-filterable-operators-enums eq="Is equal to:" neq="Is NOT equal to:" /> 
</kendo:grid-filterable-operators> 
</kendo:grid-filterable>

always gives the same result: neq is always the first element in the filter combobox and eq est the second item.

Would be nice to control display order from the <kendo:grid-filterable-operators-enums /> JSP tag
0 comments