This question is locked. New answers and comments are not allowed.
Hi, Is there a way to change the Filter display to change True/False to Yes/No for Booleans?
I know the Column Template can be done with the following:
However, if you do that and enable filtering, then the language is out of sync on the Grid.
This question was asked a year and a half ago, but no answer:
http://www.telerik.com/community/forums/aspnet-mvc/grid/filter-template-for-boolean-values.aspx
Thanks,
Calvin
I know the Column Template can be done with the following:
.ClientTemplate("<#= BooleanField? 'Yes' : 'No' #>")However, if you do that and enable filtering, then the language is out of sync on the Grid.
This question was asked a year and a half ago, but no answer:
http://www.telerik.com/community/forums/aspnet-mvc/grid/filter-template-for-boolean-values.aspx
Thanks,
Calvin