This is a migrated thread and some comments may be shown as answers.

Grid Filter for DateTime Hide "Show items with value that:" Field

1 Answer 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bulut
Top achievements
Rank 1
Bulut asked on 23 Oct 2018, 05:59 PM
My Datetime filter works fine but I am looking for a way to hide "Show items with value that:" field over datetime picker so my filer will look cleaner. How can I do that?

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 25 Oct 2018, 12:17 PM
Hi Bulut,

A possible solution is to remove the div with k-filter-help-text class within the filterMenuInit event handler.

e.g.

filterMenuInit:function(e){
  e.container.find('.k-filter-help-text').remove();
}

Below you will find a small sample which demonstrates the above approach:



Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Bulut
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or