{bug} ListBox.isChecked is string

Hi,

property arg.isChecked in chnage event is string. It shoyld be boolean and code like this does not work as it always return true

        function change(args) {
            var obj = $("#Grid").ejGrid("instance");
          alert(args.value);
            if (!args.isChecked)
                obj.hideColumns(args.value);
            else
                obj.showColumns(args.value);
        }

Regards,

Noikolas Siatras

1 Reply

HP Harikrishnan P Syncfusion Team November 3, 2015 03:56 AM UTC

Hi Nicolas,

Thanks for contacting Syncfusion support.

We are able to reproduce the reported issue (“ListBox returns string in the checkchange event argument”), we have confirmed this as a defect and logged an issue report for this. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let us know if you have further queries.

Regards,

HariKrishnan


Loader.
Up arrow icon