Page 1 of 1

Silverlight edition code when run in 11.2 version throughs error

Posted: Fri Apr 21, 2017 1:16 am
by Jsahu
Hi,

I have used javascript EasyAutoComplete TextBox. Selecting a item from the autocomplete list works in 10.12 version but throughs error in 11.3 version. Please find attached the source code.

When worked in 10.12 below is the javascript code generated.

function CustomControls_autocomplete_ChangeEventHandler (sender, e) {
$T05()['Show'](e['GetData']().Client_Name);
};

In 11.3 it gives something Wiered.

Please provide a solution for this.