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

TargetID obsolete ?

Hi,
in my application I use a ListBox with CheckBox , but the method "TargetID" is been deprecated and on help on-line I can't found an alternative.
The application works, but if exist a new method , I want to use it.
Can you help me ?

 @Html.EJ().ListBox("days").ShowCheckbox(true).TargetID("listDays").ClientSideEvents(e => e.CheckChange("listToDaysCode")).Width("100%")
<ul id="listDays">
                    <li>
                        Domenica
                    </li>
                    <li>
                        Lunedì
                    </li>
                    <li>
                        Martedì
                    </li>
                    <li>
                        Mercoledì
                    </li>
                    <li>
                        Giovedì
                    </li>
                    <li>
                        Venerdì
                    </li>
                    <li>
                        Sabato
                    </li>
                </ul>


1 Reply

BS Buvana Sathasivam Syncfusion Team September 26, 2017 10:58 AM UTC

Hi Nicola,   
  
Thanks for using Syncfusion Products.   
  
We were able to reproduce the reported issue.  TargetID property was not deprecated in our list box control.  You can continue to use TargetID property.  This issue does not produce any problems.  So, we have internally log the issue “Remove deprecation warning error on TargetID”.  This issue will be fixed and included in our main release Vol 4, 2017, which is expected to be rolled out by November 2017.    
  
Regards,   
Buvana S   
 


Loader.
Live Chat Icon For mobile
Up arrow icon