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

problem with dll Syncfusion.EJ 15.1460.0.33

Hi,

I've updated the dll's of my project, and my dropdownlist not binding correctly.

My binding:

 @Html.EJ().DropDownListFor(x => x.IdCar, new DropDownListProperties()
       {
           DataSource = (IEnumerable<object>)ViewBag.dsCars,
           DropDownListFields = new DropDownListFields() { Text = "Name", Value = "Id" }
       }).Width("100%")

I've done an example with your example creator and.... it works fine!!

Investigating, I've see that in the example it used for syncfusion.EJ version 15.1450.0.33 (.NET project's framework is 4.6). In my project, I use 15.1460.0.33 version, so I change to 1450 and works fine.

Thanks

3 Replies

KV Karthikeyan Viswanathan Syncfusion Team February 27, 2017 10:29 AM UTC

Hi Manolo,      
   
Thanks for your contacting Syncfusion Support.    
    
We recommend you to use the 4.5 framework Syncfusion.EJ for MVC 5. We have defined the supported framework for MVC.   
  
The following table illustrates the Syncfusion DLL versions with the project framework and MVC versions.   
   
MVC Versions   
MVC DLL Version   
Base DLL Version   
Supported Frameworks   
MVC 3   
12.4300.0.24   
12.4400.0.24   
v4.0, v4.5, v4.5.1   
MVC 4   
12.4400.0.24   
12.4400.0.24   
v4.0, v4.5, v4.5.1   
MVC 5   
12.4500.0.24   
12.4450.0.24   
v4.5, v4.5.1   
MVC 5   
12.4500.0.24   
12.4451.0.24   
v4.5.1   
  
   
Regards,       
Karthikeyan V.  
 



MA Manolo February 28, 2017 11:10 AM UTC

Ok, thanks


KV Karthikeyan Viswanathan Syncfusion Team March 1, 2017 04:39 AM UTC

Hi Manolo, 
Thanks for the update.    
   
We are glad the suggestion helped you to achieve your requirement.    
   
Please let us know if you need further assistance.    
 
Regards, 
Karthikeyan V. 


Loader.
Live Chat Icon For mobile
Up arrow icon