Filter every character in Kendo Grid -
how force kendo grid filter data after every character typed, in after every letter, not when press enter button?
i noticed kendo sends requests after every character typed, without page size, , request used autocomplete. want change bind data not autocomplete, main grid instead.
i using built in filters, 1 each column.
sorry later response, didn't have time. anyway mentioned in comment, functionallity not supported telerik. have create yourself.
in following example have used filtermenuinit event fired after click on filter icon (and once!). in event have modified filter elements add custom classes , ids. in jquery catching keyup events , adding items filter.
here small example. have implemented equals filter, have modifications. hope can in next work.
Comments
Post a Comment