This question is locked. New answers and comments are not allowed.
Hi.
I have the following lines in a grid:
I have the following lines in a grid:
columns.Bound(o => o.Idpersonalot).Width(170).ClientTemplate(
"<#= Personalot.Nombre #>");
.Filterable()
It shows me names and I need to filter by name (string) but it doesn't allow me to type strings but numbers.
How can I do to customize the filter allowing me to filter by name(string) and not by number (idpersonal).
Thanks in advance.