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

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

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