79728727

Date: 2025-08-07 14:27:56
Score: 1.5
Natty:
Report link

Nevermind, I found out how to do it. In the grid:

columns.Bound(p => p.ProductionLogID).Title("ID").Width(200)
                .Filterable(f => f.Cell(cell => cell.Template("IDFilter").ShowOperators(true)));

In javascript:

function IDFilter(e) {
    e.element.kendoNumericTextBox({format:"#"});
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ShawnO