Pending Review
Last Updated: 08 Aug 2017 15:05 by Thomas
Created by: Thomas
Comments: 0
Category: UI for JSP
Type: Feature Request
1
Currently only "true" is possible. Like in HTML5 / Javascript passing an array of custom values (like documented) should be possible
Pending Review
Last Updated: 07 Sep 2016 17:48 by Gilbert
<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
Pending Review
Last Updated: 11 May 2016 11:46 by ADMIN
Created by: Dr Lambda
Comments: 2
Category: UI for JSP
Type: Feature Request
10
Play framework is probably the fastest growing framework in the Java space due to its container-less deployment and non-blocking IO features.
I think its an ideal vehicle for Kendo/Kendo MVVM to visit Java land for the first time!
Normally this means adopting logic-less mustache templating (see https://github.com/pk11/play-scalate/)  but other options may exist.
Pending Review
Last Updated: 29 Oct 2015 17:01 by ADMIN
Created by: Karl
Comments: 1
Category: UI for JSP
Type: Feature Request
4
Consider “Java” wrappers for the KendoUI . The use case for “Java” wrappers is for existing Java server side applications that embed the UI code in the Java classes (no JSP / JSF), similar to the Vaadin philosophy, but without having to adopt Vaadin and yet be able to incrementally enhance existing / stable, line of business web applications, without a complete rewrite.
Pending Review
Last Updated: 13 Jan 2015 14:29 by Kalle
Created by: Kalle
Comments: 0
Category: UI for JSP
Type: Feature Request
1
Allow generation of kendo:grid columns using JSP tags, such as c:forEach. Currently throws an error as grid:column needs its immediate parent to be a grid:columns tag.