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

Unable to create CheckMark in List View

I have a scenario, in which I have to enable Check Marks in ejListView over some specific condition I am unable to do this. In attached code.. when JOType is not equals to "1" then in loadItemStock i have to select multiple values. 
Attachment: AssetSelectionModal_(2)_3e69ebf1.zip

3 Replies

SS Selvamani Sankarappan Syncfusion Team April 24, 2017 09:14 AM UTC

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.   



JH Junaid Hassan Ashraf April 29, 2017 02:22 PM UTC

Hi Selvamani,

I would like to inform you that mentioned issue has been resolved. 


SS Selvamani Sankarappan Syncfusion Team May 1, 2017 05:17 AM UTC

Hi Junaid, 
 
Thanks for the feedback. 
 
We are happy that the issue has been resolved at your end.  ​​​ 
Let us know if you need any further assistance. 
 
Regards, 
 
Selvamani S. 
 
 


Loader.
Live Chat Icon For mobile
Up arrow icon