- Home
- Forum
- ASP.NET MVC (Classic)
- Why grid is invisble?
Why grid is invisble?
Make sure you are calling
Html.Syncfusion().ScriptManager().Combine(true).Minify(true)
at the end of Site.Master
John
Ed
It was due to the following missing links:
<script src="@Url.Content("~/Scripts/MicrosoftAjax.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/MicrosoftMvcAjax.js")" type="text/javascript"></script>
I basically had to backtrack through the sample to see why it was working and mine was not. I think this needs documenting.
Edward
Hi Edward Bedell,
Thanks for your update. We are
glad to know that your issue has been resolved. Please let us know if you have
any other concerns so that we will be happy to help you out.
Rakesh
D
Hi Chris,
We regret for the inconvenience caused.
Query : Do we continue to reference Microsoft scripts in MVC 4 or is there an alternate solution?
Because of following reasons it is difficult to render grid without Microsoft AJAX.
- We are using Syncfusion tools MVC controls like editors, buttons , menu as a sub controls in grid so we need to modify all these controls without using MicrosoftAjax scripts.
- Also we have provided custom client scripts to the existing customer based on the MicrosoftAjax scripts(For example $find to find the object of the control or element) and if we remove the MicrosoftAjax scripts(implementing grid without using MicrosoftAjax scripts) will create a great impact on custom script for the all our existing customer.
However, we have planned to include the MicrosoftAjax scripts with our assemblies, so in that case there is no need to add it in sample level. This will be included in any of our upcoming Essential Studio releases.
Please let us know if you have any concerns.
Regards,
Rakesh D
By any chance were the MS files included in the current release and if not how about the next?
Hi Tony,
Thank you for your interest in Syncfusion products.
We would like to let you know that Microsoft script files have been added by default in “Syncfusion.Shared.Mvc” assembly of our essential studio version “11.1.0.21”. Hence those Microsoft script files will be added by default in ASP.NET MVC 4 application.
However we regret to let you know that we have fixed the issue regarding Microsoft script files in “11.1.0.21” version and hence you require a fix for it to use the above feature in MVC 4 application. We can provide you the fix for it only through Direct-Trac incident, so could you please create the incident in your direct-trac account.
You can login to your Direct-Trac account using the credentials and password that are provided by our sales team to create incident. I would request you to use the following link to login to your DT account.
http://www.syncfusion.com/account/Logon
Please let us know if you have any concerns.
Regards,
Rakesh D
- 9 Replies
- 7 Participants
-
KB Kamil Bedkowski
- Nov 24, 2012 12:41 PM UTC
- Apr 12, 2013 04:59 PM UTC