I've changed the localization for a few of the operators ('IsNull' to 'Is Absent' etc) - is there any way to then display these in the Expression Preview?
If possible, an example would be much appreciated.
Thanks
2 Answers, 1 is accepted
0
Accepted
Antonio Stoilkov
Telerik team
answered on 20 Feb 2013, 07:10 AM
Hi Allan,
The desired functionality could be achieved on the client. The idea is to replace "Is Null" to "Is Absent" in the preview element innerHTML.
function pageLoad()
{
var preview = $telerik.getElementByClassName($get("<%= RadFilter1.ClientID %>"), "rfPreview");
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.