Hi Junaid,
Thanks for contacting Syncfusion Support.
You can enable the check marks at some specific conditions (for selecting multiple values) using setModel option. Refer to the following code example:
[script]
var listObj = $("#defaultlistbox").ejListView("instance"); //get the listview object
listObj.option("enableCheckMark", true); |
If this is not your scenario, please revert back the provided sample based on your application. This would be helpful for us to analyze and provide a solution at the earliest.
Regards,
Selvamani S.