javascript - How to set a type to Kendo Grid Filter? -


how set type filter on columns, while being generated?
'string', 'int', 'date' etc?
possible? if type of our column 'date', not show 'starts with', 'contains' etc...
if it's integer, show 'greater then' etc...

columns: {        title: "test",        field: "test2",        width: "120px",        hidden: false,        type: "number",


Comments

Popular posts from this blog

Sass watch command compiles .scss files before full sftp upload -

filehandler - java open files not cleaned, even when the process is killed -

How to read bytes line by line in Java using NIO or apache commons IO? Whichever is more efficent -