Removing ugly titles on Query filter input fields

Contains tips for configurators working with Aware IM
Post Reply
UnionSystems
Posts: 193
Joined: Fri Jun 17, 2016 7:10 am
Location: Brisbane Australia
Contact:

Removing ugly titles on Query filter input fields

Post by UnionSystems »

Currently on 8.7 ugly HTML is used for the title of Query filter fields, this text displays when you hover over the filter input field. So for example if you have an attribute named "Number" the title text is "<div style='text-align: left'>Number</div>" and this is displayed to the user when they hover their mouse over the input field.

You can change this to a set value for all the filter inputs in the Query by adding the following code to the Render Script for any Query.

Code: Select all

$('.k-filtercell  :input'). attr('title', 'Filter by text');
This will display "Filter by text" on all the filter input fields.
AWS Linux, Windows Server, AIM 8.4 & 8.6
Post Reply