Title: Datagrid Filter Mask Post by: jkdoyle on May 14, 2020, 12:34:17 PM Is there a way to add a filter to a datagrid mask?
I've tried using type: 'maskedbox' with options: {mask: '9999-99-99'} but that doesn't work. Title: Re: Datagrid Filter Mask Post by: jarry on May 14, 2020, 08:32:43 PM Please extend the 'maskedbox' filter before using it.
Code: $.extend($.fn.datagrid.defaults.filters, { |