Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello,
I have a Kendo UI Grid and have GridFilterMode.Row enabled.
My question is; how do i disable autocomplete for my filters?
Thanks!
columns.Bound(p => p.YourColumn).Filterable(x => x.Cell(y => y.Template(
"template"
)));
function
template(args) {
args.element.addClass(
'k-textbox'
);
}