We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

{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.
Live Chat Icon For mobile
Up arrow icon