Hi Charan,
Thanks for your interest
in Syncfusion products.
To disable
the individual item in the split button’s menu, you can use the below code
snippet:
[Script]
var menuObj = $("#menu1").data("ejMenu");
menuObj.disableMenuItembyID("2");
(or)
menuObj.disableMenuItem("Save");
Since split button uses the Menu control as
sub control, we can use the functionalities of Menu control. For reference
please refer the below link:
http://js.syncfusion.com/demos/#!/azure/menu/API's
Please let us know if you have any
concerns.
Regards,
Soundara Pandian R