jeudi 23 mai 2019

Disable\Enable multiple checkboxes in Kendo UI TreeList

I tried these solutions for disable\enable multiple checkboxes in Kendo UI TreeList when header checkbox is clicked:

1.prop('disabled',true) \ prop('disabled',false)

2.attr('disabled','disabled') \ removeAttr('disabled');

3.$(...)[0].disabled=true \ $(...)[0].disabled=false

But all of them has the same problem which affects just the last item in the TreeList !!!

I really confused and don't know what is going wrong, is it possible to be resolved?




Aucun commentaire:

Enregistrer un commentaire