i have custom filters, put them outside of grid nicer if located @ same place built in one, can somehow alter filter template or in other way alter built in filter view?
this view want extend custom filters
currently grid menu (filter view) not have custom/editable template.
it part of whole gird template: gridtemplate.html
so option copy gridtemplate.html
, add custom filter there , configure kogird use template with:
kg.defaultgridtemplate = function() { return 'your new grid template html'; }
Comments
Post a Comment